Uses of Class
org.apache.sshd.common.channel.AbstractChannel
Packages that use AbstractChannel
Package
Description
-
Uses of AbstractChannel in org.apache.sshd.agent.local
Subclasses of AbstractChannel in org.apache.sshd.agent.localModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of AbstractChannel in org.apache.sshd.agent.unix
Subclasses of AbstractChannel in org.apache.sshd.agent.unixModifier and TypeClassDescriptionclass
class
The client side channel that will receive requests forwards by the SSH server. -
Uses of AbstractChannel in org.apache.sshd.client.channel
Subclasses of AbstractChannel in org.apache.sshd.client.channelModifier and TypeClassDescriptionclass
TODO Add javadocclass
TODO Add javadocclass
Client channel to run a remote commandclass
Client side channel sessionclass
Client channel to open a remote shellclass
Client channel to run a subsystemclass
Serves as the base channel session for executing remote commands - including a full shell. -
Uses of AbstractChannel in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as AbstractChannelModifier and TypeFieldDescriptionprivate final AbstractChannel
LocalWindow.channel
private final AbstractChannel
ChannelOutputStream.channelInstance
Methods in org.apache.sshd.common.channel that return AbstractChannelConstructors in org.apache.sshd.common.channel with parameters of type AbstractChannelModifierConstructorDescriptionChannelOutputStream
(AbstractChannel channel, RemoteWindow remoteWindow, long maxWaitTimeout, org.slf4j.Logger log, byte cmd, boolean eofOnClose) ChannelOutputStream
(AbstractChannel channel, RemoteWindow remoteWindow, Duration maxWaitTimeout, org.slf4j.Logger log, byte cmd, boolean eofOnClose) ChannelOutputStream
(AbstractChannel channel, RemoteWindow remoteWindow, org.slf4j.Logger log, byte cmd, boolean eofOnClose) LocalWindow
(AbstractChannel channel, boolean isClient) -
Uses of AbstractChannel in org.apache.sshd.common.forward
Subclasses of AbstractChannel in org.apache.sshd.common.forward -
Uses of AbstractChannel in org.apache.sshd.server.channel
Subclasses of AbstractChannel in org.apache.sshd.server.channelModifier and TypeClassDescriptionclass
TODO Add javadocclass
Server side channel session -
Uses of AbstractChannel in org.apache.sshd.server.forward
Subclasses of AbstractChannel in org.apache.sshd.server.forward -
Uses of AbstractChannel in org.apache.sshd.server.x11
Subclasses of AbstractChannel in org.apache.sshd.server.x11 -
Uses of AbstractChannel in org.apache.sshd.sftp.client.impl
Subclasses of AbstractChannel in org.apache.sshd.sftp.client.impl