Uses of Interface
org.restlet.engine.io.WakeupListener

Packages that use WakeupListener
org.restlet.engine.connector New advanced internal HTTP connector. 
org.restlet.engine.io Supports input and output work. 
org.restlet.util Various utility classes. 
 

Uses of WakeupListener in org.restlet.engine.connector
 

Classes in org.restlet.engine.connector that implement WakeupListener
 class ConnectionController
          Controls the IO work of parent connector helper and manages its connections.
 class ServerConnectionController
          Controls the IO work of parent server helper and manages its connections.
 

Uses of WakeupListener in org.restlet.engine.io
 

Constructors in org.restlet.engine.io with parameters of type WakeupListener
BufferedSelectionChannel(Buffer buffer, T source, WakeupListener wakeupListener)
          Constructor.
ReadableBufferedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)
          Constructor.
ReadableChunkedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)
          Constructor.
ReadableSizedSelectionChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, long availableSize, WakeupListener wakeupListener)
          Constructor.
WritableBufferedChannel(Buffer buffer, WritableSelectionChannel target, WakeupListener wakeupListener)
          Constructor.
 

Uses of WakeupListener in org.restlet.util
 

Methods in org.restlet.util that return WakeupListener
 WakeupListener SelectionRegistration.getWakeupListener()
          Returns the wakeup listener that will be notified.
 

Methods in org.restlet.util with parameters of type WakeupListener
 void SelectionRegistration.setWakeupListener(WakeupListener wakeupListener)
          Sets the wakeup listener that will be notified.
 

Constructors in org.restlet.util with parameters of type WakeupListener
SelectionRegistration(int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)
          Constructor.
SelectionRegistration(SelectableChannel selectableChannel, int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)
          Constructor.
 



Copyright © 2005-2014 Restlet.