Uses of Interface
net.schmizz.sshj.connection.channel.Channel
Packages that use Channel
Package
Description
-
Uses of Channel in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type ChannelModifier and TypeMethodDescriptionvoid
SocketClient.connectVia
(Channel channel, String hostname, int port) -
Uses of Channel in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection with type parameters of type ChannelMethods in net.schmizz.sshj.connection that return ChannelModifier and TypeMethodDescriptionConnection.get
(int id) ConnectionImpl.get
(int id) private Channel
ConnectionImpl.getChannel
(SSHPacket buffer) Methods in net.schmizz.sshj.connection with parameters of type Channel -
Uses of Channel in net.schmizz.sshj.connection.channel
Subinterfaces of Channel in net.schmizz.sshj.connection.channelModifier and TypeInterfaceDescriptionstatic interface
Direct channels are those that are initiated by us.static interface
Forwarded channels are those that are initiated by the server.Classes in net.schmizz.sshj.connection.channel that implement ChannelFields in net.schmizz.sshj.connection.channel declared as ChannelMethods in net.schmizz.sshj.connection.channel with parameters of type ChannelModifier and TypeMethodDescriptionstatic void
SocketStreamCopyMonitor.monitor
(int frequency, TimeUnit unit, Event<IOException> x, Event<IOException> y, Channel channel, Socket socket) Constructors in net.schmizz.sshj.connection.channel with parameters of type ChannelModifierConstructorDescriptionChannelInputStream
(Channel chan, Transport trans, Window.Local win) -
Uses of Channel in net.schmizz.sshj.connection.channel.direct
Subinterfaces of Channel in net.schmizz.sshj.connection.channel.directModifier and TypeInterfaceDescriptioninterface
static interface
Command API.static interface
Shell API.static interface
Subsystem API.Classes in net.schmizz.sshj.connection.channel.direct that implement ChannelModifier and TypeClassDescriptionclass
Base class for direct channels whose open is initiated by the client.class
A channel for creating a direct TCP/IP connection from the server to a remote address.class
static class
class
Session
implementation. -
Uses of Channel in net.schmizz.sshj.connection.channel.forwarded
Classes in net.schmizz.sshj.connection.channel.forwarded that implement ChannelModifier and TypeClassDescriptionclass
Base class for forwarded channels whose open is initiated by the server.static class
Aforwarded-tcpip
channel.static class
Anx11
forwarded channel.