Package | Description |
---|---|
org.restlet.service |
Services used by applications and components.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectorService
Application service declaring client and server connectors.
|
class |
ConnegService
Application service negotiating the preferred resource variants.
|
class |
ConverterService
Application service converting between representation and regular Java
objects.
|
class |
CorsService
Application service that adds support of CORS.
|
class |
DecoderService
Application service automatically decoding or uncompressing received
entities.
|
class |
EncoderService
Application service automatically encoding or compressing request entities.
|
class |
LogService
Service providing access logging service.
|
class |
MetadataService
Application service providing access to metadata and their associated
extension names.
|
class |
RangeService
Application service automatically exposes ranges of response entities.
|
class |
StatusService
Service to handle error statuses.
|
class |
TaskService
Application service capable of running and scheduling tasks asynchronously.
|
class |
TunnelService
Application service tunneling request method or client preferences.
|
Modifier and Type | Method and Description |
---|---|
<T extends Service> |
ServiceList.get(java.lang.Class<T> clazz)
Returns a service matching a given service class.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceList.add(int index,
Service service) |
boolean |
ServiceList.add(Service service) |
void |
ServiceList.set(Service newService)
Replaces or adds a service.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceList.addAll(java.util.Collection<? extends Service> services) |
boolean |
ServiceList.addAll(int index,
java.util.Collection<? extends Service> services) |
void |
ServiceList.set(java.util.List<Service> services)
Sets the list of services.
|
Copyright © 2005-2024 Restlet.