Liferay 7.0-ce-b4

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

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

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

Methods in com.liferay.portal.fabric.netty.client that return CompressionLevel
 CompressionLevel NettyFabricClientConfig.getFileServerFolderCompressionLevel()
           
 

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)
           
 

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

Methods in com.liferay.portal.fabric.netty.server that return CompressionLevel
 CompressionLevel NettyFabricServerConfig.getFileServerFolderCompressionLevel()
           
 


Liferay 7.0-ce-b4