Uses of Class
org.restlet.data.Warning
-
Packages that use Warning Package Description org.restlet Core classes of the 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.org.restlet.ext.nio.internal.request -
-
Uses of Warning in org.restlet
Fields in org.restlet with type parameters of type Warning Modifier and Type Field Description private java.util.List<Warning>Message. warningsThe additional warnings information.Methods in org.restlet that return types with arguments of type Warning Modifier and Type Method Description java.util.List<Warning>Message. getWarnings()Returns the additional warnings information.
Note that when used with HTTP connectors, this property maps to the "Warning" headers.Method parameters in org.restlet with type arguments of type Warning Modifier and Type Method Description voidMessage. setWarnings(java.util.List<Warning> warnings)Sets the additional warnings information. -
Uses of Warning in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return types with arguments of type Warning Modifier and Type Method Description java.util.List<Warning>HttpRequest. getWarnings()Method parameters in org.restlet.engine.adapter with type arguments of type Warning Modifier and Type Method Description voidHttpRequest. setWarnings(java.util.List<Warning> warnings) -
Uses of Warning in org.restlet.engine.header
Methods in org.restlet.engine.header that return Warning Modifier and Type Method Description WarningWarningReader. readValue()Methods in org.restlet.engine.header with parameters of type Warning Modifier and Type Method Description WarningWriterWarningWriter. append(Warning warning)Method parameters in org.restlet.engine.header with type arguments of type Warning Modifier and Type Method Description static voidWarningReader. addValues(Header header, java.util.Collection<Warning> collection)Adds values to the given collection.static java.lang.StringWarningWriter. write(java.util.List<Warning> warnings)Writes a warning. -
Uses of Warning in org.restlet.ext.nio.internal.request
Methods in org.restlet.ext.nio.internal.request that return types with arguments of type Warning Modifier and Type Method Description java.util.List<Warning>HttpInboundRequest. getWarnings()Deprecated.Method parameters in org.restlet.ext.nio.internal.request with type arguments of type Warning Modifier and Type Method Description voidHttpInboundRequest. setWarnings(java.util.List<Warning> warnings)Deprecated.
-