Uses of Interface
net.schmizz.sshj.connection.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in net.schmizz.sshj
Fields in net.schmizz.sshj declared as ConnectionModifier and TypeFieldDescriptionprotected final Connection
SSHClient.conn
ssh-connection
serviceMethods in net.schmizz.sshj that return Connection -
Uses of Connection in net.schmizz.sshj.connection
Classes in net.schmizz.sshj.connection that implement Connection -
Uses of Connection in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as ConnectionModifier and TypeFieldDescriptionprotected final Connection
AbstractChannel.conn
Connection layerConstructors in net.schmizz.sshj.connection.channel with parameters of type ConnectionModifierConstructorDescriptionprotected
AbstractChannel
(Connection conn, String type) protected
AbstractChannel
(Connection conn, String type, Charset remoteCharset) -
Uses of Connection in net.schmizz.sshj.connection.channel.direct
Fields in net.schmizz.sshj.connection.channel.direct declared as ConnectionConstructors in net.schmizz.sshj.connection.channel.direct with parameters of type ConnectionModifierConstructorDescriptionprotected
AbstractDirectChannel
(Connection conn, String type) protected
AbstractDirectChannel
(Connection conn, String type, Charset remoteCharset) DirectConnection
(Connection conn, String remoteHost, int remotePort) protected
DirectTCPIPChannel
(Connection conn, Parameters parameters) ForwardedChannel
(Connection conn, Socket socket, Parameters parameters) LocalPortForwarder
(Connection conn, Parameters parameters, ServerSocket serverSocket, LoggerFactory loggerFactory) SessionChannel
(Connection conn) SessionChannel
(Connection conn, Charset remoteCharset) -
Uses of Connection in net.schmizz.sshj.connection.channel.forwarded
Fields in net.schmizz.sshj.connection.channel.forwarded declared as ConnectionConstructors in net.schmizz.sshj.connection.channel.forwarded with parameters of type ConnectionModifierConstructorDescriptionprotected
AbstractForwardedChannel
(Connection conn, String type, int recipient, long remoteWinSize, long remoteMaxPacketSize, String origIP, int origPort) protected
AbstractForwardedChannelOpener
(String chanType, Connection conn) ForwardedTCPIPChannel
(Connection conn, int recipient, long remoteWinSize, long remoteMaxPacketSize, RemotePortForwarder.Forward fwd, String origIP, int origPort) X11Channel
(Connection conn, int recipient, long remoteWinSize, long remoteMaxPacketSize, String origIP, int origPort) X11Forwarder
(Connection conn, ConnectListener listener)