Interface | Description |
---|---|
ConnectionService |
Interface implementing ssh-connection service.
|
ConnectionServiceRequestHandler | |
ReservedSessionMessagesHandler |
Provides a way to listen and handle the
SSH_MSG_IGNORE and SSH_MSG_DEBUG messages that are received
by a session, as well as proprietary and/or extension messages and behavior. |
ReservedSessionMessagesManager | |
Session |
Represents an SSH session.
|
SessionContext |
A "succinct" summary of the most important attributes of an SSH session
|
SessionContextHolder | |
SessionDisconnectHandler |
Invoked when the internal session code decides it should disconnect a session due to some consideration.
|
SessionDisconnectHandlerManager |
TODO Add javadoc
|
SessionHeartbeatController | |
SessionHolder<S extends Session> | |
SessionListener |
Represents an interface receiving session events.
|
SessionListenerManager |
Marker interface for classes that allow to add/remove session listeners.
|
UnknownChannelReferenceHandler | |
UnknownChannelReferenceHandlerManager |
Class | Description |
---|---|
AbstractConnectionServiceFactory | |
SessionWorkBuffer |
Enum | Description |
---|---|
SessionHeartbeatController.HeartbeatType | |
SessionListener.Event |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.