Uses of Class
org.restlet.service.Service
- 
Packages that use Service Package Description 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 Modifier and Type Class Description classConnectorServiceApplication service declaring client and server connectors.classConnegServiceApplication service negotiating the preferred resource variants.classConverterServiceApplication service converting between representation and regular Java objects.classCorsServiceApplication service that adds support of CORS.classDecoderServiceApplication service automatically decoding or uncompressing received entities.classEncoderServiceApplication service automatically encoding or compressing request entities.classLogServiceService providing access logging service.classMetadataServiceApplication service providing access to metadata and their associated extension names.classRangeServiceApplication service automatically exposes ranges of response entities.classStatusServiceService to handle error statuses.classTaskServiceApplication service capable of running and scheduling tasks asynchronously.classTunnelServiceApplication 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 Modifier and Type Method Description <T extends Service>
TServiceList. get(java.lang.Class<T> clazz)Returns a service matching a given service class.Methods in org.restlet.util with parameters of type Service Modifier and Type Method Description voidServiceList. add(int index, Service service)booleanServiceList. add(Service service)voidServiceList. set(Service newService)Replaces or adds a service.Method parameters in org.restlet.util with type arguments of type Service Modifier and Type Method Description booleanServiceList. addAll(int index, java.util.Collection<? extends Service> services)booleanServiceList. addAll(java.util.Collection<? extends Service> services)voidServiceList. set(java.util.List<Service> services)Sets the list of services. 
 -