| Interface | Description |
|---|---|
| SshPortForward |
Maintains state of either a local or remote port forward.
|
| SshPortForwardListener |
Interfaces to be implemented by classes that wish to be notified when port
forwarding channels are opened and closed.
|
| SshPortForwardTunnel |
Represents a single tunneled connection that is spawned as the result of a
client making a connection to the listening socket of a configured port
forward.
|
| Class | Description |
|---|---|
| AbstractPortForward |
Abstract implementation of
SshPortForward that maintains the
AbstractPortForward.isOpen() state for any sub-classes. |
Copyright © 2018. All rights reserved.