Module 

Interface StreamChannel

All Superinterfaces:
AutoCloseable, ByteChannel, ByteChannel, Channel, Closeable, CloseableChannel, Configurable, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, StreamSinkChannel, StreamSourceChannel, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel, WritableByteChannel
All Known Subinterfaces:
ConnectedSslStreamChannel, ConnectedStreamChannel
All Known Implementing Classes:
AssembledConnectedSslStreamChannel, AssembledConnectedStreamChannel, AssembledStreamChannel

public interface StreamChannel extends SuspendableChannel, StreamSinkChannel, StreamSourceChannel, ByteChannel
A stream channel. This type of channel represents a stream of bytes flowing in two directions.