Package net.schmizz.sshj.connection.channel
package net.schmizz.sshj.connection.channel
-
ClassDescriptionA channel is the basic medium for application-layer data on top of an SSH transport.Direct channels are those that are initiated by us.Forwarded channels are those that are initiated by the server.
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.