Uses of Class
org.restlet.service.StatusService
-
Packages that use StatusService Package Description org.restlet Core classes of the API.org.restlet.resource Client and server resource classes. -
-
Uses of StatusService in org.restlet
Methods in org.restlet that return StatusService Modifier and Type Method Description StatusService
Application. getStatusService()
Returns the status service.StatusService
Component. getStatusService()
Deprecated.UseApplication.getStatusService()
instead.Methods in org.restlet with parameters of type StatusService Modifier and Type Method Description void
Application. setStatusService(StatusService statusService)
Sets the status service.void
Component. setStatusService(StatusService statusService)
Deprecated.UseApplication.setStatusService(StatusService)
instead. -
Uses of StatusService in org.restlet.resource
Methods in org.restlet.resource that return StatusService Modifier and Type Method Description StatusService
Resource. getStatusService()
Returns the application's status service or create a new one.
-