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 TypeClassDescriptionclassclassThe 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 TypeClassDescriptionclassTODO Add javadocclassTODO Add javadocclassClient channel to run a remote commandclassClient side channel sessionclassClient channel to open a remote shellclassClient channel to run a subsystemclassServes 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 AbstractChannelLocalWindow.channelprivate final AbstractChannelChannelOutputStream.channelInstanceMethods 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 TypeClassDescriptionclassTODO Add javadocclassServer 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