-
Methods Method Description net.schmizz.sshj.SocketClient.connect(String, Proxy) This method will be removed after v0.12.0. If you want to connect via a proxy, you can do this by injecting aSocketFactory
into the SocketClient. The SocketFactory should create sockets using theSocket(java.net.Proxy)
constructor.