| Package | Description |
|---|---|
| org.restlet.engine.io |
Supports input and output work.
|
| org.restlet.representation |
Common representation data elements.
|
| org.restlet.util |
Various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionRegistration |
SelectionChannel.getRegistration()
Deprecated.
Returns the NIO registration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WakeupListener.onWokeup(SelectionRegistration selectionRegistration)
Deprecated.
Callback method invoked when the selection registration wants to wake up the
NIO selector.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionRegistration |
Representation.getRegistration()
Deprecated.
NIO will be removed in next major release.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionRegistration |
WrapperRepresentation.getRegistration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionListener.onSelected(SelectionRegistration selectionRegistration)
Deprecated.
Callback method invoked when the connection has been selected for IO
operations it registered interest in.
|
void |
ReadingListener.onSelected(SelectionRegistration selectionRegistration)
Deprecated.
Callback invoked when new content is available.
|
Copyright © 2005–2025. All rights reserved.