Uses of Interface
org.restlet.engine.io.BlockableChannel
-
Packages that use BlockableChannel Package Description org.restlet.engine.io Supports input and output work.org.restlet.ext.nio.internal.channel -
-
Uses of BlockableChannel in org.restlet.engine.io
Subinterfaces of BlockableChannel in org.restlet.engine.io Modifier and Type Interface Description interfaceReadableSelectionChannelReadable byte channel that is based on a selectable channel.interfaceSelectionChannelNIO channel that is based on a selectable channel.Classes in org.restlet.engine.io that implement BlockableChannel Modifier and Type Class Description classInputStreamChannelReadable byte channel wrapping an input stream. -
Uses of BlockableChannel in org.restlet.ext.nio.internal.channel
Subinterfaces of BlockableChannel 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 BlockableChannel 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.
-