Uses of Package
net.schmizz.sshj.connection.channel.forwarded
Packages that use net.schmizz.sshj.connection.channel.forwarded
Package
Description
-
Classes in net.schmizz.sshj.connection.channel.forwarded used by net.schmizz.sshjClassDescriptionA connect listener is just that: it listens for new forwarded channels and can be delegated charge of them.Handles remote port forwarding.Handles forwarded
x11
channels. -
Classes in net.schmizz.sshj.connection.channel.forwarded used by net.schmizz.sshj.connectionClassDescriptionTakes care of handling
SSH_MSG_CHANNEL_OPEN
requests for forwarded channels of a specific type. -
Classes in net.schmizz.sshj.connection.channel.forwarded used by net.schmizz.sshj.connection.channel.forwardedClassDescriptionBase 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.Represents a particular forwarding.Aforwarded-tcpip
channel.