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 interface
ClientFactoryManager
TheClientFactoryManager
enable 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 class
SshClient
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.session Modifier and Type Interface Description interface
ClientSession
An authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement PortForwardingEventListenerManager Modifier and Type Class Description class
AbstractClientSession
Provides default implementations ofClientSession
related methodsclass
ClientConnectionService
Client sidessh-connection
service.class
ClientConnectionServiceFactory
class
ClientSessionImpl
The 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 interface
FactoryManager
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.forward Modifier and Type Interface Description interface
Forwarder
TODO Add javadocClasses in org.apache.sshd.common.forward that implement PortForwardingEventListenerManager Modifier and Type Class Description class
DefaultForwarder
Requests a "tcpip-forward" actionclass
DefaultForwarderFactory
The defaultForwarderFactory
implementation.Fields in org.apache.sshd.common.forward with type parameters of type PortForwardingEventListenerManager Modifier and Type Field Description private java.util.Collection<PortForwardingEventListenerManager>
DefaultForwarder. managersHolder
Methods in org.apache.sshd.common.forward that return types with arguments of type PortForwardingEventListenerManager Modifier and Type Method Description java.util.Collection<PortForwardingEventListenerManager>
DefaultForwarder. getRegisteredManagers()
java.util.Collection<PortForwardingEventListenerManager>
PortForwardingEventListenerManagerHolder. getRegisteredManagers()
Methods in org.apache.sshd.common.forward with parameters of type PortForwardingEventListenerManager Modifier and Type Method Description boolean
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 PortForwardingEventListenerManager Modifier and Type Method Description protected void
DefaultForwarder. invokePortEventListenerSignallerHolders(java.util.Collection<? extends PortForwardingEventListenerManager> holders, Invoker<PortForwardingEventListener,java.lang.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 class
AbstractFactoryManager
-
Uses of PortForwardingEventListenerManager in org.apache.sshd.common.session
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.common.session Modifier and Type Interface Description interface
ConnectionService
Interface implementing ssh-connection service.interface
Session
Represents an SSH session.Classes in org.apache.sshd.common.session that implement PortForwardingEventListenerManager Modifier and Type Class Description class
AbstractConnectionServiceFactory
-
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 class
AbstractConnectionService
Base implementation of ConnectionService.class
AbstractSession
The AbstractSession handles all the basic SSH protocol such as key exchange, authentication, encoding and decoding.class
SessionHelper
Contains split code in order to makeAbstractSession
class smallerFields in org.apache.sshd.common.session.helpers with type parameters of type PortForwardingEventListenerManager Modifier and Type Field Description private java.util.Collection<PortForwardingEventListenerManager>
AbstractConnectionService. managersHolder
Methods in org.apache.sshd.common.session.helpers that return types with arguments of type PortForwardingEventListenerManager Modifier and Type Method Description java.util.Collection<PortForwardingEventListenerManager>
AbstractConnectionService. getRegisteredManagers()
Methods in org.apache.sshd.common.session.helpers with parameters of type PortForwardingEventListenerManager Modifier and Type Method Description boolean
AbstractConnectionService. addPortForwardingEventListenerManager(PortForwardingEventListenerManager manager)
boolean
AbstractConnectionService. removePortForwardingEventListenerManager(PortForwardingEventListenerManager manager)
-
Uses of PortForwardingEventListenerManager in org.apache.sshd.server
Subinterfaces of PortForwardingEventListenerManager in org.apache.sshd.server Modifier and Type Interface Description interface
ServerFactoryManager
TheServerFactoryManager
enable 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 class
SshServer
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.session Modifier and Type Interface Description interface
ServerSession
Classes in org.apache.sshd.server.session that implement PortForwardingEventListenerManager Modifier and Type Class Description class
AbstractServerSession
Provides default implementations forServerSession
related methodsclass
ServerConnectionService
Server sidessh-connection
service.class
ServerConnectionServiceFactory
class
ServerSessionImpl
The default implementation for aServerSession
-