Package org.apache.sshd.common.channel
Interface StreamingChannel
-
- All Known Subinterfaces:
ClientChannel
- All Known Implementing Classes:
AbstractClientChannel,AgentForwardedChannel,ChannelDirectTcpip,ChannelExec,ChannelForwardedX11,ChannelSession,ChannelShell,ChannelSubsystem,DefaultSftpClient.SftpChannelSubsystem,PtyCapableChannelSession,TcpipClientChannel,TcpipServerChannel
public interface StreamingChannelA channel that can be either configured to use synchronous or asynchrounous streams.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStreamingChannel.Streaming
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamingChannel.StreaminggetStreaming()voidsetStreaming(StreamingChannel.Streaming streaming)
-
-
-
Method Detail
-
getStreaming
StreamingChannel.Streaming getStreaming()
-
setStreaming
void setStreaming(StreamingChannel.Streaming streaming)
-
-