Uses of Class
org.apache.sshd.common.Compression.Type

Packages that use Compression.Type
org.apache.sshd.common   
org.apache.sshd.common.compression Compression implementations. 
 

Uses of Compression.Type in org.apache.sshd.common
 

Methods in org.apache.sshd.common that return Compression.Type
static Compression.Type Compression.Type.valueOf(String name)
          Returns 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 with parameters of type Compression.Type
 void Compression.init(Compression.Type type, int level)
          Initialize this object to either compress or uncompress data.
 

Uses of Compression.Type in org.apache.sshd.common.compression
 

Methods in org.apache.sshd.common.compression with parameters of type Compression.Type
 void CompressionZlib.init(Compression.Type type, int level)
           
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.