| Package | Description | 
|---|---|
| org.restlet | 
 Core classes of the API. 
 | 
| org.restlet.resource | 
 Client and server resource classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StatusService | 
Component.getStatusService()
Deprecated. 
 
Use  
Application.getStatusService() instead. | 
StatusService | 
Application.getStatusService()
Returns the status service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Component.setStatusService(StatusService statusService)
Deprecated. 
 
Use  
Application.setStatusService(StatusService)
             instead. | 
void | 
Application.setStatusService(StatusService statusService)
Sets the status service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StatusService | 
Resource.getStatusService()
Returns the application's status service or create a new one. 
 | 
Copyright © 2005-2024 Restlet.