Uses of Class
net.schmizz.sshj.connection.channel.direct.DirectConnection
-
Packages that use DirectConnection Package Description net.schmizz.sshj -
-
Uses of DirectConnection in net.schmizz.sshj
Methods in net.schmizz.sshj that return DirectConnection Modifier and Type Method Description DirectConnection
SSHClient. newDirectConnection(java.lang.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 DirectConnection Modifier and Type Method Description void
SocketClient. connectVia(DirectConnection directConnection)
Connect to a remote address via a direct TCP/IP connection from the server.
-