Uses of Interface
org.apache.sshd.common.channel.StreamingChannel
-
-
Uses of StreamingChannel in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement StreamingChannel Modifier and Type Class Description class
AgentForwardedChannel
-
Uses of StreamingChannel in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement StreamingChannel Modifier and Type Class Description class
AgentForwardedChannel
-
Uses of StreamingChannel in org.apache.sshd.client.channel
Subinterfaces of StreamingChannel in org.apache.sshd.client.channel Modifier and Type Interface Description interface
ClientChannel
A client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement StreamingChannel 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 StreamingChannel in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement StreamingChannel Modifier and Type Class Description class
TcpipClientChannel
TODO Add javadoc -
Uses of StreamingChannel in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement StreamingChannel Modifier and Type Class Description class
ChannelForwardedX11
-
Uses of StreamingChannel in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement StreamingChannel Modifier and Type Class Description protected class
DefaultSftpClient.SftpChannelSubsystem
-