Package org.restlet.resource


package org.restlet.resource
Client and server resource classes.

Since:
Restlet 1.0
See Also:
  • Class
    Description
    Marker interface for RESTful resource proxies.
    Client-side resource.
    Annotation for methods that remove representations.
    Finder mapping a directory of local resources.
    Restlet that can find the target server resource that will effectively handle incoming calls.
    Annotation for methods that retrieve a resource representation.
    Annotation for methods that describe a resource.
    Annotation for methods that apply submitted representations as a patch.
    Annotation for methods that accept submitted representations.
    Annotation for methods that store submitted representations.
    Base resource class exposing the uniform REST interface.
    Encapsulates a response status and the optional cause as a checked exception.
    Callback interface for asynchronous tasks.
    Base class for server-side resources.
    Annotation for Throwable that map to HTTP error statuses.