Uses of Package
net.schmizz.sshj.connection.channel
Packages that use net.schmizz.sshj.connection.channel
Package
Description
-
Classes in net.schmizz.sshj.connection.channel used by net.schmizz.sshjClassDescriptionA channel is the basic medium for application-layer data on top of an SSH transport.
-
Classes in net.schmizz.sshj.connection.channel used by net.schmizz.sshj.connectionClassDescriptionA channel is the basic medium for application-layer data on top of an SSH transport.
-
Classes in net.schmizz.sshj.connection.channel used by net.schmizz.sshj.connection.channelClassDescriptionA channel is the basic medium for application-layer data on top of an SSH transport.
InputStream
for channels.OutputStream
for channels.Controls how much data remote end can send before an adjustment notification from us is required.Controls how much data we can send before an adjustment notification from remote end is required. -
Classes in net.schmizz.sshj.connection.channel used by net.schmizz.sshj.connection.channel.directClassDescriptionA channel is the basic medium for application-layer data on top of an SSH transport.Direct channels are those that are initiated by us.
InputStream
for channels. -
Classes in net.schmizz.sshj.connection.channel used by net.schmizz.sshj.connection.channel.forwardedClassDescriptionA channel is the basic medium for application-layer data on top of an SSH transport.Forwarded channels are those that are initiated by the server.