Uses of Package
org.restlet.util

Packages that use org.restlet.util
org.restlet.data Information exchanged by components. 
org.restlet.engine Implementation of Restlet API. 
org.restlet.engine.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects. 
org.restlet.engine.application Supports Restlet applications. 
org.restlet.engine.connector Integration with Java URLConnection class. 
org.restlet.engine.header Supports HTTP header parsing and formatting. 
org.restlet.engine.io Supports input and output work. 
org.restlet.engine.security Supports security. 
org.restlet.engine.ssl Support SSL and TLS. 
org.restlet.engine.util General utilities. 
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.data
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.engine
Series
          Modifiable list of entries with many helper methods.
 

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

Classes in org.restlet.util used by org.restlet.engine.application
WrapperRepresentation
          Representation wrapper.
 

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

Classes in org.restlet.util used by org.restlet.engine.header
NamedValue
          String couple between a name and a value.
Series
          Modifiable list of entries with many helper methods.
 

Classes in org.restlet.util used by org.restlet.engine.io
SelectionRegistration
          Represents a unique registration between a NIO selector and a selectable channel.
 

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

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

Classes in org.restlet.util used by org.restlet.engine.util
Resolver
          Resolves a name into a value.
Series
          Modifiable list of entries with many helper methods.
 

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-2014 Restlet.