Liferay 7.0-ce-m2

Uses of Class
com.liferay.portal.fabric.netty.fileserver.CompressionLevel

Packages that use CompressionLevel
com.liferay.portal.fabric.netty.fileserver   
com.liferay.portal.fabric.netty.fileserver.handlers   
 

Uses of CompressionLevel in com.liferay.portal.fabric.netty.fileserver
 

Methods in com.liferay.portal.fabric.netty.fileserver that return CompressionLevel
static CompressionLevel CompressionLevel.getCompressionLevel(int level)
           
static CompressionLevel CompressionLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompressionLevel[] CompressionLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.fabric.netty.fileserver with parameters of type CompressionLevel
static java.nio.file.Path FileHelperUtil.zip(java.nio.file.Path sourcePath, java.nio.file.Path destDirPath, CompressionLevel compressionLevel)
           
 

Uses of CompressionLevel in com.liferay.portal.fabric.netty.fileserver.handlers
 

Constructors in com.liferay.portal.fabric.netty.fileserver.handlers with parameters of type CompressionLevel
FileRequestChannelHandler(CompressionLevel compressionLevel)
           
 


Liferay 7.0-ce-m2