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 class
AgentForwardedChannel
class
ChannelAgentForwarding
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.channel Modifier and Type Class Description class
AbstractClientChannel
TODO Add javadocclass
ChannelDirectTcpip
TODO Add javadocclass
ChannelExec
Client channel to run a remote commandclass
ChannelSession
Client side channel sessionclass
ChannelShell
Client channel to open a remote shellclass
ChannelSubsystem
Client channel to run a subsystemclass
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including a full shell. -
Uses of AbstractChannel in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that return AbstractChannel Modifier and Type Method Description AbstractChannel
ChannelOutputStream. getChannel()
AbstractChannel
Window. 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, 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, 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 class
TcpipClientChannel
TODO 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 class
AbstractServerChannel
TODO Add javadocclass
ChannelSession
Server 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 class
TcpipServerChannel
TODO 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 class
ChannelForwardedX11
-
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 class
DefaultSftpClient.SftpChannelSubsystem
-