Uses of Class
org.restlet.data.Warning

Packages that use Warning
org.restlet.engine.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects. 
org.restlet.engine.connector New advanced internal HTTP connector. 
org.restlet.engine.header Supports HTTP header parsing and formatting. 
 

Uses of Warning in org.restlet.engine.adapter
 

Methods in org.restlet.engine.adapter that return types with arguments of type Warning
 List<Warning> HttpRequest.getWarnings()
           
 

Method parameters in org.restlet.engine.adapter with type arguments of type Warning
 void HttpRequest.setWarnings(List<Warning> warnings)
           
 

Uses of Warning in org.restlet.engine.connector
 

Methods in org.restlet.engine.connector that return types with arguments of type Warning
 List<Warning> HttpInboundRequest.getWarnings()
           
 

Method parameters in org.restlet.engine.connector with type arguments of type Warning
 void HttpInboundRequest.setWarnings(List<Warning> warnings)
           
 

Uses of Warning in org.restlet.engine.header
 

Methods in org.restlet.engine.header that return Warning
 Warning WarningReader.readValue()
           
 

Methods in org.restlet.engine.header with parameters of type Warning
 WarningWriter WarningWriter.append(Warning warning)
           
 

Method parameters in org.restlet.engine.header with type arguments of type Warning
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.
 



Copyright © 2005-2014 Restlet.