com.sshtools.j2ssh.transport.compression

Class SshCompressionFactory


public class SshCompressionFactory
extends java.lang.Object

Version:
$Revision: 1.30 $
Author:
$author$

Field Summary

static String
COMP_NONE

Constructor Summary

SshCompressionFactory()
Creates a new SshCompressionFactory object.

Method Summary

static String
getDefaultCompression()
static List
getSupportedCompression()
static void
initialize()
static SshCompression
newInstance(String algorithmName)

Field Details

COMP_NONE

public static final String COMP_NONE

Constructor Details

SshCompressionFactory

protected SshCompressionFactory()
Creates a new SshCompressionFactory object.

Method Details

getDefaultCompression

public static String getDefaultCompression()
Returns:

getSupportedCompression

public static List getSupportedCompression()
Returns:

initialize

public static void initialize()

newInstance

public static SshCompression newInstance(String algorithmName)
            throws AlgorithmNotSupportedException
Parameters:
algorithmName -
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.