Uses of Class
org.restlet.routing.Filter

Packages that use Filter
org.restlet.routing Classes related to call routing. 
org.restlet.security Classes related to security. 
org.restlet.service Services used by applications and components. 
 

Uses of Filter in org.restlet.routing
 

Subclasses of Filter in org.restlet.routing
 class Extractor
          Filter extracting attributes from a call.
 class Route
          Filter scoring the affinity of calls with the attached Restlet.
 class TemplateRoute
          Filter scoring the affinity of calls with the attached Restlet.
 class Validator
          Filter validating attributes from a call.
 

Uses of Filter in org.restlet.security
 

Subclasses of Filter in org.restlet.security
 class Authenticator
          Filter authenticating the client sending the inbound request.
 class Authorizer
          Filter authorizing inbound request.
 class ChallengeAuthenticator
          Authenticator based on a challenge scheme.
 class ConfidentialAuthorizer
          Authorizer allowing only confidential calls.
 class MethodAuthorizer
          Authorizer based on authorized methods.
 class RoleAuthorizer
          Authorizer based on authorized and forbidden roles.
 

Uses of Filter in org.restlet.service
 

Methods in org.restlet.service that return Filter
 Filter EncoderService.createInboundFilter(Context context)
           
 Filter TunnelService.createInboundFilter(Context context)
           
 Filter Service.createInboundFilter(Context context)
          Create the filter that should be invoked for incoming calls.
 Filter RangeService.createInboundFilter(Context context)
           
 Filter LogService.createInboundFilter(Context context)
           
 Filter StatusService.createInboundFilter(Context context)
           
 Filter DecoderService.createInboundFilter(Context context)
           
 Filter EncoderService.createOutboundFilter(Context context)
           
 Filter Service.createOutboundFilter(Context context)
          Create the filter that should be invoked for outgoing calls.
 Filter DecoderService.createOutboundFilter(Context context)
           
 



Copyright © 2005-2013 Restlet.