Uses of Interface
org.restlet.ext.nio.internal.buffer.BufferProcessor
-
Packages that use BufferProcessor Package Description org.restlet.ext.nio.internal.buffer org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.way -
-
Uses of BufferProcessor in org.restlet.ext.nio.internal.buffer
Methods in org.restlet.ext.nio.internal.buffer with parameters of type BufferProcessor Modifier and Type Method Description intBuffer. process(BufferProcessor processor, int maxDrained, java.lang.Object... args)Deprecated.Processes as a loop the IO event by draining or filling the IO buffer. -
Uses of BufferProcessor in org.restlet.ext.nio.internal.channel
Classes in org.restlet.ext.nio.internal.channel that implement BufferProcessor 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.classChannelInputStreamDeprecated.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.classReadableSslChannelDeprecated.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.classWritableSslChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level. -
Uses of BufferProcessor in org.restlet.ext.nio.internal.way
Classes in org.restlet.ext.nio.internal.way that implement BufferProcessor Modifier and Type Class Description classClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
-