Uses of Interface
com.sshtools.j2ssh.transport.compression.SshCompression
-
Packages that use SshCompression Package Description 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 Modifier and Type Method Description SshCompression
TransportProtocolAlgorithmSync. getCompression()
Methods in com.sshtools.j2ssh.transport with parameters of type SshCompression Modifier and Type Method Description void
TransportProtocolAlgorithmSync. setCompression(SshCompression compression)
-
Uses of SshCompression in com.sshtools.j2ssh.transport.compression
Methods in com.sshtools.j2ssh.transport.compression that return SshCompression Modifier and Type Method Description static SshCompression
SshCompressionFactory. newInstance(java.lang.String algorithmName)
-