Uses of Interface
org.restlet.engine.io.SelectionChannel
-
Packages that use SelectionChannel Package Description org.restlet.engine.io Supports input and output work.org.restlet.ext.nio.internal.channel -
-
Uses of SelectionChannel in org.restlet.engine.io
Subinterfaces of SelectionChannel in org.restlet.engine.io Modifier and Type Interface Description interfaceReadableSelectionChannelReadable byte channel that is based on a selectable channel.Fields in org.restlet.engine.io declared as SelectionChannel Modifier and Type Field Description private SelectionChannelNbChannelInputStream. selectionChannelThe optional selection channel to read from. -
Uses of SelectionChannel in org.restlet.ext.nio.internal.channel
Classes in org.restlet.ext.nio.internal.channel with type parameters of type SelectionChannel Modifier and Type Class Description classBufferedSelectionChannel<T extends SelectionChannel>Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classTraceChannel<T extends SelectionChannel>Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWrapperSelectionChannel<T extends SelectionChannel>Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.Subinterfaces of SelectionChannel in org.restlet.ext.nio.internal.channel Modifier and Type Interface Description interfaceWritableSelectionChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.Classes in org.restlet.ext.nio.internal.channel that implement SelectionChannel Modifier and Type Class Description classBufferedSelectionChannel<T extends SelectionChannel>Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classReadableBufferedChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classReadableChunkedChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classReadableSizedSelectionChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classReadableSocketChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classReadableSslChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classReadableTraceChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classTraceChannel<T extends SelectionChannel>Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWrapperSelectionChannel<T extends SelectionChannel>Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWrapperSocketChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWritableBufferedChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWritableSocketChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWritableSslChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWritableTraceChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.Fields in org.restlet.ext.nio.internal.channel declared as SelectionChannel Modifier and Type Field Description private SelectionChannelChannelInputStream. selectionChannelDeprecated.The optional selection channel to read from.
-