Uses of Class
org.restlet.service.StatusService

Packages that use StatusService
org.restlet.engine.application Supports Restlet applications. 
org.restlet.resource Client and server resource classes. 
 

Uses of StatusService in org.restlet.engine.application
 

Methods in org.restlet.engine.application that return StatusService
 StatusService StatusFilter.getStatusService()
          Returns the helped status service.
 

Methods in org.restlet.engine.application with parameters of type StatusService
 void StatusFilter.setStatusService(StatusService statusService)
          Sets the helped status service.
 

Constructors in org.restlet.engine.application with parameters of type StatusService
StatusFilter(Context context, StatusService statusService)
          Constructor from a 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-2014 Restlet.