Interface WritableSelectionChannel
-
- All Superinterfaces:
java.lang.AutoCloseable,BlockableChannel,java.nio.channels.Channel,java.io.Closeable,SelectionChannel,java.nio.channels.WritableByteChannel
- All Known Implementing Classes:
WritableBufferedChannel,WritableSocketChannel,WritableSslChannel,WritableTraceChannel
@Deprecated public interface WritableSelectionChannel extends SelectionChannel, java.nio.channels.WritableByteChannel
Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.Writable byte channel that is based on a selectable channel.
-
-
Method Summary
-
Methods inherited from interface org.restlet.engine.io.BlockableChannel
isBlocking
-
Methods inherited from interface org.restlet.engine.io.SelectionChannel
getRegistration
-
-