Restlet Framework 2.2.1
Google App Engine

org.restlet.engine.io
Interface SelectionChannel

All Superinterfaces:
BlockableChannel, Channel, Closeable
All Known Subinterfaces:
ReadableSelectionChannel

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.

Restlet Framework 2.2.1
Google App Engine

Copyright © 2005-2014 Restlet.