|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectionRegistration | |
|---|---|
| org.restlet.engine.io | Supports input and output work. |
| org.restlet.representation | Common representation data elements. |
| org.restlet.util | Various utility classes. |
| Uses of SelectionRegistration in org.restlet.engine.io |
|---|
| Methods in org.restlet.engine.io that return SelectionRegistration | |
|---|---|
SelectionRegistration |
SelectionChannel.getRegistration()
Returns the NIO registration. |
| Methods in org.restlet.engine.io with parameters of type SelectionRegistration | |
|---|---|
void |
WakeupListener.onWokeup(SelectionRegistration selectionRegistration)
Callback method invoked when the selection registration wants to wake up the NIO selector. |
| Uses of SelectionRegistration in org.restlet.representation |
|---|
| Methods in org.restlet.representation that return SelectionRegistration | |
|---|---|
SelectionRegistration |
Representation.getRegistration()
Returns the NIO registration of the related channel with its selector. |
| Uses of SelectionRegistration in org.restlet.util |
|---|
| Methods in org.restlet.util that return SelectionRegistration | |
|---|---|
SelectionRegistration |
WrapperRepresentation.getRegistration()
|
| Methods in org.restlet.util with parameters of type SelectionRegistration | |
|---|---|
void |
ReadingListener.onSelected(SelectionRegistration selectionRegistration)
Callback invoked when new content is available. |
void |
SelectionListener.onSelected(SelectionRegistration selectionRegistration)
Callback method invoked when the connection has been selected for IO operations it registered interest in. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||