Package | Description |
---|---|
net.schmizz.sshj.connection.channel.forwarded |
Modifier and Type | Class and Description |
---|---|
class |
AbstractForwardedChannel
Base class for forwarded channels whose open is initiated by the server.
|
static class |
RemotePortForwarder.ForwardedTCPIPChannel
A
forwarded-tcpip channel. |
static class |
X11Forwarder.X11Channel
An
x11 forwarded channel. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractForwardedChannelOpener.callListener(ConnectListener listener,
Channel.Forwarded chan)
Calls the listener with the new channel in a separate thread.
|
void |
ConnectListener.gotConnect(Channel.Forwarded chan)
Notify this listener of a new forwarded channel.
|
void |
SocketForwardingConnectListener.gotConnect(Channel.Forwarded chan)
On connect, confirm the channel and start forwarding.
|
Copyright © 2009-2013. All Rights Reserved.