org.jboss.xnio.channels
Interface StreamSinkChannel

All Superinterfaces:
java.nio.channels.Channel, java.io.Closeable, Configurable, java.nio.channels.GatheringByteChannel, SuspendableWriteChannel, java.nio.channels.WritableByteChannel
All Known Subinterfaces:
ConnectedStreamChannel<A>, StreamChannel, TcpChannel
All Known Implementing Classes:
NioPipeChannelImpl, NioPipeSinkChannelImpl, NioTcpChannel

public interface StreamSinkChannel
extends java.nio.channels.WritableByteChannel, java.nio.channels.GatheringByteChannel, SuspendableWriteChannel, Configurable

A stream sink channel. This type of channel is a writable desination for bytes.


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 java.nio.channels.Channel
close, isOpen
 
Methods inherited from interface org.jboss.xnio.channels.SuspendableWriteChannel
awaitWritable, awaitWritable, resumeWrites, shutdownWrites, suspendWrites
 
Methods inherited from interface org.jboss.xnio.channels.Configurable
getOption, getOptions, setOption