Package org.restlet.client.representation

Common representation data elements.

See:
          Description

Class Summary
CharacterRepresentation Representation based on a BIO character stream.
EmptyRepresentation Empty representation with no content.
InputRepresentation Transient representation based on a BIO input stream.
ObjectRepresentation<T> Representation based on a serializable Java object.
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.
 

Package org.restlet.client.representation Description

Common representation data elements.

Since:
Restlet 2.0
See Also:
User Guide - Representation package


Copyright © 2005-2012 Noelios Technologies.