public static class SocketListeningForwardingFactoryImpl.ActiveTunnelManager<K extends SshContext> extends java.lang.Object implements ChannelEventListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
SocketListeningForwardingFactoryImpl.ActiveTunnelManager.TunnelListener<K extends SshContext> |
| Constructor and Description |
|---|
ActiveTunnelManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(SocketListeningForwardingFactoryImpl.ActiveTunnelManager.TunnelListener<K> listener) |
java.util.List<Channel> |
getTunnels() |
void |
killAllTunnels() |
void |
onChannelClose(Channel channel) |
void |
onChannelOpen(Channel channel) |
void |
removeListener(SocketListeningForwardingFactoryImpl.ActiveTunnelManager.TunnelListener<K> listener) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonChannelClosing, onChannelDataIn, onChannelDataOut, onChannelEOF, onChannelError, onChannelExtendedData, onWindowAdjustpublic void addListener(SocketListeningForwardingFactoryImpl.ActiveTunnelManager.TunnelListener<K> listener)
public void removeListener(SocketListeningForwardingFactoryImpl.ActiveTunnelManager.TunnelListener<K> listener)
public java.util.List<Channel> getTunnels()
public void killAllTunnels()
public void onChannelOpen(Channel channel)
onChannelOpen in interface ChannelEventListenerpublic void onChannelClose(Channel channel)
onChannelClose in interface ChannelEventListenerCopyright © 2021. All rights reserved.