Uses of Class
net.schmizz.sshj.connection.channel.direct.DirectConnection
Packages that use DirectConnection
-
Uses of DirectConnection in net.schmizz.sshj
Methods in net.schmizz.sshj that return DirectConnectionModifier and TypeMethodDescriptionSSHClient.newDirectConnection
(String hostname, int port) Create aDirectConnection
channel that connects to a remote address from the server.Methods in net.schmizz.sshj with parameters of type DirectConnectionModifier and TypeMethodDescriptionvoid
SocketClient.connectVia
(DirectConnection directConnection) Connect to a remote address via a direct TCP/IP connection from the server.