Uses of Interface
org.apache.sshd.common.forward.PortForwardingEventListenerManager
Packages that use PortForwardingEventListenerManager
Package
Description
-
Uses of PortForwardingEventListenerManager in org.apache.sshd.client
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.clientModifier and TypeInterfaceDescriptioninterfaceTheClientFactoryManagerenable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement PortForwardingEventListenerManagerModifier and TypeClassDescriptionclassEntry 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.sessionModifier and TypeInterfaceDescriptioninterfaceAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement PortForwardingEventListenerManagerModifier and TypeClassDescriptionclassProvides default implementations ofClientSessionrelated methodsclassClient sidessh-connectionservice.classclassThe default implementation of aClientSession -
Uses of PortForwardingEventListenerManager in org.apache.sshd.common
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterfaceThis 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.forwardClasses in org.apache.sshd.common.forward that implement PortForwardingEventListenerManagerModifier and TypeClassDescriptionclassRequests a "tcpip-forward" actionclassThe defaultForwarderFactoryimplementation.Fields in org.apache.sshd.common.forward with type parameters of type PortForwardingEventListenerManagerModifier and TypeFieldDescriptionprivate final Collection<PortForwardingEventListenerManager> DefaultForwarder.managersHolderMethods in org.apache.sshd.common.forward that return types with arguments of type PortForwardingEventListenerManagerModifier and TypeMethodDescriptionDefaultForwarder.getRegisteredManagers()PortForwardingEventListenerManagerHolder.getRegisteredManagers()Methods in org.apache.sshd.common.forward with parameters of type PortForwardingEventListenerManagerModifier and TypeMethodDescriptionbooleanDefaultForwarder.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 PortForwardingEventListenerManagerModifier and TypeMethodDescriptionprotected 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 -
Uses of PortForwardingEventListenerManager in org.apache.sshd.common.session
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.common.sessionModifier and TypeInterfaceDescriptioninterfaceInterface implementing ssh-connection service.interfaceRepresents an SSH session.Classes in org.apache.sshd.common.session that implement PortForwardingEventListenerManager -
Uses of PortForwardingEventListenerManager in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement PortForwardingEventListenerManagerModifier and TypeClassDescriptionclassBase implementation of ConnectionService.classThe AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.classContains split code in order to makeAbstractSessionclass smallerFields in org.apache.sshd.common.session.helpers with type parameters of type PortForwardingEventListenerManagerModifier and TypeFieldDescriptionprivate final Collection<PortForwardingEventListenerManager> AbstractConnectionService.managersHolderMethods in org.apache.sshd.common.session.helpers that return types with arguments of type PortForwardingEventListenerManagerMethods in org.apache.sshd.common.session.helpers with parameters of type PortForwardingEventListenerManagerModifier and TypeMethodDescriptionbooleanAbstractConnectionService.addPortForwardingEventListenerManager(PortForwardingEventListenerManager manager) booleanAbstractConnectionService.removePortForwardingEventListenerManager(PortForwardingEventListenerManager manager) -
Uses of PortForwardingEventListenerManager in org.apache.sshd.server
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterfaceTheServerFactoryManagerenable the retrieval of additional configuration needed specifically for the server side.Classes in org.apache.sshd.server that implement PortForwardingEventListenerManagerModifier and TypeClassDescriptionclassThe 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.sessionClasses in org.apache.sshd.server.session that implement PortForwardingEventListenerManagerModifier and TypeClassDescriptionclassProvides default implementations forServerSessionrelated methodsclassServer sidessh-connectionservice.classclassThe default implementation for aServerSession