Uses of Interface
org.restlet.engine.io.WakeupListener
-
Packages that use WakeupListener Package Description org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.controller org.restlet.util Various utility classes. -
-
Uses of WakeupListener in org.restlet.ext.nio.internal.channel
Constructors in org.restlet.ext.nio.internal.channel with parameters of type WakeupListener Constructor Description BufferedSelectionChannel(Buffer buffer, T source, WakeupListener wakeupListener)Deprecated.Constructor.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.ReadableSslChannel(ReadableSelectionChannel source, SslConnection<?> connection, WakeupListener wakeupListener)Deprecated.Constructor.WritableBufferedChannel(Buffer buffer, WritableSelectionChannel target, WakeupListener wakeupListener)Deprecated.Constructor.WritableSslChannel(WritableSelectionChannel target, SslConnection<?> connection, WakeupListener wakeupListener)Deprecated.Constructor. -
Uses of WakeupListener in org.restlet.ext.nio.internal.controller
Classes in org.restlet.ext.nio.internal.controller that implement WakeupListener Modifier and Type Class Description classConnectionControllerDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classServerConnectionControllerDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level. -
Uses of WakeupListener in org.restlet.util
Fields in org.restlet.util declared as WakeupListener Modifier and Type Field Description private WakeupListenerSelectionRegistration. wakeupListenerThe wakeup listener that will be notified.Methods in org.restlet.util that return WakeupListener Modifier and Type Method Description WakeupListenerSelectionRegistration. getWakeupListener()Returns the wakeup listener that will be notified.Methods in org.restlet.util with parameters of type WakeupListener Modifier and Type Method Description voidSelectionRegistration. setWakeupListener(WakeupListener wakeupListener)Sets the wakeup listener that will be notified.Constructors in org.restlet.util with parameters of type WakeupListener Constructor Description SelectionRegistration(int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)Constructor.SelectionRegistration(java.nio.channels.SelectableChannel selectableChannel, int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)Constructor.
-