Uses of Package
org.restlet.representation

Packages that use org.restlet.representation
org.restlet.data Information exchanged by components. 
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.component Supports Restlet components. 
org.restlet.engine.connector New advanced internal HTTP connector. 
org.restlet.engine.converter Supports the converter service. 
org.restlet.engine.header Supports HTTP header parsing and formatting. 
org.restlet.engine.io Supports input and output work. 
org.restlet.engine.local Supports local connectors and resources. 
org.restlet.engine.resource Supports resources. 
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.service Services used by applications and components. 
org.restlet.util Various utility classes. 
 

Classes in org.restlet.representation used by org.restlet.data
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.adapter
Representation
          Current or intended state of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.application
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.component
Representation
          Current or intended state of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.connector
Representation
          Current or intended state of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.converter
Representation
          Current or intended state of a resource.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.header
Representation
          Current or intended state of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.io
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
Variant
          Descriptor for available representations of a resource.
WriterRepresentation
          Representation based on a BIO characters writer.
 

Classes in org.restlet.representation used by org.restlet.engine.local
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
StreamRepresentation
          Representation based on a BIO stream.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.resource
Representation
          Current or intended state of a resource.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.engine.util
Representation
          Current or intended state of a resource.
 

Classes in org.restlet.representation used by org.restlet.representation
ChannelRepresentation
          Representation based on a NIO byte channel.
CharacterRepresentation
          Representation based on a BIO character stream.
InputRepresentation
          Transient representation based on a BIO input stream.
OutputRepresentation
          Representation based on a BIO output stream.
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
StreamRepresentation
          Representation based on a BIO stream.
StringRepresentation
          Represents an Unicode string that can be converted to any character set supported by Java.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.resource
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.routing
Representation
          Current or intended state of a resource.
 

Classes in org.restlet.representation used by org.restlet.service
Representation
          Current or intended state of a resource.
Variant
          Descriptor for available representations of a resource.
 

Classes in org.restlet.representation used by org.restlet.util
Representation
          Current or intended state of a resource.
RepresentationInfo
          Information about a representation.
Variant
          Descriptor for available representations of a resource.
 



Copyright © 2005-2014 Restlet.