Uses of Interface
org.apache.sshd.common.forward.PortForwardingEventListenerManager
-
-
Uses of PortForwardingEventListenerManager in org.apache.sshd.client
Subinterfaces of PortForwardingEventListenerManager 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 PortForwardingEventListenerManager Modifier and Type Class Description classSshClientEntry point for the client side of the SSH protocol. -
Uses of PortForwardingEventListenerManager in org.apache.sshd.client.session
Subinterfaces of PortForwardingEventListenerManager 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 PortForwardingEventListenerManager Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientConnectionServiceClient sidessh-connectionservice.classClientConnectionServiceFactoryclassClientSessionImplThe default implementation of aClientSession -
Uses of PortForwardingEventListenerManager in org.apache.sshd.common
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.common Modifier and Type Interface Description interfaceFactoryManagerThis interface allows retrieving all theNamedFactoryused in the SSH protocol. -
Uses of PortForwardingEventListenerManager in org.apache.sshd.common.forward
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.common.forward Modifier and Type Interface Description interfaceForwarderTODO Add javadocClasses in org.apache.sshd.common.forward that implement PortForwardingEventListenerManager Modifier and Type Class Description classDefaultForwarderRequests a "tcpip-forward" actionclassDefaultForwarderFactoryThe defaultForwarderFactoryimplementation.Methods in org.apache.sshd.common.forward that return types with arguments of type PortForwardingEventListenerManager Modifier and Type Method Description Collection<PortForwardingEventListenerManager>DefaultForwarder. getRegisteredManagers()Collection<PortForwardingEventListenerManager>PortForwardingEventListenerManagerHolder. getRegisteredManagers()Methods in org.apache.sshd.common.forward with parameters of type PortForwardingEventListenerManager Modifier and Type Method Description booleanDefaultForwarder. addPortForwardingEventListenerManager(PortForwardingEventListenerManager manager)booleanPortForwardingEventListenerManagerHolder. addPortForwardingEventListenerManager(PortForwardingEventListenerManager manager)booleanDefaultForwarder. removePortForwardingEventListenerManager(PortForwardingEventListenerManager manager)booleanPortForwardingEventListenerManagerHolder. removePortForwardingEventListenerManager(PortForwardingEventListenerManager manager)Method parameters in org.apache.sshd.common.forward with type arguments of type PortForwardingEventListenerManager Modifier and Type Method Description protected voidDefaultForwarder. invokePortEventListenerSignallerHolders(Collection<? extends PortForwardingEventListenerManager> holders, Invoker<PortForwardingEventListener,Void> invoker) -
Uses of PortForwardingEventListenerManager in org.apache.sshd.common.helpers
Classes in org.apache.sshd.common.helpers that implement PortForwardingEventListenerManager Modifier and Type Class Description classAbstractFactoryManager -
Uses of PortForwardingEventListenerManager in org.apache.sshd.common.session
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.common.session Modifier and Type Interface Description interfaceConnectionServiceInterface implementing ssh-connection service.interfaceSessionRepresents an SSH session.Classes in org.apache.sshd.common.session that implement PortForwardingEventListenerManager Modifier and Type Class Description classAbstractConnectionServiceFactory -
Uses of PortForwardingEventListenerManager in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement PortForwardingEventListenerManager 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 smallerMethods in org.apache.sshd.common.session.helpers that return types with arguments of type PortForwardingEventListenerManager Modifier and Type Method Description Collection<PortForwardingEventListenerManager>AbstractConnectionService. getRegisteredManagers()Methods in org.apache.sshd.common.session.helpers with parameters of type PortForwardingEventListenerManager Modifier and Type Method Description booleanAbstractConnectionService. addPortForwardingEventListenerManager(PortForwardingEventListenerManager manager)booleanAbstractConnectionService. removePortForwardingEventListenerManager(PortForwardingEventListenerManager manager) -
Uses of PortForwardingEventListenerManager in org.apache.sshd.server
Subinterfaces of PortForwardingEventListenerManager 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 PortForwardingEventListenerManager Modifier and Type Class Description classSshServerThe SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of PortForwardingEventListenerManager in org.apache.sshd.server.session
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.server.session Modifier and Type Interface Description interfaceServerSessionClasses in org.apache.sshd.server.session that implement PortForwardingEventListenerManager Modifier and Type Class Description classAbstractServerSessionProvides default implementations forServerSessionrelated methodsclassServerConnectionServiceServer sidessh-connectionservice.classServerConnectionServiceFactoryclassServerSessionImplThe default implementation for aServerSession
-