Uses of Class
org.restlet.service.StatusService

Packages that use StatusService
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
 StatusService Component.getStatusService()
          Returns the status service, enabled by default.
 StatusService Application.getStatusService()
          Returns the status service.
 

Methods in org.restlet with parameters of type StatusService
 void Component.setStatusService(StatusService statusService)
          Sets the status service.
 void Application.setStatusService(StatusService statusService)
          Sets the status service.
 

Uses of StatusService in org.restlet.resource
 

Methods in org.restlet.resource that return StatusService
 StatusService Resource.getStatusService()
          Returns the application's status service or create a new one.
 



Copyright © 2005-2013 Restlet.