org.restlet.engine.io
Interface SelectionChannel

All Superinterfaces:
BlockableChannel, Channel, Closeable
All Known Subinterfaces:
ReadableSelectionChannel, WritableSelectionChannel
All Known Implementing Classes:
BufferedSelectionChannel, ReadableBufferedChannel, ReadableChunkedChannel, ReadableSizedSelectionChannel, ReadableSocketChannel, ReadableTraceChannel, TraceChannel, WrapperSelectionChannel, WrapperSocketChannel, WritableBufferedChannel, WritableSocketChannel, WritableTraceChannel

public interface SelectionChannel
extends Channel, BlockableChannel

NIO channel that is based on a selectable channel.

Author:
Jerome Louvel

Method Summary
 SelectionRegistration getRegistration()
          Returns the NIO registration.
 
Methods inherited from interface org.restlet.engine.io.BlockableChannel
isBlocking
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 

Method Detail

getRegistration

SelectionRegistration getRegistration()
Returns the NIO registration.

Returns:
The NIO registration.


Copyright © 2005-2013 Restlet.