Uses of Interface
net.schmizz.sshj.connection.Connection
-
-
Uses of Connection in net.schmizz.sshj
Fields in net.schmizz.sshj declared as Connection Modifier and Type Field Description protected Connection
SSHClient. conn
ssh-connection
serviceMethods in net.schmizz.sshj that return Connection Modifier and Type Method Description Connection
SSHClient. getConnection()
-
Uses of Connection in net.schmizz.sshj.connection
Classes in net.schmizz.sshj.connection that implement Connection Modifier and Type Class Description class
ConnectionImpl
Connection
implementation. -
Uses of Connection in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as Connection Modifier and Type Field Description protected Connection
AbstractChannel. conn
Connection layerConstructors in net.schmizz.sshj.connection.channel with parameters of type Connection Constructor Description AbstractChannel(Connection conn, java.lang.String type)
AbstractChannel(Connection conn, java.lang.String type, java.nio.charset.Charset remoteCharset)
-
Uses of Connection in net.schmizz.sshj.connection.channel.direct
Fields in net.schmizz.sshj.connection.channel.direct declared as Connection Modifier and Type Field Description private Connection
LocalPortForwarder. conn
Constructors in net.schmizz.sshj.connection.channel.direct with parameters of type Connection Constructor Description AbstractDirectChannel(Connection conn, java.lang.String type)
AbstractDirectChannel(Connection conn, java.lang.String type, java.nio.charset.Charset remoteCharset)
DirectConnection(Connection conn, java.lang.String remoteHost, int remotePort)
DirectTCPIPChannel(Connection conn, Parameters parameters)
ForwardedChannel(Connection conn, java.net.Socket socket, Parameters parameters)
LocalPortForwarder(Connection conn, Parameters parameters, java.net.ServerSocket serverSocket, LoggerFactory loggerFactory)
SessionChannel(Connection conn)
SessionChannel(Connection conn, java.nio.charset.Charset remoteCharset)
-
Uses of Connection in net.schmizz.sshj.connection.channel.forwarded
Fields in net.schmizz.sshj.connection.channel.forwarded declared as Connection Modifier and Type Field Description protected Connection
AbstractForwardedChannelOpener. conn
Constructors in net.schmizz.sshj.connection.channel.forwarded with parameters of type Connection Constructor Description AbstractForwardedChannel(Connection conn, java.lang.String type, int recipient, long remoteWinSize, long remoteMaxPacketSize, java.lang.String origIP, int origPort)
AbstractForwardedChannelOpener(java.lang.String chanType, Connection conn)
ForwardedTCPIPChannel(Connection conn, int recipient, long remoteWinSize, long remoteMaxPacketSize, RemotePortForwarder.Forward fwd, java.lang.String origIP, int origPort)
RemotePortForwarder(Connection conn)
X11Channel(Connection conn, int recipient, long remoteWinSize, long remoteMaxPacketSize, java.lang.String origIP, int origPort)
X11Forwarder(Connection conn, ConnectListener listener)
-