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 classAgentForwardedChannel -
Uses of StreamingChannel in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement StreamingChannel Modifier and Type Class Description classAgentForwardedChannel -
Uses of StreamingChannel in org.apache.sshd.client.channel
Subinterfaces of StreamingChannel in org.apache.sshd.client.channel Modifier and Type Interface Description interfaceClientChannelA client channel used to communicate with the SSH server.Classes in org.apache.sshd.client.channel that implement StreamingChannel Modifier and Type Class Description classAbstractClientChannelTODO Add javadocclassAsyncCapableClientChannelChannel that sets up asynchronous streams, and that pumps an input stream if set viaAbstractClientChannel.setIn(InputStream).classChannelDirectTcpipTODO 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 StreamingChannel in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement StreamingChannel Modifier and Type Class Description classTcpipClientChannelTODO 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 classChannelForwardedX11 -
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 classDefaultSftpClient.SftpChannelSubsystem
-