|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
org.restlet.service | Services used by applications and components. |
org.restlet.util | Various utility classes. |
Uses of Service in org.restlet.service |
---|
Subclasses of Service in org.restlet.service | |
---|---|
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 |
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. |
Uses of Service in org.restlet.util |
---|
Methods in org.restlet.util with type parameters of type Service | ||
---|---|---|
|
ServiceList.get(Class<T> clazz)
Returns a service matching a given service class. |
Methods in org.restlet.util with parameters of type Service | |
---|---|
void |
ServiceList.add(int index,
Service service)
|
boolean |
ServiceList.add(Service service)
|
void |
ServiceList.set(Service newService)
Replaces or adds a service. |
Method parameters in org.restlet.util with type arguments of type Service | |
---|---|
boolean |
ServiceList.addAll(Collection<? extends Service> services)
|
boolean |
ServiceList.addAll(int index,
Collection<? extends Service> services)
|
void |
ServiceList.set(List<Service> services)
Sets the list of services. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |