Uses of Package
net.schmizz.sshj.connection.channel
-
Classes in net.schmizz.sshj.connection.channel used by net.schmizz.sshj Class Description Channel A 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 Class Description Channel A channel is the basic medium for application-layer data on top of an SSH transport.OpenFailException.Reason -
Classes in net.schmizz.sshj.connection.channel used by net.schmizz.sshj.connection.channel Class Description AbstractChannel AbstractChannel.TransportRunnable Channel A channel is the basic medium for application-layer data on top of an SSH transport.ChannelInputStream InputStream
for channels.ChannelOutputStream OutputStream
for channels.ChannelOutputStream.DataBuffer OpenFailException.Reason Window Window.Local Controls how much data remote end can send before an adjustment notification from us is required.Window.Remote 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.direct Class Description AbstractChannel Channel A channel is the basic medium for application-layer data on top of an SSH transport.Channel.Direct Direct channels are those that are initiated by us.ChannelInputStream InputStream
for channels. -
Classes in net.schmizz.sshj.connection.channel used by net.schmizz.sshj.connection.channel.forwarded Class Description AbstractChannel Channel A channel is the basic medium for application-layer data on top of an SSH transport.Channel.Forwarded Forwarded channels are those that are initiated by the server.OpenFailException.Reason