Module 

Interface ConnectedStreamChannel

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

public interface ConnectedStreamChannel extends StreamChannel, ConnectedChannel
A stream channel that is a connection between a local and remote endpoint.