Uses of Class
net.schmizz.sshj.connection.ConnectionImpl
-
Packages that use ConnectionImpl Package Description net.schmizz.keepalive -
-
Uses of ConnectionImpl in net.schmizz.keepalive
Fields in net.schmizz.keepalive declared as ConnectionImpl Modifier and Type Field Description protected ConnectionImpl
KeepAlive. conn
Methods in net.schmizz.keepalive with parameters of type ConnectionImpl Modifier and Type Method Description abstract KeepAlive
KeepAliveProvider. provide(ConnectionImpl connection)
Constructors in net.schmizz.keepalive with parameters of type ConnectionImpl Constructor Description Heartbeater(ConnectionImpl conn)
KeepAlive(ConnectionImpl conn, java.lang.String name)
KeepAliveRunner(ConnectionImpl conn)
-