Uses of Enum
org.apache.sshd.common.compression.Compression.Type
Packages that use Compression.Type
-
Uses of Compression.Type in org.apache.sshd.common.compression
Subclasses with type arguments of type Compression.Type in org.apache.sshd.common.compressionModifier and TypeClassDescriptionstatic enumEnum identifying if this object will be used to compress or uncompress data.Fields in org.apache.sshd.common.compression declared as Compression.TypeMethods in org.apache.sshd.common.compression that return Compression.TypeModifier and TypeMethodDescriptionstatic Compression.TypeReturns the enum constant of this type with the specified name.static Compression.Type[]Compression.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.common.compression with parameters of type Compression.TypeModifier and TypeMethodDescriptionvoidCompression.init(Compression.Type type, int level) Initialize this object to either compress or uncompress data.voidCompressionNone.init(Compression.Type type, int level) voidCompressionZlib.init(Compression.Type type, int level)