Class EmptyStreamSourceChannel

java.lang.Object
org.xnio.channels.EmptyStreamSourceChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, CloseableChannel, CloseListenerSettable<EmptyStreamSourceChannel>, Configurable, ReadListenerSettable<EmptyStreamSourceChannel>, StreamSourceChannel, SuspendableReadChannel

A stream source channel which is always empty.
Author:
David M. Lloyd