Package org.restlet.engine.application


package org.restlet.engine.application
Supports Restlet applications.

Since:
Restlet 2.0
  • Classes
    Class
    Description
    Application implementation.
    Content negotiation algorithm.
    Filter that helps support CORS requests.
    Helps to generate response CORS headers.
    The CORS specification defines a subset of methods qualified as simple HEAD, GET and POST.
    Filter uncompressing entities.
    Representation that decodes a wrapped representation if its encoding is supported.
    Filter compressing entities.
    Content that encodes a wrapped content.
    Content negotiation algorithm that flexibly interprets the content negotiation preferences to try to always return a variant even if the client preferences don't exactly match.
    Associates an extension name and a metadata.
    Filter that is in charge to check the responses to requests for partial content.
    Representation that exposes only a range of the content of a wrapped representation.
    Filter associating a response entity based on the status.
    Representation of a Status.
    Content negotiation algorithm that strictly interprets the content negotiation preferences.
    Filter tunneling browser calls into full REST calls.