Uses of Class
org.restlet.util.SelectionRegistration
- 
Packages that use SelectionRegistration Package Description org.restlet.representation Common representation data elements.org.restlet.util Various utility classes. - 
- 
Uses of SelectionRegistration in org.restlet.representation
Methods in org.restlet.representation that return SelectionRegistration Modifier and Type Method Description SelectionRegistrationRepresentation. 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 Modifier and Type Method Description SelectionRegistrationWrapperRepresentation. getRegistration()Methods in org.restlet.util with parameters of type SelectionRegistration Modifier and Type Method Description voidReadingListener. onSelected(SelectionRegistration selectionRegistration)Callback invoked when new content is available.voidSelectionListener. onSelected(SelectionRegistration selectionRegistration)Callback method invoked when the connection has been selected for IO operations it registered interest in. 
 -