Package | Description |
---|---|
org.restlet.client.data |
Information exchanged by components.
|
org.restlet.client.representation |
Common representation data elements.
|
org.restlet.client.util |
Various utility classes.
|
Modifier and Type | Method and Description |
---|---|
Status |
Conditions.getRangeStatus(RepresentationInfo representationInfo)
Returns the range conditional status of an entity.
|
Status |
Conditions.getStatus(Method method,
RepresentationInfo representationInfo)
Returns the conditional status of a variant using a given method.
|
Modifier and Type | Class and Description |
---|---|
class |
CharacterRepresentation
Representation based on a BIO character stream.
|
class |
EmptyRepresentation
Empty representation with no content.
|
class |
InputRepresentation
Transient representation based on a BIO input stream.
|
class |
ObjectRepresentation<T>
Representation based on a serializable Java object.
|
class |
Representation
Current or intended state of a resource.
|
class |
StreamRepresentation
Representation based on a BIO stream.
|
class |
StringRepresentation
Represents an Unicode string that can be converted to any character set
supported by Java.
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperRepresentation
Representation wrapper.
|
Copyright © 2005-2024 Restlet.