Uses of Package
org.restlet.util

Packages that use org.restlet.util
org.restlet Core classes of the API. 
org.restlet.data Information exchanged by components. 
org.restlet.representation Common representation data elements. 
org.restlet.resource Client and server resource classes. 
org.restlet.routing Classes related to call routing. 
org.restlet.security Classes related to security. 
org.restlet.util Various utility classes. 
 

Classes in org.restlet.util used by org.restlet
ClientList
          Modifiable list of client connectors.
Series
          Modifiable list of entries with many helper methods.
ServerList
          Modifiable list of server connectors.
ServiceList
          Modifiable list of services.
 

Classes in org.restlet.util used by org.restlet.data
Couple
          Deprecated. To be removed with no replacement.
NamedValue
          String couple between a name and a value.
Series
          Modifiable list of entries with many helper methods.
WrapperList
          List wrapper.
 

Classes in org.restlet.util used by org.restlet.representation
ReadingListener
          Selection listener notifying new content is read into a ByteBuffer.
SelectionRegistration
          Represents a unique registration between a NIO selector and a selectable channel.
WrapperRepresentation
          Representation wrapper.
 

Classes in org.restlet.util used by org.restlet.resource
Series
          Modifiable list of entries with many helper methods.
 

Classes in org.restlet.util used by org.restlet.routing
Resolver
          Resolves a name into a value.
RouteList
          Modifiable list of routes with some helper methods.
 

Classes in org.restlet.util used by org.restlet.security
Series
          Modifiable list of entries with many helper methods.
 

Classes in org.restlet.util used by org.restlet.util
ByteReadingListener
          Selection listener notifying new content as an InputStream.
CharacterReadingListener
          Selection listener notifying new content as a Reader.
NamedValue
          String couple between a name and a value.
ReadingListener
          Selection listener notifying new content is read into a ByteBuffer.
Resolver
          Resolves a name into a value.
RouteList
          Modifiable list of routes with some helper methods.
SelectionListener
          Callback interface when a NIO selection occurs on the selectable object.
SelectionRegistration
          Represents a unique registration between a NIO selector and a selectable channel.
Series
          Modifiable list of entries with many helper methods.
WrapperList
          List wrapper.
WrapperRequest
          Request wrapper.
 



Copyright © 2005-2013 Restlet.