Class SshCompressionFactory
- java.lang.Object
-
- com.sshtools.j2ssh.transport.compression.SshCompressionFactory
-
public class SshCompressionFactory extends java.lang.Object
- Version:
- $Revision: 1.30 $
- Author:
- $author$
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMP_NONE
-
Constructor Summary
Constructors Modifier Constructor Description protected
SshCompressionFactory()
Creates a new SshCompressionFactory object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getDefaultCompression()
static java.util.List
getSupportedCompression()
static void
initialize()
static SshCompression
newInstance(java.lang.String algorithmName)
-
-
-
Field Detail
-
COMP_NONE
public static final java.lang.String COMP_NONE
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public static void initialize()
-
getDefaultCompression
public static java.lang.String getDefaultCompression()
- Returns:
-
getSupportedCompression
public static java.util.List getSupportedCompression()
- Returns:
-
newInstance
public static SshCompression newInstance(java.lang.String algorithmName) throws AlgorithmNotSupportedException
- Parameters:
algorithmName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-
-