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
 

Fields in com.sshtools.j2ssh.transport declared as SshCompression
private  SshCompression TransportProtocolInputStream.compression
           
private  SshCompression TransportProtocolAlgorithmSync.compression
           
 

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)