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 ConnectionSSHClient.connssh-connectionserviceMethods 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 ConnectionAbstractChannel.connConnection layerConstructors in net.schmizz.sshj.connection.channel with parameters of type ConnectionModifierConstructorDescriptionprotectedAbstractChannel(Connection conn, String type) protectedAbstractChannel(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 ConnectionModifierConstructorDescriptionprotectedAbstractDirectChannel(Connection conn, String type) protectedAbstractDirectChannel(Connection conn, String type, Charset remoteCharset) DirectConnection(Connection conn, String remoteHost, int remotePort) protectedDirectTCPIPChannel(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 ConnectionModifierConstructorDescriptionprotectedAbstractForwardedChannel(Connection conn, String type, int recipient, long remoteWinSize, long remoteMaxPacketSize, String origIP, int origPort) protectedAbstractForwardedChannelOpener(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)