Package | Description |
---|---|
org.restlet | |
org.restlet.engine.adapter | |
org.restlet.engine.header | |
org.restlet.ext.nio.internal.request | |
org.restlet.ext.sip.internal |
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.
|
Modifier and Type | Method and Description |
---|---|
List<Warning> |
HttpInboundRequest.getWarnings() |
Modifier and Type | Method and Description |
---|---|
void |
HttpInboundRequest.setWarnings(List<Warning> warnings) |
Modifier and Type | Method and Description |
---|---|
List<Warning> |
SipInboundRequest.getWarnings()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SipInboundRequest.setWarnings(List<Warning> warnings)
Deprecated.
|
Copyright © 2005–2016. All rights reserved.