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 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 Modifier and Type Method Description SelectionRegistration
WrapperRepresentation. getRegistration()
Methods in org.restlet.util with parameters of type SelectionRegistration Modifier and Type Method Description 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.
-