Package | Description |
---|---|
org.restlet.engine |
Implementation of Restlet API.
|
org.restlet.engine.application |
Supports Restlet applications.
|
org.restlet.engine.component |
Supports Restlet components.
|
org.restlet.engine.log |
Supports the log service.
|
org.restlet.routing |
Classes related to call routing.
|
org.restlet.security |
Classes related to security.
|
org.restlet.service |
Services used by applications and components.
|
Modifier and Type | Method and Description |
---|---|
protected Filter |
ChainHelper.getLast()
Returns the last Filter.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChainHelper.addFilter(Filter filter)
Adds a new filter to the chain.
|
protected void |
ChainHelper.setLast(Filter last)
Sets the last Filter.
|
Modifier and Type | Class and Description |
---|---|
class |
Decoder
Filter decompressing 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 |
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 |
Extractor
Filter extracting attributes from a call.
|
class |
Route
Deprecated.
Use
TemplateRoute instead. |
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 request.
|
class |
Authorizer
Filter authorizing requests.
|
class |
ChallengeAuthenticator
Authenticator based on a challenge scheme.
|
class |
Guard
Deprecated.
Use the
ChallengeAuthenticator class instead. |
class |
MethodAuthorizer
Authorizer based on authorized methods.
|
class |
RoleAuthorizer
Authorizer based on authorized and forbidden roles.
|
Modifier and Type | Method and Description |
---|---|
Filter |
StatusService.createInboundFilter(Context context) |
Filter |
LogService.createInboundFilter(Context context) |
Filter |
Service.createInboundFilter(Context context)
Create the filter that should be invoked for incoming calls.
|
Filter |
RangeService.createInboundFilter(Context context) |
Filter |
TunnelService.createInboundFilter(Context context) |
Filter |
DecoderService.createInboundFilter(Context context) |
Filter |
Service.createOutboundFilter(Context context)
Create the filter that should be invoked for outgoing calls.
|
Copyright © 2005-2012. All Rights Reserved.