Uses of Class
org.restlet.util.SelectionRegistration

Packages that use SelectionRegistration
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
 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.
 



Copyright © 2005-2013 Restlet.