Uses of Class
org.restlet.data.Warning
Packages that use Warning
Package
Description
Core classes of the Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Supports HTTP header parsing and formatting.
-
Uses of Warning in org.restlet
Methods in org.restlet that return types with arguments of type WarningModifier and TypeMethodDescriptionMessage.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 WarningModifier and TypeMethodDescriptionvoidMessage.setWarnings(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 WarningMethod parameters in org.restlet.engine.adapter with type arguments of type Warning -
Uses of Warning in org.restlet.engine.header
Methods in org.restlet.engine.header that return WarningMethods in org.restlet.engine.header with parameters of type WarningMethod parameters in org.restlet.engine.header with type arguments of type Warning