org.restlet.service |
|
Java Source File Name | Type | Comment |
ConnectorService.java | Class | Service providing client and server connectors.
Implementation note: the parent component will ensure that client connectors
won't automatically follow redirections. |
ConverterService.java | Class | Service converting message entities into higher-level objects. |
DecoderService.java | Class | Service automatically decoding or decompressing request entities. |
LogService.java | Class | Service providing access logging service. |
MetadataService.java | Class | Service providing access to metadata and their associated extension names. |
StatusService.java | Class | Service to handle error statuses. |
TunnelService.java | Class | Service tunnelling method names or client preferences via query parameters.
Clients applications such as browsers can easily override the default values
of their client connector by specifying additional query parameters. |