Package net.schmizz.sshj.connection.channel.forwarded

Interface Summary
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 Summary
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-2012. All Rights Reserved.