Module 

Class AssembledStreamChannel

java.lang.Object
org.xnio.channels.AssembledStreamChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel, ByteChannel, CloseableChannel, Configurable, StreamChannel, StreamSinkChannel, StreamSourceChannel, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel
Direct Known Subclasses:
AssembledConnectedStreamChannel

public class AssembledStreamChannel extends Object implements StreamChannel
A stream channel assembled from a stream source and stream sink.
Author:
David M. Lloyd