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
private PortForwardingEventListener
DefaultForwarderFactory. listenerProxy
private PortForwardingEventListener
DefaultForwardingFilter. listenerProxy
Fields in org.apache.sshd.common.forward with type parameters of type PortForwardingEventListener Modifier and Type Field Description private java.util.Collection<PortForwardingEventListener>
DefaultForwarderFactory. listeners
private java.util.Collection<PortForwardingEventListener>
DefaultForwardingFilter. listeners
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 java.util.Collection<PortForwardingEventListener>
DefaultForwardingFilter. getDefaultListeners()
Methods in org.apache.sshd.common.forward with parameters of type PortForwardingEventListener Modifier and Type Method Description void
DefaultForwarderFactory. addPortForwardingEventListener(PortForwardingEventListener listener)
void
DefaultForwardingFilter. addPortForwardingEventListener(PortForwardingEventListener listener)
void
PortForwardingEventListenerManager. addPortForwardingEventListener(PortForwardingEventListener listener)
Add a port forwarding listenervoid
DefaultForwarderFactory. removePortForwardingEventListener(PortForwardingEventListener listener)
void
DefaultForwardingFilter. removePortForwardingEventListener(PortForwardingEventListener listener)
void
PortForwardingEventListenerManager. removePortForwardingEventListener(PortForwardingEventListener listener)
Remove a port forwarding listenerprotected void
DefaultForwardingFilter. signalEstablishedDynamicTunnel(PortForwardingEventListener listener, SshdSocketAddress local, SshdSocketAddress boundAddress, java.lang.Throwable reason)
protected void
DefaultForwardingFilter. signalEstablishedExplicitTunnel(PortForwardingEventListener listener, SshdSocketAddress local, SshdSocketAddress remote, boolean localForwarding, SshdSocketAddress boundAddress, java.lang.Throwable reason)
protected void
DefaultForwardingFilter. signalEstablishingDynamicTunnel(PortForwardingEventListener listener, SshdSocketAddress local)
protected void
DefaultForwardingFilter. signalEstablishingExplicitTunnel(PortForwardingEventListener listener, SshdSocketAddress local, SshdSocketAddress remote, boolean localForwarding)
protected void
DefaultForwardingFilter. signalTearingDownDynamicTunnel(PortForwardingEventListener listener, SshdSocketAddress address)
protected void
DefaultForwardingFilter. signalTearingDownExplicitTunnel(PortForwardingEventListener listener, SshdSocketAddress boundAddress, boolean localForwarding, SshdSocketAddress remoteAddress)
protected void
DefaultForwardingFilter. signalTornDownDynamicTunnel(PortForwardingEventListener listener, SshdSocketAddress address, java.lang.Throwable reason)
protected void
DefaultForwardingFilter. signalTornDownExplicitTunnel(PortForwardingEventListener listener, SshdSocketAddress boundAddress, boolean localForwarding, SshdSocketAddress remoteAddress, java.lang.Throwable reason)
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,java.lang.Void> invoker)
protected void
DefaultForwardingFilter. invokePortEventListenerSignallerHolders(java.util.Collection<? extends PortForwardingEventListenerManager> holders, Invoker<PortForwardingEventListener,java.lang.Void> invoker)
protected void
DefaultForwardingFilter. invokePortEventListenerSignallerListeners(java.util.Collection<? extends PortForwardingEventListener> listeners, Invoker<PortForwardingEventListener,java.lang.Void> invoker)
protected void
DefaultForwardingFilter. invokePortEventListenerSignallerListeners(java.util.Collection<? extends PortForwardingEventListener> listeners, Invoker<PortForwardingEventListener,java.lang.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 java.util.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
Fields in org.apache.sshd.common.session declared as PortForwardingEventListener Modifier and Type Field Description private PortForwardingEventListener
AbstractConnectionServiceFactory. listenerProxy
Fields in org.apache.sshd.common.session with type parameters of type PortForwardingEventListener Modifier and Type Field Description private java.util.Collection<PortForwardingEventListener>
AbstractConnectionServiceFactory. listeners
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 private PortForwardingEventListener
AbstractConnectionService. listenerProxy
protected PortForwardingEventListener
AbstractSession. tunnelListenerProxy
Fields in org.apache.sshd.common.session.helpers with type parameters of type PortForwardingEventListener Modifier and Type Field Description private java.util.Collection<PortForwardingEventListener>
AbstractConnectionService. listeners
protected java.util.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)
-