Uses of Class
org.apache.sshd.common.channel.AbstractChannel
-
-
Uses of AbstractChannel in org.apache.sshd.agent.local
Subclasses of AbstractChannel in org.apache.sshd.agent.local Modifier and Type Class Description classAgentForwardedChannelclassChannelAgentForwardingThe 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.channel Modifier and Type Class Description classAbstractClientChannelTODO Add javadocclassChannelDirectTcpipTODO Add javadocclassChannelExecClient channel to run a remote commandclassChannelSessionClient side channel sessionclassChannelShellClient channel to open a remote shellclassChannelSubsystemClient channel to run a subsystemclassPtyCapableChannelSessionServes 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 AbstractChannel Modifier and Type Field Description private AbstractChannelChannelOutputStream. channelInstanceprivate AbstractChannelWindow. channelInstanceMethods in org.apache.sshd.common.channel that return AbstractChannel Modifier and Type Method Description AbstractChannelChannelOutputStream. getChannel()AbstractChannelWindow. getChannel()Constructors in org.apache.sshd.common.channel with parameters of type AbstractChannel Constructor Description ChannelOutputStream(AbstractChannel channel, Window remoteWindow, long maxWaitTimeout, org.slf4j.Logger log, byte cmd, boolean eofOnClose)ChannelOutputStream(AbstractChannel channel, Window remoteWindow, java.time.Duration maxWaitTimeout, org.slf4j.Logger log, byte cmd, boolean eofOnClose)ChannelOutputStream(AbstractChannel channel, Window remoteWindow, org.slf4j.Logger log, byte cmd, boolean eofOnClose)Window(AbstractChannel channel, java.lang.Object lock, boolean client, boolean local) -
Uses of AbstractChannel in org.apache.sshd.common.forward
Subclasses of AbstractChannel in org.apache.sshd.common.forward Modifier and Type Class Description classTcpipClientChannelTODO Add javadoc -
Uses of AbstractChannel in org.apache.sshd.server.channel
Subclasses of AbstractChannel in org.apache.sshd.server.channel Modifier and Type Class Description classAbstractServerChannelTODO Add javadocclassChannelSessionServer side channel session -
Uses of AbstractChannel in org.apache.sshd.server.forward
Subclasses of AbstractChannel in org.apache.sshd.server.forward Modifier and Type Class Description classTcpipServerChannelTODO Add javadoc -
Uses of AbstractChannel in org.apache.sshd.server.x11
Subclasses of AbstractChannel in org.apache.sshd.server.x11 Modifier and Type Class Description classChannelForwardedX11 -
Uses of AbstractChannel in org.apache.sshd.sftp.client.impl
Subclasses of AbstractChannel in org.apache.sshd.sftp.client.impl Modifier and Type Class Description protected classDefaultSftpClient.SftpChannelSubsystem
-