XNIO version 1.0.0.GA

org.jboss.xnio.channels
Interface StreamSinkChannel

All Superinterfaces:
Channel, Closeable, Configurable, GatheringByteChannel, SuspendableWriteChannel, WritableByteChannel
All Known Subinterfaces:
ConnectedStreamChannel<A>, StreamChannel, TcpChannel

public interface StreamSinkChannel
extends WritableByteChannel, 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
resumeWrites, shutdownWrites, suspendWrites
 
Methods inherited from interface org.jboss.xnio.channels.Configurable
getOption, getOptions, setOption
 


XNIO version 1.0.0.GA

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