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.agent.unix
Subclasses of AbstractChannel in org.apache.sshd.agent.unix 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
Methods in org.apache.sshd.common.channel that return AbstractChannel Modifier and Type Method Description AbstractChannelChannelOutputStream. getChannel()AbstractChannelLocalWindow. getChannel()Constructors in org.apache.sshd.common.channel with parameters of type AbstractChannel Constructor Description ChannelOutputStream(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 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
-