XNIO version 1.1.0.GA

org.jboss.xnio.channels
Interface StreamSourceChannel

All Superinterfaces:
Channel, Closeable, Configurable, ReadableByteChannel, ScatteringByteChannel, SuspendableReadChannel
All Known Subinterfaces:
ConnectedStreamChannel<A>, StreamChannel, TcpChannel

public interface StreamSourceChannel
extends ReadableByteChannel, 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
resumeReads, shutdownReads, suspendReads
 
Methods inherited from interface org.jboss.xnio.channels.Configurable
getOption, getOptions, setOption
 


XNIO version 1.1.0.GA

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