Package org.restlet.engine.io
Interface WakeupListener
-
- All Known Implementing Classes:
ConnectionController,ServerConnectionController
public interface WakeupListenerCallback interface when a NIO selection occurs on the selectable object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonWokeup(SelectionRegistration selectionRegistration)Callback method invoked when the selection registration wants to wake up the NIO selector.
-
-
-
Method Detail
-
onWokeup
void onWokeup(SelectionRegistration selectionRegistration) throws java.io.IOException
Callback method invoked when the selection registration wants to wake up the NIO selector.- Parameters:
selectionRegistration- The selected registration.- Throws:
java.io.IOException
-
-