Package org.apache.sshd.common.channel
Interface StreamingChannel
- All Known Subinterfaces:
ClientChannel
- All Known Implementing Classes:
AbstractClientChannel,AgentForwardedChannel,AgentForwardedChannel,AsyncCapableClientChannel,ChannelDirectTcpip,ChannelExec,ChannelForwardedX11,ChannelSession,ChannelShell,ChannelSubsystem,PtyCapableChannelSession,TcpipClientChannel
public interface StreamingChannel
A channel that can be either configured to use synchronous or asynchrounous streams.
- Author:
- Apache MINA SSHD Project
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getStreaming
StreamingChannel.Streaming getStreaming() -
setStreaming
-