Package org.restlet.client.resource

Client and server resource classes.

See:
          Description

Interface Summary
ClientProxy Marker interface for RESTful resource proxies.
Result<T> Callback interface for asynchronous tasks.
 

Class Summary
ClientResource Client-side resource.
UniformResource Base resource class exposing the uniform REST interface.
 

Exception Summary
ResourceException Encapsulates a response status and the optional cause as a checked exception.
 

Annotation Types Summary
Delete Annotation for methods that remove representations.
Get Annotation for methods that retrieve a resource representation.
Options Annotation for methods that describe a resource.
Post Annotation for methods that accept submitted representations.
Put Annotation for methods that store submitted representations.
 

Package org.restlet.client.resource Description

Client and server resource classes.

Since:
Restlet 1.0
See Also:
User Guide - Resource package


Copyright © 2005-2012 Noelios Technologies.