Uses of Class
org.restlet.service.Service
Packages that use Service
Package
Description
Services used by applications and components.
Various utility classes.
-
Uses of Service in org.restlet.service
Subclasses of Service in org.restlet.serviceModifier and TypeClassDescriptionclassApplication service declaring client and server connectors.classApplication service negotiating the preferred resource variants.classApplication service converting between representation and regular Java objects.classApplication service that adds support of CORS.classApplication service automatically decoding or uncompressing received entities.classApplication service automatically encoding or compressing request entities.classService providing access logging service.classApplication service providing access to metadata and their associated extension names.classApplication service automatically exposes ranges of response entities.classService to handle error statuses.classApplication service capable of running and scheduling tasks asynchronously.classApplication service tunneling request method or client preferences. -
Uses of Service in org.restlet.util
Methods in org.restlet.util with type parameters of type ServiceModifier and TypeMethodDescription<T extends Service>
TReturns a service matching a given service class.Methods in org.restlet.util with parameters of type ServiceModifier and TypeMethodDescriptionvoidbooleanvoidReplaces or adds a service.Method parameters in org.restlet.util with type arguments of type ServiceModifier and TypeMethodDescriptionbooleanServiceList.addAll(int index, Collection<? extends Service> services) booleanServiceList.addAll(Collection<? extends Service> services) voidSets the list of services.