public interface SshPortForwardListener
| Modifier and Type | Method and Description |
|---|---|
void |
channelClosed(int type,
SshPortForwardTunnel channel)
A port forwarding channel has been closed.
|
void |
channelOpened(int type,
SshPortForwardTunnel channel)
A port forwarding channel has been opened.
|
void channelOpened(int type,
SshPortForwardTunnel channel)
type - type (see SshPortForward for types)channel - the channel that was openedvoid channelClosed(int type,
SshPortForwardTunnel channel)
type - type (see SshPortForward for types)channel - the channel that was closedCopyright © 2018. All rights reserved.