| Method and Description |
|---|
| net.schmizz.sshj.transport.Transport.getHeartbeatInterval()
Moved to
KeepAlive.getKeepAliveInterval(). This is accessible through the Connection.
Scheduled to be removed in 0.12.0 |
| net.schmizz.sshj.transport.TransportImpl.getHeartbeatInterval() |
| net.schmizz.sshj.transport.Transport.setHeartbeatInterval(int)
Moved to
KeepAlive.getKeepAliveInterval(). This is accessible through the Connection.
Scheduled to be removed in 0.12.0 |
| net.schmizz.sshj.transport.TransportImpl.setHeartbeatInterval(int) |
| Constructor and Description |
|---|
| net.schmizz.sshj.transport.TransportImpl(Config, SSHClient) |