| Interface | Description |
|---|---|
| ConnectListener |
A connect listener is just that: it listens for new forwarded channels and can be delegated charge of them.
|
| ForwardedChannelOpener |
Takes care of handling
SSH_MSG_CHANNEL_OPEN requests for forwarded channels of a specific type. |
| Class | Description |
|---|---|
| AbstractForwardedChannel |
Base class for forwarded channels whose open is initiated by the server.
|
| AbstractForwardedChannelOpener |
Base class for
ForwardedChannelOpener's. |
| RemotePortForwarder |
Handles remote port forwarding.
|
| RemotePortForwarder.Forward |
Represents a particular forwarding.
|
| RemotePortForwarder.ForwardedTCPIPChannel |
A
forwarded-tcpip channel. |
| SocketForwardingConnectListener |
A
ConnectListener that forwards what is received over the channel to a socket and vice-versa. |
| X11Forwarder |
Handles forwarded
x11 channels. |
| X11Forwarder.X11Channel |
An
x11 forwarded channel. |
Copyright © 2009–2014. All rights reserved.