Uses of Interface
org.apache.sshd.common.session.SessionHeartbeatController
Packages that use SessionHeartbeatController
Package
Description
-
Uses of SessionHeartbeatController in org.apache.sshd.client
Subinterfaces of SessionHeartbeatController in org.apache.sshd.clientModifier and TypeInterfaceDescriptioninterface
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement SessionHeartbeatControllerModifier and TypeClassDescriptionclass
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.sessionModifier and TypeInterfaceDescriptioninterface
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement SessionHeartbeatControllerModifier and TypeClassDescriptionclass
Provides default implementations ofClientSession
related methodsclass
Client sidessh-connection
service.class
The default implementation of aClientSession
-
Uses of SessionHeartbeatController in org.apache.sshd.common
Subinterfaces of SessionHeartbeatController in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterface
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 -
Uses of SessionHeartbeatController in org.apache.sshd.common.session
Subinterfaces of SessionHeartbeatController in org.apache.sshd.common.sessionModifier and TypeInterfaceDescriptioninterface
Interface implementing ssh-connection service.interface
Represents an SSH session.interface
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 SessionHeartbeatControllerModifier and TypeClassDescriptionclass
Base implementation of ConnectionService.class
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
Contains split code in order to makeAbstractSession
class smaller -
Uses of SessionHeartbeatController in org.apache.sshd.server
Subinterfaces of SessionHeartbeatController in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterface
TheServerFactoryManager
enable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement SessionHeartbeatControllerModifier and TypeClassDescriptionclass
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.sessionClasses in org.apache.sshd.server.session that implement SessionHeartbeatControllerModifier and TypeClassDescriptionclass
Provides default implementations forServerSession
related methodsclass
Server sidessh-connection
service.class
The default implementation for aServerSession