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 TypeMethodDescriptionvoidSocketClient.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 ChannelConnectionImpl.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 interfaceDirect channels are those that are initiated by us.static interfaceForwarded 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 voidSocketStreamCopyMonitor.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 TypeInterfaceDescriptioninterfacestatic interfaceCommand API.static interfaceShell API.static interfaceSubsystem API.Classes in net.schmizz.sshj.connection.channel.direct that implement ChannelModifier and TypeClassDescriptionclassBase class for direct channels whose open is initiated by the client.classA channel for creating a direct TCP/IP connection from the server to a remote address.classstatic classclassSessionimplementation. -
Uses of Channel in net.schmizz.sshj.connection.channel.forwarded
Classes in net.schmizz.sshj.connection.channel.forwarded that implement ChannelModifier and TypeClassDescriptionclassBase class for forwarded channels whose open is initiated by the server.static classAforwarded-tcpipchannel.static classAnx11forwarded channel.