Uses of Interface
org.apache.sshd.common.forward.PortForwardingEventListener
-
Packages that use PortForwardingEventListener Package Description org.apache.sshd.common.forward org.apache.sshd.common.helpers org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of PortForwardingEventListener in org.apache.sshd.common.forward
Fields in org.apache.sshd.common.forward declared as PortForwardingEventListener Modifier and Type Field Description static PortForwardingEventListener
PortForwardingEventListener. EMPTY
Methods in org.apache.sshd.common.forward with type parameters of type PortForwardingEventListener Modifier and Type Method Description static <L extends PortForwardingEventListener>
LPortForwardingEventListener. validateListener(L listener)
Methods in org.apache.sshd.common.forward that return PortForwardingEventListener Modifier and Type Method Description PortForwardingEventListener
DefaultForwarderFactory. getPortForwardingEventListenerProxy()
PortForwardingEventListener
DefaultForwardingFilter. getPortForwardingEventListenerProxy()
PortForwardingEventListener
PortForwardingEventListenerManager. getPortForwardingEventListenerProxy()
Methods in org.apache.sshd.common.forward that return types with arguments of type PortForwardingEventListener Modifier and Type Method Description protected Collection<PortForwardingEventListener>
DefaultForwardingFilter. getDefaultListeners()
Method parameters in org.apache.sshd.common.forward with type arguments of type PortForwardingEventListener Modifier and Type Method Description protected void
DefaultForwardingFilter. invokePortEventListenerSignaller(Invoker<PortForwardingEventListener,Void> invoker)
protected void
DefaultForwardingFilter. invokePortEventListenerSignallerHolders(Collection<? extends PortForwardingEventListenerManager> holders, Invoker<PortForwardingEventListener,Void> invoker)
protected void
DefaultForwardingFilter. invokePortEventListenerSignallerListeners(Collection<? extends PortForwardingEventListener> listeners, Invoker<PortForwardingEventListener,Void> invoker)
protected void
DefaultForwardingFilter. invokePortEventListenerSignallerListeners(Collection<? extends PortForwardingEventListener> listeners, Invoker<PortForwardingEventListener,Void> invoker)
-
Uses of PortForwardingEventListener in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as PortForwardingEventListener Modifier and Type Field Description protected PortForwardingEventListener
AbstractFactoryManager. tunnelListenerProxy
Fields in org.apache.sshd.common.helpers with type parameters of type PortForwardingEventListener Modifier and Type Field Description protected Collection<PortForwardingEventListener>
AbstractFactoryManager. tunnelListeners
Methods in org.apache.sshd.common.helpers that return PortForwardingEventListener Modifier and Type Method Description PortForwardingEventListener
AbstractFactoryManager. getPortForwardingEventListenerProxy()
Methods in org.apache.sshd.common.helpers with parameters of type PortForwardingEventListener Modifier and Type Method Description void
AbstractFactoryManager. addPortForwardingEventListener(PortForwardingEventListener listener)
void
AbstractFactoryManager. removePortForwardingEventListener(PortForwardingEventListener listener)
-
Uses of PortForwardingEventListener in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return PortForwardingEventListener Modifier and Type Method Description PortForwardingEventListener
AbstractConnectionServiceFactory. getPortForwardingEventListenerProxy()
Methods in org.apache.sshd.common.session with parameters of type PortForwardingEventListener Modifier and Type Method Description void
AbstractConnectionServiceFactory. addPortForwardingEventListener(PortForwardingEventListener listener)
void
AbstractConnectionServiceFactory. removePortForwardingEventListener(PortForwardingEventListener listener)
-
Uses of PortForwardingEventListener in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as PortForwardingEventListener Modifier and Type Field Description protected PortForwardingEventListener
AbstractSession. tunnelListenerProxy
Fields in org.apache.sshd.common.session.helpers with type parameters of type PortForwardingEventListener Modifier and Type Field Description protected Collection<PortForwardingEventListener>
AbstractSession. tunnelListeners
Port forwarding events listener containerMethods in org.apache.sshd.common.session.helpers that return PortForwardingEventListener Modifier and Type Method Description PortForwardingEventListener
AbstractConnectionService. getPortForwardingEventListenerProxy()
PortForwardingEventListener
AbstractSession. getPortForwardingEventListenerProxy()
Methods in org.apache.sshd.common.session.helpers with parameters of type PortForwardingEventListener Modifier and Type Method Description void
AbstractConnectionService. addPortForwardingEventListener(PortForwardingEventListener listener)
void
AbstractSession. addPortForwardingEventListener(PortForwardingEventListener listener)
void
AbstractConnectionService. removePortForwardingEventListener(PortForwardingEventListener listener)
void
AbstractSession. removePortForwardingEventListener(PortForwardingEventListener listener)
-