Uses of Class
org.restlet.data.Conditions

Packages that use Conditions
org.restlet.engine.adapter Adapters between low-level HTTP calls and high-level Restlet Request and Response objects. 
org.restlet.resource Client and server resource classes. 
org.restlet.util Various utility classes. 
 

Uses of Conditions in org.restlet.engine.adapter
 

Methods in org.restlet.engine.adapter that return Conditions
 Conditions HttpRequest.getConditions()
          Returns the condition data applying to this call.
 

Uses of Conditions in org.restlet.resource
 

Methods in org.restlet.resource that return Conditions
 Conditions Resource.getConditions()
          Returns the modifiable conditions applying to this request.
 

Methods in org.restlet.resource with parameters of type Conditions
 void ClientResource.setConditions(Conditions conditions)
          Sets the conditions applying to this request.
 

Uses of Conditions in org.restlet.util
 

Methods in org.restlet.util that return Conditions
 Conditions WrapperRequest.getConditions()
          Returns the conditions applying to this call.
 

Methods in org.restlet.util with parameters of type Conditions
 void WrapperRequest.setConditions(Conditions conditions)
           
 



Copyright © 2005-2014 Restlet.