| Package | Description |
|---|---|
| org.restlet.util |
Various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
WakeupListener |
SelectionRegistration.getWakeupListener()
Deprecated.
Returns the wakeup listener that will be notified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionRegistration.setWakeupListener(WakeupListener wakeupListener)
Deprecated.
Sets the wakeup listener that will be notified.
|
| Constructor and Description |
|---|
SelectionRegistration(int interestOperations,
SelectionListener selectionListener,
WakeupListener wakeupListener)
Deprecated.
Constructor.
|
SelectionRegistration(SelectableChannel selectableChannel,
int interestOperations,
SelectionListener selectionListener,
WakeupListener wakeupListener)
Deprecated.
Constructor.
|
Copyright © 2005–2025. All rights reserved.