Package | Description |
---|---|
org.restlet.engine.application |
Supports Restlet applications.
|
org.restlet.engine.http.io |
Supports HTTP input and output.
|
org.restlet.representation |
Common representation data elements.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosingRepresentation
Wrapper representation to close the associated socket when the representation
is released.
|
Modifier and Type | Class and Description |
---|---|
class |
DigesterRepresentation
Representation capable of computing a digest.
|
class |
DigestRepresentation
Deprecated.
See
DigesterRepresentation instead. |
Copyright © 2005-2012. All Rights Reserved.