Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.engine.application |
Supports Restlet applications.
|
org.restlet.resource |
Client and server resource classes.
|
Modifier and Type | Method and Description |
---|---|
StatusService |
Application.getStatusService()
Returns the status service.
|
StatusService |
Component.getStatusService()
Returns the status service, enabled by default.
|
Modifier and Type | Method and Description |
---|---|
void |
Application.setStatusService(StatusService statusService)
Sets the status service.
|
void |
Component.setStatusService(StatusService statusService)
Sets the status service.
|
Modifier and Type | Method and Description |
---|---|
StatusService |
StatusFilter.getStatusService()
Returns the helped status service.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusFilter.setStatusService(StatusService statusService)
Sets the helped status service.
|
Constructor and Description |
---|
StatusFilter(Context context,
StatusService statusService)
Constructor from a status service.
|
Modifier and Type | Method and Description |
---|---|
StatusService |
UniformResource.getStatusService()
Returns the application's status service or create a new one.
|
Copyright © 2005–2016. All rights reserved.