Package | Description |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.connection | |
net.schmizz.sshj.connection.channel.forwarded |
Class and Description |
---|
ConnectListener
A connect listener is just that: it listens for new forwarded channels and can be delegated charge of them.
|
RemotePortForwarder
Handles remote port forwarding.
|
X11Forwarder
Handles forwarded
x11 channels. |
Class and Description |
---|
ForwardedChannelOpener
Takes care of handling
SSH_MSG_CHANNEL_OPEN requests for forwarded channels of a specific type. |
Class and Description |
---|
AbstractForwardedChannel
Base class for forwarded channels whose open is initiated by the server.
|
AbstractForwardedChannelOpener
Base class for
ForwardedChannelOpener 's. |
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. |
RemotePortForwarder.Forward
Represents a particular forwarding.
|
Copyright © 2009–2014. All rights reserved.