Uses of Interface
org.apache.sshd.common.session.SessionHeartbeatController
-
-
Uses of SessionHeartbeatController in org.apache.sshd.client
Subinterfaces of SessionHeartbeatController in org.apache.sshd.client Modifier and Type Interface Description interface
ClientFactoryManager
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement SessionHeartbeatController Modifier and Type Class Description class
SshClient
Entry point for the client side of the SSH protocol. -
Uses of SessionHeartbeatController in org.apache.sshd.client.session
Subinterfaces of SessionHeartbeatController in org.apache.sshd.client.session Modifier and Type Interface Description interface
ClientSession
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement SessionHeartbeatController Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientConnectionService
Client sidessh-connection
service.class
ClientSessionImpl
The default implementation of aClientSession
-
Uses of SessionHeartbeatController in org.apache.sshd.common
Subinterfaces of SessionHeartbeatController in org.apache.sshd.common Modifier and Type Interface Description interface
FactoryManager
This interface allows retrieving all theNamedFactory
used in the SSH protocol. -
Uses of SessionHeartbeatController in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement SessionHeartbeatController Modifier and Type Class Description class
AbstractFactoryManager
-
Uses of SessionHeartbeatController in org.apache.sshd.common.session
Subinterfaces of SessionHeartbeatController in org.apache.sshd.common.session Modifier and Type Interface Description interface
ConnectionService
Interface implementing ssh-connection service.interface
Session
Represents an SSH session.interface
SessionContext
A "succinct" summary of the most important attributes of an SSH session -
Uses of SessionHeartbeatController in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SessionHeartbeatController Modifier and Type Class Description class
AbstractConnectionService
Base implementation of ConnectionService.class
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
SessionHelper
Contains split code in order to makeAbstractSession
class smaller -
Uses of SessionHeartbeatController in org.apache.sshd.server
Subinterfaces of SessionHeartbeatController in org.apache.sshd.server Modifier and Type Interface Description interface
ServerFactoryManager
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement SessionHeartbeatController Modifier and Type Class Description class
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of SessionHeartbeatController in org.apache.sshd.server.session
Subinterfaces of SessionHeartbeatController in org.apache.sshd.server.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement SessionHeartbeatController Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerConnectionService
Server sidessh-connection
service.class
ServerSessionImpl
The default implementation for aServerSession
-