Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.engine.http |
Supports HTTP connectors.
|
org.restlet.engine.http.connector |
New advanced internal HTTP connector.
|
org.restlet.engine.http.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 |
---|---|
List<Warning> |
ConnectedRequest.getWarnings() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectedRequest.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(Parameter header,
Collection<Warning> collection)
Adds values to the given collection.
|
static String |
WarningWriter.write(List<Warning> warnings)
Writes a warning.
|
Copyright © 2005–2016. All rights reserved.