Uses of Interface
org.restlet.ext.nio.internal.util.CompletionListener
-
Packages that use CompletionListener Package Description org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.way -
-
Uses of CompletionListener in org.restlet.ext.nio.internal.channel
Classes in org.restlet.ext.nio.internal.channel that implement CompletionListener Modifier and Type Class Description 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.Fields in org.restlet.ext.nio.internal.channel declared as CompletionListener Modifier and Type Field Description private CompletionListenerReadableBufferedChannel. completionListenerDeprecated.The completion callback.Methods in org.restlet.ext.nio.internal.channel that return CompletionListener Modifier and Type Method Description private CompletionListenerReadableBufferedChannel. getCompletionListener()Deprecated.Returns the completion callback.Constructors in org.restlet.ext.nio.internal.channel with parameters of type CompletionListener Constructor Description ReadableBufferedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)Deprecated.Constructor.ReadableChunkedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)Deprecated.Constructor.ReadableSizedSelectionChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, long availableSize, WakeupListener wakeupListener)Deprecated.Constructor. -
Uses of CompletionListener in org.restlet.ext.nio.internal.way
Classes in org.restlet.ext.nio.internal.way that implement CompletionListener 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.
-