| Package | Description |
|---|---|
| org.restlet.util |
Various utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteReadingListener
Deprecated.
NIO will be removed in next major release.
|
class |
CharacterReadingListener
Deprecated.
|
class |
ReadingListener
Deprecated.
NIO will be removed in next major release.
|
class |
StringReadingListener
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionListener |
SelectionRegistration.getSelectionListener()
Deprecated.
Returns the selection listener that will be notified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionRegistration.setSelectionListener(SelectionListener listener)
Deprecated.
Sets the selection 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.