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 interfaceClientFactoryManagerTheClientFactoryManagerenable 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 classSshClientEntry 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 interfaceClientSessionAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement SessionHeartbeatController Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientConnectionServiceClient sidessh-connectionservice.classClientSessionImplThe 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 interfaceFactoryManagerThis interface allows retrieving all theNamedFactoryused 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 classAbstractFactoryManager -
Uses of SessionHeartbeatController in org.apache.sshd.common.session
Subinterfaces of SessionHeartbeatController in org.apache.sshd.common.session Modifier and Type Interface Description interfaceConnectionServiceInterface implementing ssh-connection service.interfaceSessionRepresents an SSH session.interfaceSessionContextA "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 classAbstractConnectionServiceBase implementation of ConnectionService.classAbstractSessionThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.classSessionHelperContains split code in order to makeAbstractSessionclass smaller -
Uses of SessionHeartbeatController in org.apache.sshd.server
Subinterfaces of SessionHeartbeatController in org.apache.sshd.server Modifier and Type Interface Description interfaceServerFactoryManagerTheServerFactoryManagerenable 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 classSshServerThe 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 interfaceServerSessionClasses in org.apache.sshd.server.session that implement SessionHeartbeatController Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerConnectionServiceServer sidessh-connectionservice.classServerSessionImplThe default implementation for aServerSession
-