XNIO version 1.2.0.GA

org.jboss.xnio.channels
Interface StreamChannel

All Superinterfaces:
Channel, Closeable, Configurable, GatheringByteChannel, ReadableByteChannel, ScatteringByteChannel, StreamSinkChannel, StreamSourceChannel, SuspendableChannel, SuspendableReadChannel, SuspendableWriteChannel, WritableByteChannel
All Known Subinterfaces:
ConnectedStreamChannel<A>, TcpChannel

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
 


XNIO version 1.2.0.GA

Copyright © 2008 JBoss, a division of Red Hat, Inc.