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) class
Heartbeater
class
KeepAliveRunner
Methods in net.schmizz.keepalive that return KeepAlive Modifier and Type Method Description abstract KeepAlive
KeepAliveProvider. 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 KeepAlive
ConnectionImpl. keepAlive
keep-alive
mechanismMethods in net.schmizz.sshj.connection that return KeepAlive Modifier and Type Method Description KeepAlive
Connection. getKeepAlive()
KeepAlive
ConnectionImpl. getKeepAlive()
-