Uses of Enum Class
org.xnio.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in org.xnio
Fields in org.xnio with type parameters of type CompressionTypeModifier and TypeFieldDescriptionstatic final Option<CompressionType>
Options.COMPRESSION_TYPE
The compression type to apply for compressing streams and channels.Methods in org.xnio that return CompressionTypeModifier and TypeMethodDescriptionstatic CompressionType
Returns the enum constant of this class with the specified name.static CompressionType[]
CompressionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.