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 TypeInterfaceDescriptioninterface
TheClientFactoryManager
enable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement PortForwardingEventListenerManagerModifier and TypeClassDescriptionclass
Entry 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 TypeInterfaceDescriptioninterface
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement PortForwardingEventListenerManagerModifier and TypeClassDescriptionclass
Provides default implementations ofClientSession
related methodsclass
Client sidessh-connection
service.class
class
The default implementation of aClientSession
-
Uses of PortForwardingEventListenerManager in org.apache.sshd.common
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterface
This interface allows retrieving all theNamedFactory
used 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 TypeClassDescriptionclass
Requests a "tcpip-forward" actionclass
The defaultForwarderFactory
implementation.Fields in org.apache.sshd.common.forward with type parameters of type PortForwardingEventListenerManagerModifier and TypeFieldDescriptionprivate final Collection<PortForwardingEventListenerManager>
DefaultForwarder.managersHolder
Methods 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 TypeMethodDescriptionboolean
DefaultForwarder.addPortForwardingEventListenerManager
(PortForwardingEventListenerManager manager) boolean
PortForwardingEventListenerManagerHolder.addPortForwardingEventListenerManager
(PortForwardingEventListenerManager manager) boolean
DefaultForwarder.removePortForwardingEventListenerManager
(PortForwardingEventListenerManager manager) boolean
PortForwardingEventListenerManagerHolder.removePortForwardingEventListenerManager
(PortForwardingEventListenerManager manager) Method parameters in org.apache.sshd.common.forward with type arguments of type PortForwardingEventListenerManagerModifier and TypeMethodDescriptionprotected void
DefaultForwarder.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 TypeInterfaceDescriptioninterface
Interface implementing ssh-connection service.interface
Represents 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 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 smallerFields in org.apache.sshd.common.session.helpers with type parameters of type PortForwardingEventListenerManagerModifier and TypeFieldDescriptionprivate final Collection<PortForwardingEventListenerManager>
AbstractConnectionService.managersHolder
Methods 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 TypeMethodDescriptionboolean
AbstractConnectionService.addPortForwardingEventListenerManager
(PortForwardingEventListenerManager manager) boolean
AbstractConnectionService.removePortForwardingEventListenerManager
(PortForwardingEventListenerManager manager) -
Uses of PortForwardingEventListenerManager in org.apache.sshd.server
Subinterfaces of PortForwardingEventListenerManager 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 PortForwardingEventListenerManagerModifier and TypeClassDescriptionclass
The 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 TypeClassDescriptionclass
Provides default implementations forServerSession
related methodsclass
Server sidessh-connection
service.class
class
The default implementation for aServerSession