Uses of Interface
net.schmizz.sshj.connection.channel.Channel
-
Packages that use Channel Package Description net.schmizz.sshj net.schmizz.sshj.connection net.schmizz.sshj.connection.channel net.schmizz.sshj.connection.channel.direct net.schmizz.sshj.connection.channel.forwarded -
-
Uses of Channel in net.schmizz.sshj
Methods in net.schmizz.sshj with parameters of type Channel Modifier and Type Method Description voidSocketClient. connectVia(Channel channel, java.lang.String hostname, int port) -
Uses of Channel in net.schmizz.sshj.connection
Fields in net.schmizz.sshj.connection with type parameters of type Channel Modifier and Type Field Description private java.util.Map<java.lang.Integer,Channel>ConnectionImpl. channelsMethods in net.schmizz.sshj.connection that return Channel Modifier and Type Method Description ChannelConnection. get(int id)ChannelConnectionImpl. get(int id)private ChannelConnectionImpl. getChannel(SSHPacket buffer)Methods in net.schmizz.sshj.connection with parameters of type Channel Modifier and Type Method Description voidConnection. attach(Channel chan)Attach aChannelto this connection.voidConnectionImpl. attach(Channel chan)voidConnection. forget(Channel chan)Forget an attachedChannel.voidConnectionImpl. forget(Channel chan) -
Uses of Channel in net.schmizz.sshj.connection.channel
Subinterfaces of Channel in net.schmizz.sshj.connection.channel Modifier and Type Interface Description static interfaceChannel.DirectDirect channels are those that are initiated by us.static interfaceChannel.ForwardedForwarded channels are those that are initiated by the server.Classes in net.schmizz.sshj.connection.channel that implement Channel Modifier and Type Class Description classAbstractChannelFields in net.schmizz.sshj.connection.channel declared as Channel Modifier and Type Field Description private ChannelChannelInputStream. chanMethods in net.schmizz.sshj.connection.channel with parameters of type Channel Modifier and Type Method Description static voidSocketStreamCopyMonitor. monitor(int frequency, java.util.concurrent.TimeUnit unit, Event<java.io.IOException> x, Event<java.io.IOException> y, Channel channel, java.net.Socket socket)Constructors in net.schmizz.sshj.connection.channel with parameters of type Channel Constructor Description ChannelInputStream(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.direct Modifier and Type Interface Description interfaceSessionstatic interfaceSession.CommandCommand API.static interfaceSession.ShellShell API.static interfaceSession.SubsystemSubsystem API.Classes in net.schmizz.sshj.connection.channel.direct that implement Channel Modifier and Type Class Description classAbstractDirectChannelBase class for direct channels whose open is initiated by the client.classDirectConnectionA channel for creating a direct TCP/IP connection from the server to a remote address.classDirectTCPIPChannelstatic classLocalPortForwarder.ForwardedChannelclassSessionChannelSessionimplementation. -
Uses of Channel in net.schmizz.sshj.connection.channel.forwarded
Classes in net.schmizz.sshj.connection.channel.forwarded that implement Channel Modifier and Type Class Description classAbstractForwardedChannelBase class for forwarded channels whose open is initiated by the server.static classRemotePortForwarder.ForwardedTCPIPChannelAforwarded-tcpipchannel.static classX11Forwarder.X11ChannelAnx11forwarded channel.
-