-
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.net.schmizz.sshj.transport.Transport.getHeartbeatInterval() Moved toKeepAlive.getKeepAliveInterval()
. This is accessible through theConnection
. Scheduled to be removed in 0.12.0net.schmizz.sshj.transport.Transport.setHeartbeatInterval(int) Moved toKeepAlive.getKeepAliveInterval()
. This is accessible through theConnection
. Scheduled to be removed in 0.12.0net.schmizz.sshj.transport.TransportImpl.getHeartbeatInterval() net.schmizz.sshj.transport.TransportImpl.setHeartbeatInterval(int)
-
Constructors Constructor Description net.schmizz.sshj.transport.TransportImpl(Config, SSHClient)