Uses of Class
com.sshtools.j2ssh.transport.TransportProtocolAlgorithmSync

Packages that use TransportProtocolAlgorithmSync
com.sshtools.j2ssh.transport   
 

Uses of TransportProtocolAlgorithmSync in com.sshtools.j2ssh.transport
 

Fields in com.sshtools.j2ssh.transport declared as TransportProtocolAlgorithmSync
private  TransportProtocolAlgorithmSync TransportProtocolOutputStream.algorithms
           
private  TransportProtocolAlgorithmSync TransportProtocolInputStream.algorithms
           
protected  TransportProtocolAlgorithmSync TransportProtocolCommon.algorithmsIn
           
protected  TransportProtocolAlgorithmSync TransportProtocolCommon.algorithmsOut
           
 

Constructors in com.sshtools.j2ssh.transport with parameters of type TransportProtocolAlgorithmSync
TransportProtocolInputStream(TransportProtocolCommon transport, java.io.InputStream in, TransportProtocolAlgorithmSync algorithms)
          Creates a new TransportProtocolInputStream object.
TransportProtocolOutputStream(java.io.OutputStream out, TransportProtocolCommon transport, TransportProtocolAlgorithmSync algorithms)
          Creates a new TransportProtocolOutputStream object.