org.jboss.xnio.channels
Interface StreamChannel

All Superinterfaces:
java.nio.channels.Channel, java.io.Closeable, Configurable, java.nio.channels.GatheringByteChannel, java.nio.channels.ReadableByteChannel, java.nio.channels.ScatteringByteChannel, StreamSinkChannel, StreamSourceChannel, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel, java.nio.channels.WritableByteChannel
All Known Subinterfaces:
ConnectedStreamChannel<A>, TcpChannel
All Known Implementing Classes:
NioPipeChannelImpl, NioTcpChannel

public interface StreamChannel
extends SuspendableChannel, StreamSinkChannel, StreamSourceChannel, Configurable

A stream channel. This type of channel represents a stream of bytes flowing in two directions.


Method Summary
 
Methods inherited from interface java.nio.channels.GatheringByteChannel
write, write
 
Methods inherited from interface java.nio.channels.WritableByteChannel
write
 
Methods inherited from interface org.jboss.xnio.channels.SuspendableWriteChannel
awaitWritable, awaitWritable, resumeWrites, shutdownWrites, suspendWrites
 
Methods inherited from interface java.nio.channels.ScatteringByteChannel
read, read
 
Methods inherited from interface java.nio.channels.ReadableByteChannel
read
 
Methods inherited from interface org.jboss.xnio.channels.SuspendableReadChannel
awaitReadable, awaitReadable, resumeReads, shutdownReads, suspendReads