|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.j2ssh.transport.compression.SshCompressionFactory
DOCUMENT ME!
| Field Summary | |
static java.lang.String |
COMP_NONE
DOCUMENT ME! |
| Constructor Summary | |
protected |
SshCompressionFactory()
Creates a new SshCompressionFactory object. |
| Method Summary | |
static java.lang.String |
getDefaultCompression()
DOCUMENT ME! |
static java.util.List |
getSupportedCompression()
DOCUMENT ME! |
static void |
initialize()
DOCUMENT ME! |
static SshCompression |
newInstance(java.lang.String algorithmName)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String COMP_NONE
| Constructor Detail |
protected SshCompressionFactory()
| Method Detail |
public static void initialize()
public static java.lang.String getDefaultCompression()
public static java.util.List getSupportedCompression()
public static SshCompression newInstance(java.lang.String algorithmName)
throws AlgorithmNotSupportedException
algorithmName - DOCUMENT ME!
AlgorithmNotSupportedException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||