Class SshCompressionFactory
java.lang.Object
com.sshtools.j2ssh.transport.compression.SshCompressionFactory
- Version:
- $Revision: 1.30 $
- Author:
- $author$
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates a new SshCompressionFactory object. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static List
static void
static SshCompression
newInstance
(String algorithmName)
-
Field Details
-
COMP_NONE
- See Also:
-
-
Constructor Details
-
SshCompressionFactory
protected SshCompressionFactory()Creates a new SshCompressionFactory object.
-
-
Method Details
-
initialize
public static void initialize() -
getDefaultCompression
- Returns:
-
getSupportedCompression
- Returns:
-
newInstance
public static SshCompression newInstance(String algorithmName) throws AlgorithmNotSupportedException - Parameters:
algorithmName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-