Modifier and Type | Class and Description |
---|---|
class |
TemplateDispatcher
Filter that resolves URI templates in the target resource URI reference using
the request attributes.
|
Modifier and Type | Method and Description |
---|---|
Filter |
CompositeHelper.getFirstInboundFilter()
Returns the first inbound filter.
|
Filter |
CompositeHelper.getFirstOutboundFilter()
Returns the first outbound filter.
|
protected Filter |
CompositeHelper.getLastInboundFilter()
Returns the last inbound filter.
|
protected Filter |
CompositeHelper.getLastOutboundFilter()
Returns the last outbound filter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CompositeHelper.addInboundFilter(Filter filter)
Adds a new inbound filter to the chain.
|
protected void |
CompositeHelper.addOutboundFilter(Filter filter)
Adds a new outbound filter to the chain.
|
protected void |
CompositeHelper.setFirstInboundFilter(Filter firstInboundFilter)
Sets the first inbound filter.
|
protected void |
CompositeHelper.setFirstOutboundFilter(Filter firstOutboundFilter)
Sets the first outbound filter.
|
protected void |
CompositeHelper.setLastInboundFilter(Filter last)
Sets the last inbound filter.
|
protected void |
CompositeHelper.setLastOutboundFilter(Filter last)
Sets the last outbound filter.
|
Modifier and Type | Class and Description |
---|---|
class |
Decoder
Filter uncompressing entities.
|
class |
Encoder
Filter compressing entities.
|
class |
RangeFilter
Filter that is in charge to check the responses to requests for partial
content.
|
class |
StatusFilter
Filter associating a response entity based on the status.
|
class |
TunnelFilter
Filter tunneling browser calls into full REST calls.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRoute
Router scorer based on a target client connector.
|
class |
ComponentClientDispatcher
Component client dispatcher.
|
class |
ComponentServerDispatcher
Component server dispatcher.
|
class |
HostRoute
Route based on a target VirtualHost.
|
Modifier and Type | Class and Description |
---|---|
class |
LogFilter
Filter logging all calls after their handling by the target Restlet.
|
Modifier and Type | Class and Description |
---|---|
class |
ChildClientDispatcher
Client dispatcher for a component child.
|
Modifier and Type | Class and Description |
---|---|
class |
AwsAuthenticator
Authenticator supporting the
ChallengeScheme.HTTP_AWS_S3 scheme. |
class |
CookieAuthenticator
Challenge authenticator based on browser cookies.
|
class |
DigestAuthenticator
Authenticator supporting the digest challenge authentication schemes.
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateAuthenticator
Authenticator based on the SSL client certificate.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateFilter
Filter response's entity and wrap it with a Velocity's template
representation.
|
Modifier and Type | Class and Description |
---|---|
class |
Transformer
Filter that can transform XML representations by applying an XSLT transform
sheet.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Filter |
TunnelService.createInboundFilter(Context context) |
Filter |
EncoderService.createInboundFilter(Context context) |
Filter |
Service.createInboundFilter(Context context)
Create the filter that should be invoked for incoming calls.
|
Filter |
LogService.createInboundFilter(Context context) |
Filter |
RangeService.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–2015. All rights reserved.