Uses of Class
org.restlet.util.WrapperRepresentation

Packages that use WrapperRepresentation
org.restlet.engine.application Supports Restlet applications. 
org.restlet.engine.io Supports input and output work. 
org.restlet.representation Common representation data elements. 
 

Uses of WrapperRepresentation in org.restlet.engine.application
 

Subclasses of WrapperRepresentation in org.restlet.engine.application
 class DecodeRepresentation
          Representation that decodes a wrapped representation if its encoding is supported.
 class EncodeRepresentation
          Content that encodes a wrapped content.
 class RangeRepresentation
          Representation that exposes only a range of the content of a wrapped representation.
 

Uses of WrapperRepresentation in org.restlet.engine.io
 

Subclasses of WrapperRepresentation in org.restlet.engine.io
 class BufferingRepresentation
          Representation capable of buffering the wrapped representation.
 

Uses of WrapperRepresentation in org.restlet.representation
 

Subclasses of WrapperRepresentation in org.restlet.representation
 class DigesterRepresentation
          Representation capable of computing a digest.
 



Copyright © 2005-2014 Restlet.