Uses of Class
org.restlet.data.Warning

Packages that use Warning
org.restlet Core classes of the API. 
 

Uses of Warning in org.restlet
 

Methods in org.restlet that return types with arguments of type Warning
 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
 void Message.setWarnings(List<Warning> warnings)
          Sets the additional warnings information.
 



Copyright © 2005-2013 Restlet.