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 TransportAbstractService. transTransport layerprotected TransportSSHClient. transTransport layerMethods in net.schmizz.sshj that return Transport Modifier and Type Method Description TransportSSHClient. 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 TransportConnection. getTransport()TransportConnectionImpl. 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 TransportAbstractChannel. transTransport layerprivate TransportChannelInputStream. transprivate TransportChannelOutputStream. transConstructors 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 classTransportImplA thread-safeTransportimplementation.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 TransportKeyExchangeBase. transMethods in net.schmizz.sshj.transport.kex with parameters of type Transport Modifier and Type Method Description voidAbstractDHG. init(Transport trans, java.lang.String V_S, java.lang.String V_C, byte[] I_S, byte[] I_C)voidAbstractDHGex. init(Transport trans, java.lang.String V_S, java.lang.String V_C, byte[] I_S, byte[] I_C)voidKeyExchange. init(Transport trans, java.lang.String V_S, java.lang.String V_C, byte[] I_S, byte[] I_C)Initialize the key exchange algorithm.voidKeyExchangeBase. 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 TransportAuthParams. getTransport()Constructors in net.schmizz.sshj.userauth with parameters of type Transport Constructor Description UserAuthImpl(Transport trans)
-