Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.util |
Various utility classes.
|
Modifier and Type | Method and Description |
---|---|
Conditions |
Request.getConditions()
Returns the modifiable conditions applying to this request.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setConditions(Conditions conditions)
Sets the conditions applying to this request.
|
Modifier and Type | Method and Description |
---|---|
Conditions |
Resource.getConditions()
Returns the modifiable conditions applying to this request.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientResource.setConditions(Conditions conditions)
Sets the conditions applying to this request.
|
Modifier and Type | Method and Description |
---|---|
Conditions |
WrapperRequest.getConditions()
Returns the conditions applying to this call.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRequest.setConditions(Conditions conditions) |
Copyright © 2005-2024 Restlet.