org.restlet.engine.io
Interface ReadableSelectionChannel

All Superinterfaces:
BlockableChannel, Channel, Closeable, ReadableByteChannel, SelectionChannel
All Known Implementing Classes:
ReadableBufferedChannel, ReadableChunkedChannel, ReadableSizedSelectionChannel, ReadableSocketChannel, ReadableTraceChannel

public interface ReadableSelectionChannel
extends SelectionChannel, ReadableByteChannel

Readable byte channel that is based on a selectable channel.

Author:
Jerome Louvel

Method Summary
 
Methods inherited from interface org.restlet.engine.io.SelectionChannel
getRegistration
 
Methods inherited from interface org.restlet.engine.io.BlockableChannel
isBlocking
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 
Methods inherited from interface java.nio.channels.ReadableByteChannel
read
 



Copyright © 2005-2013 Restlet.