Package | Description |
---|---|
net.schmizz.sshj | |
net.schmizz.sshj.connection.channel.forwarded |
Modifier and Type | Method and Description |
---|---|
X11Forwarder |
SSHClient.registerX11Forwarder(ConnectListener listener)
Register a
listener for handling forwarded X11 channels. |
Modifier and Type | Class and Description |
---|---|
class |
SocketForwardingConnectListener
A
ConnectListener that forwards what is received over the channel to a socket and vice-versa. |
Modifier and Type | Field and Description |
---|---|
protected Map<RemotePortForwarder.Forward,ConnectListener> |
RemotePortForwarder.listeners |
Modifier and Type | Method and Description |
---|---|
RemotePortForwarder.Forward |
RemotePortForwarder.bind(RemotePortForwarder.Forward forward,
ConnectListener listener)
Request forwarding from the remote host on the specified
RemotePortForwarder.Forward . |
protected void |
AbstractForwardedChannelOpener.callListener(ConnectListener listener,
Channel.Forwarded chan)
Calls the listener with the new channel in a separate thread.
|
Constructor and Description |
---|
X11Forwarder(Connection conn,
ConnectListener listener) |
Copyright © 2009–2016. All rights reserved.