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 ConnectionImplKeepAlive. connMethods in net.schmizz.keepalive with parameters of type ConnectionImpl Modifier and Type Method Description abstract KeepAliveKeepAliveProvider. 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)
-