Package org.restlet.engine.io
Interface SelectionChannel
-
- All Superinterfaces:
java.lang.AutoCloseable,BlockableChannel,java.nio.channels.Channel,java.io.Closeable
- All Known Subinterfaces:
ReadableSelectionChannel,WritableSelectionChannel
- All Known Implementing Classes:
BufferedSelectionChannel,ReadableBufferedChannel,ReadableChunkedChannel,ReadableSizedSelectionChannel,ReadableSocketChannel,ReadableSslChannel,ReadableTraceChannel,TraceChannel,WrapperSelectionChannel,WrapperSocketChannel,WritableBufferedChannel,WritableSocketChannel,WritableSslChannel,WritableTraceChannel
public interface SelectionChannel extends java.nio.channels.Channel, BlockableChannel
NIO channel that is based on a selectable channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectionRegistrationgetRegistration()Returns the NIO registration.-
Methods inherited from interface org.restlet.engine.io.BlockableChannel
isBlocking
-
-
-
-
Method Detail
-
getRegistration
SelectionRegistration getRegistration()
Returns the NIO registration.- Returns:
- The NIO registration.
-
-