Uses of Interface
com.sshtools.j2ssh.transport.compression.SshCompression

Packages that use SshCompression
com.sshtools.j2ssh.transport   
com.sshtools.j2ssh.transport.compression   
 

Uses of SshCompression in com.sshtools.j2ssh.transport
 

Methods in com.sshtools.j2ssh.transport that return SshCompression
 SshCompression TransportProtocolAlgorithmSync.getCompression()
           
 

Methods in com.sshtools.j2ssh.transport with parameters of type SshCompression
 void TransportProtocolAlgorithmSync.setCompression(SshCompression compression)
           
 

Uses of SshCompression in com.sshtools.j2ssh.transport.compression
 

Methods in com.sshtools.j2ssh.transport.compression that return SshCompression
static SshCompression SshCompressionFactory.newInstance(java.lang.String algorithmName)
           
 



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