Uses of Interface
org.apache.sshd.common.session.UnknownChannelReferenceHandlerManager
-
-
Uses of UnknownChannelReferenceHandlerManager in org.apache.sshd.client
Subinterfaces of UnknownChannelReferenceHandlerManager 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 UnknownChannelReferenceHandlerManager Modifier and Type Class Description classSshClientEntry point for the client side of the SSH protocol. -
Uses of UnknownChannelReferenceHandlerManager in org.apache.sshd.client.session
Subinterfaces of UnknownChannelReferenceHandlerManager 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 UnknownChannelReferenceHandlerManager Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientConnectionServiceClient sidessh-connectionservice.classClientSessionImplThe default implementation of aClientSession -
Uses of UnknownChannelReferenceHandlerManager in org.apache.sshd.common
Subinterfaces of UnknownChannelReferenceHandlerManager in org.apache.sshd.common Modifier and Type Interface Description interfaceFactoryManagerThis interface allows retrieving all theNamedFactoryused in the SSH protocol. -
Uses of UnknownChannelReferenceHandlerManager in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement UnknownChannelReferenceHandlerManager Modifier and Type Class Description classAbstractFactoryManager -
Uses of UnknownChannelReferenceHandlerManager in org.apache.sshd.common.session
Subinterfaces of UnknownChannelReferenceHandlerManager in org.apache.sshd.common.session Modifier and Type Interface Description interfaceConnectionServiceInterface implementing ssh-connection service.interfaceSessionRepresents an SSH session. -
Uses of UnknownChannelReferenceHandlerManager in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement UnknownChannelReferenceHandlerManager 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 UnknownChannelReferenceHandlerManager in org.apache.sshd.server
Subinterfaces of UnknownChannelReferenceHandlerManager 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 UnknownChannelReferenceHandlerManager Modifier and Type Class Description classSshServerThe SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of UnknownChannelReferenceHandlerManager in org.apache.sshd.server.session
Subinterfaces of UnknownChannelReferenceHandlerManager in org.apache.sshd.server.session Modifier and Type Interface Description interfaceServerSessionClasses in org.apache.sshd.server.session that implement UnknownChannelReferenceHandlerManager Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerConnectionServiceServer sidessh-connectionservice.classServerSessionImplThe default implementation for aServerSession
-