Uses of Interface
net.schmizz.sshj.transport.Transport
-
Packages that use Transport Package Description net.schmizz.sshj net.schmizz.sshj.connection net.schmizz.sshj.connection.channel net.schmizz.sshj.transport net.schmizz.sshj.transport.kex net.schmizz.sshj.userauth -
-
Uses of Transport in net.schmizz.sshj
Fields in net.schmizz.sshj declared as Transport Modifier and Type Field Description protected Transport
AbstractService. trans
Transport layerprotected Transport
SSHClient. trans
Transport layerMethods in net.schmizz.sshj that return Transport Modifier and Type Method Description Transport
SSHClient. getTransport()
Constructors in net.schmizz.sshj with parameters of type Transport Constructor Description AbstractService(java.lang.String name, Transport trans)
-
Uses of Transport in net.schmizz.sshj.connection
Methods in net.schmizz.sshj.connection that return Transport Modifier and Type Method Description Transport
Connection. getTransport()
Transport
ConnectionImpl. getTransport()
Constructors in net.schmizz.sshj.connection with parameters of type Transport Constructor Description ConnectionImpl(Transport trans, KeepAliveProvider keepAlive)
Create with an associatedTransport
. -
Uses of Transport in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as Transport Modifier and Type Field Description protected Transport
AbstractChannel. trans
Transport layerprivate Transport
ChannelInputStream. trans
private Transport
ChannelOutputStream. trans
Constructors in net.schmizz.sshj.connection.channel with parameters of type Transport Constructor Description ChannelInputStream(Channel chan, Transport trans, Window.Local win)
ChannelOutputStream(AbstractChannel chan, Transport trans, Window.Remote win)
-
Uses of Transport in net.schmizz.sshj.transport
Classes in net.schmizz.sshj.transport that implement Transport Modifier and Type Class Description class
TransportImpl
A thread-safeTransport
implementation.Constructors in net.schmizz.sshj.transport with parameters of type Transport Constructor Description Decoder(Transport packetHandler)
NullService(Transport trans)
-
Uses of Transport in net.schmizz.sshj.transport.kex
Fields in net.schmizz.sshj.transport.kex declared as Transport Modifier and Type Field Description protected Transport
KeyExchangeBase. trans
Methods in net.schmizz.sshj.transport.kex with parameters of type Transport Modifier and Type Method Description void
AbstractDHG. init(Transport trans, java.lang.String V_S, java.lang.String V_C, byte[] I_S, byte[] I_C)
void
AbstractDHGex. init(Transport trans, java.lang.String V_S, java.lang.String V_C, byte[] I_S, byte[] I_C)
void
KeyExchange. init(Transport trans, java.lang.String V_S, java.lang.String V_C, byte[] I_S, byte[] I_C)
Initialize the key exchange algorithm.void
KeyExchangeBase. init(Transport trans, java.lang.String V_S, java.lang.String V_C, byte[] I_S, byte[] I_C)
-
Uses of Transport in net.schmizz.sshj.userauth
Methods in net.schmizz.sshj.userauth that return Transport Modifier and Type Method Description Transport
AuthParams. getTransport()
Constructors in net.schmizz.sshj.userauth with parameters of type Transport Constructor Description UserAuthImpl(Transport trans)
-