| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.engine.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
| org.restlet.engine.header |
Supports HTTP header parsing and formatting.
|
| Modifier and Type | Method and Description |
|---|---|
List<Warning> |
Message.getWarnings()
Returns the additional warnings information.
Note that when used with HTTP connectors, this property maps to the "Warning" headers. |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setWarnings(List<Warning> warnings)
Sets the additional warnings information.
|
| Modifier and Type | Method and Description |
|---|---|
List<Warning> |
HttpRequest.getWarnings() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRequest.setWarnings(List<Warning> warnings) |
| Modifier and Type | Method and Description |
|---|---|
Warning |
WarningReader.readValue() |
| Modifier and Type | Method and Description |
|---|---|
WarningWriter |
WarningWriter.append(Warning warning) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WarningReader.addValues(Header header,
Collection<Warning> collection)
Adds values to the given collection.
|
static String |
WarningWriter.write(List<Warning> warnings)
Writes a warning.
|
Copyright © 2005–2025. All rights reserved.