Uses of Class
net.schmizz.sshj.transport.TransportImpl
-
Packages that use TransportImpl Package Description net.schmizz.sshj.transport -
-
Uses of TransportImpl in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as TransportImpl Modifier and Type Field Description private TransportImpl
Reader. trans
private TransportImpl
KeyExchanger. transport
Constructors in net.schmizz.sshj.transport with parameters of type TransportImpl Constructor Description KeyExchanger(TransportImpl trans)
Reader(TransportImpl trans)
-