Uses of Class
org.restlet.Restlet
Packages that use Restlet
Package
Description
Core classes of the Restlet API.
Implementation of Restlet API.
Supports Restlet applications.
Supports Restlet components.
Supports local connectors and resources.
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 Restlet in org.restlet
Subclasses of Restlet in org.restletModifier and TypeClassDescriptionclassRestlet managing a coherent set of resources and services.classConnector acting as a generic client.classclassRestlet enabling communication between Components.classConnector acting as a generic server.Methods in org.restlet that return RestletModifier and TypeMethodDescriptionApplication.createInboundRoot()Creates a inbound root Restlet that will receive all incoming calls.Application.createOutboundRoot()Creates a outbound root Restlet that will receive all outgoing calls from ClientResource.Context.getClientDispatcher()Returns a request dispatcher to available client connectors.Application.getInboundRoot()Returns the inbound root Restlet.Server.getNext()Returns the next Restlet.Application.getOutboundRoot()Returns the outbound root Restlet.Context.getServerDispatcher()Returns a request dispatcher to component's virtual hosts.Methods in org.restlet with parameters of type RestletModifier and TypeMethodDescriptionvoidContext.setClientDispatcher(Restlet clientDispatcher) Sets the client dispatcher.voidApplication.setInboundRoot(Restlet inboundRoot) Sets the inbound root Restlet.voidSets the next Restlet.voidApplication.setOutboundRoot(Restlet outboundRoot) Sets the outbound root Restlet.voidContext.setServerDispatcher(Restlet serverDispatcher) Sets the server dispatcher.Constructors in org.restlet with parameters of type RestletModifierConstructorDescriptionConstructor.Constructor.Constructor.Constructor.Server(Context context, List<Protocol> protocols, String address, int port, Restlet next, String helperClass) Constructor.Constructor.Constructor.Constructor using the protocol's default port.Constructor.Constructor.Constructor using the protocol's default port.Constructor using the protocol's default port. -
Uses of Restlet in org.restlet.engine
Classes in org.restlet.engine with type parameters of type RestletModifier and TypeClassDescriptionclassCompositeHelper<T extends Restlet>Chain helper serving as base class for Application and Component helpers.classRestletHelper<T extends Restlet>Delegate used by API classes to get support from the implementation classes.Methods in org.restlet.engine that return RestletModifier and TypeMethodDescriptionprotected RestletCompositeHelper.getInboundNext()Returns the next Restlet in the inbound chain.CompositeHelper.getOutboundNext()Returns the next Restlet in the outbound chain.Methods in org.restlet.engine with parameters of type RestletModifier and TypeMethodDescriptionprotected voidCompositeHelper.setInboundNext(Restlet next) Sets the next Restlet after the inbound chain.protected voidCompositeHelper.setOutboundNext(Restlet next) Sets the next Restlet after the outbound chain. -
Uses of Restlet in org.restlet.engine.application
Subclasses of Restlet in org.restlet.engine.applicationModifier 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.Constructors in org.restlet.engine.application with parameters of type Restlet -
Uses of Restlet in org.restlet.engine.component
Subclasses of Restlet in org.restlet.engine.componentModifier 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.Methods in org.restlet.engine.component that return RestletModifier and TypeMethodDescriptionMethods in org.restlet.engine.component with parameters of type RestletModifier and TypeMethodDescriptionInternalRouter.attachDefault(Restlet defaultTarget) protected TemplateRouteInternalRouter.createRoute(String uriPattern, Restlet target, int matchingMode) -
Uses of Restlet in org.restlet.engine.local
Methods in org.restlet.engine.local that return RestletModifier and TypeMethodDescriptionprotected RestletDirectoryServerResource.getClientDispatcher()Returns a client dispatcher. -
Uses of Restlet in org.restlet.engine.log
Subclasses of Restlet in org.restlet.engine.logModifier and TypeClassDescriptionclassFilter logging all calls after their handling by the target Restlet. -
Uses of Restlet in org.restlet.engine.util
Subclasses of Restlet in org.restlet.engine.utilModifier and TypeClassDescriptionclassClient dispatcher for a component child.classFilter that resolves URI templates in the target resource URI reference using the request attributes.Methods in org.restlet.engine.util that return RestletMethods in org.restlet.engine.util with parameters of type Restlet -
Uses of Restlet in org.restlet.resource
Subclasses of Restlet in org.restlet.resource -
Uses of Restlet in org.restlet.routing
Subclasses of Restlet in org.restlet.routingModifier 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.Methods in org.restlet.routing that return RestletModifier and TypeMethodDescriptionFilter.getNext()Returns the next Restlet.Returns the next Restlet if available.Methods in org.restlet.routing with parameters of type RestletModifier and TypeMethodDescriptionAttaches a target Restlet to this router based on a given URI pattern.Attaches a target Restlet to this router based on a given URI pattern.Attaches a target Restlet to this router with an empty URI pattern.Attaches a target Restlet to this router with an empty URI pattern.Attaches a target Restlet to this router based on a given URI pattern.Attaches a target Restlet to this router with an empty URI pattern.Router.attachDefault(Restlet defaultTarget) Attaches a Restlet to this router as the default target to invoke when no route matches.VirtualHost.attachDefault(Restlet defaultTarget) Attaches a Restlet to this router as the default target to invoke when no route matches.protected voidVirtualHost.checkContext(Restlet target) Checks the context and sets it if necessary.protected TemplateRouteRouter.createRoute(String uriPattern, Restlet target) Creates a new route for the given URI pattern and target.protected TemplateRouteRouter.createRoute(String uriPattern, Restlet target, int matchingMode) Creates a new route for the given URI pattern, target and matching mode.protected TemplateRouteVirtualHost.createRoute(String uriPattern, Restlet target, int matchingMode) voidDetaches the target from this router.protected voidprotected intRouter.getMatchingMode(Restlet target) Returns the matching mode for the target Restlet.protected voidRedirector.serverRedirect(Restlet next, Reference targetRef, Request request, Response response) Redirects a given call on the server-side to a next Restlet with a given target reference.voidSets the next Restlet.Constructors in org.restlet.routing with parameters of type RestletModifierConstructorDescriptionConstructor.Constructor.Constructor behaving as a simple extractor filter.Constructor.TemplateRoute(Restlet next) Constructor behaving as a simple extractor filter.TemplateRoute(Router router, String uriTemplate, Restlet next) Constructor.TemplateRoute(Router router, Template template, Restlet next) Constructor.Constructor. -
Uses of Restlet in org.restlet.security
Subclasses of Restlet in org.restlet.securityModifier 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 Restlet in org.restlet.util
Subclasses of Restlet in org.restlet.utilMethods in org.restlet.util that return RestletMethods in org.restlet.util with parameters of type RestletModifier and TypeMethodDescriptionvoidRemoves all routes routing to a given target.voidSets the next Restlet.Constructors in org.restlet.util with parameters of type RestletModifierConstructorDescriptionServerList(Context context, Restlet next) Constructor.WrapperRestlet(Restlet wrappedRestlet) Constructor.