org.jboss.xnio.channels
Interface StreamSourceChannel

All Superinterfaces:
java.nio.channels.Channel, java.io.Closeable, Configurable, java.nio.channels.ReadableByteChannel, java.nio.channels.ScatteringByteChannel, SuspendableReadChannel
All Known Subinterfaces:
ConnectedStreamChannel<A>, StreamChannel, TcpChannel
All Known Implementing Classes:
NioPipeChannelImpl, NioPipeSourceChannelImpl, NioTcpChannel

public interface StreamSourceChannel
extends java.nio.channels.ReadableByteChannel, java.nio.channels.ScatteringByteChannel, SuspendableReadChannel, Configurable

A stream source channel. This type of channel is a readable source for bytes.


Method Summary
 
Methods inherited from interface java.nio.channels.ScatteringByteChannel
read, read
 
Methods inherited from interface java.nio.channels.ReadableByteChannel
read
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 
Methods inherited from interface org.jboss.xnio.channels.SuspendableReadChannel
awaitReadable, awaitReadable, resumeReads, shutdownReads, suspendReads
 
Methods inherited from interface org.jboss.xnio.channels.Configurable
getOption, getOptions, setOption