Uses of Class
org.restlet.util.WrapperRepresentation
-
Packages that use WrapperRepresentation Package Description org.restlet.engine.application Supports Restlet applications.org.restlet.engine.connector Integration with Java URLConnection class.org.restlet.representation Common representation data elements. -
-
Uses of WrapperRepresentation in org.restlet.engine.application
Subclasses of WrapperRepresentation in org.restlet.engine.application Modifier and Type Class Description classDecodeRepresentationRepresentation that decodes a wrapped representation if its encoding is supported.classEncodeRepresentationContent that encodes a wrapped content.classRangeRepresentationRepresentation that exposes only a range of the content of a wrapped representation. -
Uses of WrapperRepresentation in org.restlet.engine.connector
Subclasses of WrapperRepresentation in org.restlet.engine.connector Modifier and Type Class Description (package private) classConnectionClosingRepresentationRepresentation that wraps another representation and closes the parentHttpURLConnectionwhen the representation is released. -
Uses of WrapperRepresentation in org.restlet.representation
Subclasses of WrapperRepresentation in org.restlet.representation Modifier and Type Class Description classBufferingRepresentationRepresentation capable of buffering the wrapped representation.classDigesterRepresentationRepresentation capable of computing a digest.
-