Package net.schmizz.sshj.connection.channel.forwarded
package net.schmizz.sshj.connection.channel.forwarded
-
ClassDescriptionBase class for forwarded channels whose open is initiated by the server.Base class for
ForwardedChannelOpener
's.A connect listener is just that: it listens for new forwarded channels and can be delegated charge of them.Takes care of handlingSSH_MSG_CHANNEL_OPEN
requests for forwarded channels of a specific type.Handles remote port forwarding.Represents a particular forwarding.Aforwarded-tcpip
channel.AConnectListener
that forwards what is received over the channel to a socket and vice-versa.Handles forwardedx11
channels.Anx11
forwarded channel.