Uses of Class
net.schmizz.keepalive.KeepAlive
-
Packages that use KeepAlive Package Description net.schmizz.keepalive net.schmizz.sshj.connection -
-
Uses of KeepAlive in net.schmizz.keepalive
Subclasses of KeepAlive in net.schmizz.keepalive Modifier and Type Class Description (package private) classHeartbeaterclassKeepAliveRunnerMethods in net.schmizz.keepalive that return KeepAlive Modifier and Type Method Description abstract KeepAliveKeepAliveProvider. provide(ConnectionImpl connection) -
Uses of KeepAlive in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection declared as KeepAlive Modifier and Type Field Description private KeepAliveConnectionImpl. keepAlivekeep-alivemechanismMethods in net.schmizz.sshj.connection that return KeepAlive Modifier and Type Method Description KeepAliveConnection. getKeepAlive()KeepAliveConnectionImpl. getKeepAlive()
-