Uses of Class
org.restlet.routing.Filter
Packages that use Filter
Package
Description
Implementation of Restlet API.
Supports Restlet applications.
Supports Restlet components.
Supports the log service.
General utilities.
Classes related to call routing.
Classes related to security.
Services used by applications and components.
-
Uses of Filter in org.restlet.engine
Methods in org.restlet.engine that return FilterModifier and TypeMethodDescriptionCompositeHelper.getFirstInboundFilter()Returns the first inbound filter.CompositeHelper.getFirstOutboundFilter()Returns the first outbound filter.protected FilterCompositeHelper.getLastInboundFilter()Returns the last inbound filter.protected FilterCompositeHelper.getLastOutboundFilter()Returns the last outbound filter.Methods in org.restlet.engine with parameters of type FilterModifier and TypeMethodDescriptionprotected voidCompositeHelper.addInboundFilter(Filter filter) Adds a new inbound filter to the chain.protected voidCompositeHelper.addOutboundFilter(Filter filter) Adds a new outbound filter to the chain.protected voidCompositeHelper.setFirstInboundFilter(Filter firstInboundFilter) Sets the first inbound filter.protected voidCompositeHelper.setFirstOutboundFilter(Filter firstOutboundFilter) Sets the first outbound filter.protected voidCompositeHelper.setLastInboundFilter(Filter last) Sets the last inbound filter.protected voidCompositeHelper.setLastOutboundFilter(Filter last) Sets the last outbound filter. -
Uses of Filter in org.restlet.engine.application
Subclasses of Filter 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. -
Uses of Filter in org.restlet.engine.component
Subclasses of Filter in org.restlet.engine.componentModifier and TypeClassDescriptionclassRouter scorer based on a target client connector.classComponent client dispatcher.classComponent server dispatcher.classRoute based on a target VirtualHost. -
Uses of Filter in org.restlet.engine.log
Subclasses of Filter in org.restlet.engine.logModifier and TypeClassDescriptionclassFilter logging all calls after their handling by the target Restlet. -
Uses of Filter in org.restlet.engine.util
Subclasses of Filter 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. -
Uses of Filter in org.restlet.routing
Subclasses of Filter in org.restlet.routingModifier and TypeClassDescriptionclassFilter extracting attributes from a call.classFilter scoring the affinity of calls with the attached Restlet.classFilter scoring the affinity of calls with the attached Restlet.classFilter validating attributes from a call. -
Uses of Filter in org.restlet.security
Subclasses of Filter 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 Filter in org.restlet.service
Methods in org.restlet.service that return FilterModifier and TypeMethodDescriptionCorsService.createInboundFilter(Context context) DecoderService.createInboundFilter(Context context) EncoderService.createInboundFilter(Context context) LogService.createInboundFilter(Context context) RangeService.createInboundFilter(Context context) Service.createInboundFilter(Context context) Create the filter that should be invoked for incoming calls.StatusService.createInboundFilter(Context context) TunnelService.createInboundFilter(Context context) DecoderService.createOutboundFilter(Context context) EncoderService.createOutboundFilter(Context context) Service.createOutboundFilter(Context context) Create the filter that should be invoked for outgoing calls.