Package | Description |
---|---|
org.restlet.representation |
Common representation data elements.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Method and Description |
---|---|
SelectionRegistration |
Representation.getRegistration()
Returns the NIO registration of the related channel with its selector.
|
Modifier and Type | Method and Description |
---|---|
SelectionRegistration |
WrapperRepresentation.getRegistration() |
Modifier and Type | Method and Description |
---|---|
void |
SelectionListener.onSelected(SelectionRegistration selectionRegistration)
Callback method invoked when the connection has been selected for IO
operations it registered interest in.
|
void |
ReadingListener.onSelected(SelectionRegistration selectionRegistration)
Callback invoked when new content is available.
|
Copyright © 2005-2024 Restlet.