Uses of Interface
org.restlet.Uniform
Packages that use Uniform
Package
Description
Core classes of the Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Supports Restlet applications.
Supports Restlet components.
Integration with Java URLConnection class.
Supports the log service.
General utilities.
Client and server resource classes.
Classes related to call routing.
Classes related to security.
Various utility classes.
-
Uses of Uniform in org.restlet
Classes in org.restlet that implement UniformModifier and TypeClassDescriptionclassRestlet managing a coherent set of resources and services.classConnector acting as a generic client.classclassRestlet enabling communication between Components.classUniform class that provides a context and life cycle support.classConnector acting as a generic server.Methods in org.restlet that return UniformModifier and TypeMethodDescriptionMessage.getOnError()Returns the callback invoked when an error occurs when sending the message.Request.getOnResponse()Returns the callback invoked on response reception.Message.getOnSent()Returns the callback invoked after sending the message.Methods in org.restlet with parameters of type UniformModifier and TypeMethodDescriptionfinal voidHandles a call.final voidHandles a call.voidMessage.setOnError(Uniform onError) Sets the callback invoked when an error occurs when sending the message.voidRequest.setOnResponse(Uniform onResponseCallback) Sets the callback invoked on response reception.voidSets the callback invoked after sending the message. -
Uses of Uniform in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter with parameters of type UniformModifier and TypeMethodDescriptionvoidClientCall.sendRequest(Request request, Response response, Uniform callback) Sends the request to the client. -
Uses of Uniform in org.restlet.engine.application
Classes in org.restlet.engine.application that implement UniformModifier and TypeClassDescriptionclassFilter that helps support CORS requests.classFilter uncompressing entities.classFilter compressing entities.classFilter that is in charge to check the responses to requests for partial content.classFilter associating a response entity based on the status.classFilter tunneling browser calls into full REST calls. -
Uses of Uniform in org.restlet.engine.component
Classes in org.restlet.engine.component that implement UniformModifier and TypeClassDescriptionclassRouter scorer based on a target client connector.classRouter that collects calls from all applications and dispatches them to the appropriate client connectors.classComponent client dispatcher.classComponent server dispatcher.classRoute based on a target VirtualHost.classProvides the behavior of the internal router of a Component.classRouter that collects calls from all server connectors and dispatches them to the appropriate host routers. -
Uses of Uniform in org.restlet.engine.connector
Methods in org.restlet.engine.connector with parameters of type UniformModifier and TypeMethodDescriptionvoidHttpUrlConnectionCall.sendRequest(Request request, Response response, Uniform callback) Deprecated. -
Uses of Uniform in org.restlet.engine.log
Classes in org.restlet.engine.log that implement UniformModifier and TypeClassDescriptionclassFilter logging all calls after their handling by the target Restlet. -
Uses of Uniform in org.restlet.engine.util
Classes in org.restlet.engine.util that implement UniformModifier and TypeClassDescriptionclassClient dispatcher for a component child.classFilter that resolves URI templates in the target resource URI reference using the request attributes. -
Uses of Uniform in org.restlet.resource
Classes in org.restlet.resource that implement UniformModifier and TypeClassDescriptionclassFinder mapping a directory of local resources.classRestlet that can find the target server resource that will effectively handle incoming calls.Methods in org.restlet.resource that return UniformModifier and TypeMethodDescriptionprotected UniformClientResource.createNext()Creates a next Restlet is no one is set.ClientResource.getNext()Returns the next Restlet.ClientResource.getOnResponse()Returns the callback invoked on response reception.ClientResource.getOnSent()Returns the callback invoked after sending the request.ServerResource.getOnSent()Returns the callback invoked after sending the response.Methods in org.restlet.resource with parameters of type UniformModifier and TypeMethodDescriptionprotected voidClientResource.handle(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next) Handle the call and follow redirection for safe methods.protected voidClientResource.redirect(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next) Effectively redirects a client call.protected voidClientResource.retry(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next) Effectively retries a failed client call.voidSets the next handler such as a Restlet or a Filter.voidClientResource.setOnResponse(Uniform onResponseCallback) Sets the callback invoked on response reception.voidSets the callback invoked after sending the request.voidSets the callback invoked after sending the response. -
Uses of Uniform in org.restlet.routing
Classes in org.restlet.routing that implement UniformModifier and TypeClassDescriptionclassFilter extracting attributes from a call.classRestlet filtering calls before passing them to an attached Restlet.classRewrites URIs then redirects the call or the client to a new destination.classFilter scoring the affinity of calls with the attached Restlet.classRestlet routing calls to one of the attached routes.classFilter scoring the affinity of calls with the attached Restlet.classFilter validating attributes from a call.classRouter of calls from Server connectors to Restlets. -
Uses of Uniform in org.restlet.security
Classes in org.restlet.security that implement UniformModifier and TypeClassDescriptionclassFilter authenticating the client sending the inbound request.classFilter authorizing inbound request.classAuthenticator based on the SSL client certificate.classAuthenticator based on a challenge scheme.classAuthorizer allowing only confidential calls.classAuthorizer based on authorized methods.classAuthorizer based on authorized and forbidden roles. -
Uses of Uniform in org.restlet.util
Classes in org.restlet.util that implement UniformMethods in org.restlet.util that return UniformMethods in org.restlet.util with parameters of type Uniform