public class SshCompressionFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMP_NONE |
Modifier | Constructor and Description |
---|---|
protected |
SshCompressionFactory()
Creates a new SshCompressionFactory object.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDefaultCompression() |
static java.util.List |
getSupportedCompression() |
static void |
initialize() |
static SshCompression |
newInstance(java.lang.String algorithmName) |
public static final java.lang.String COMP_NONE
protected SshCompressionFactory()
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
- AlgorithmNotSupportedException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.