Uses of Class
org.restlet.data.Conditions
-
Packages that use Conditions 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.ext.nio.internal.request org.restlet.resource Client and server resource classes.org.restlet.util Various utility classes. -
-
Uses of Conditions in org.restlet
Fields in org.restlet declared as Conditions Modifier and Type Field Description private ConditionsRequest. conditionsThe condition data.Methods in org.restlet that return Conditions Modifier and Type Method Description ConditionsRequest. getConditions()Returns the modifiable conditions applying to this request.Methods in org.restlet with parameters of type Conditions Modifier and Type Method Description voidRequest. setConditions(Conditions conditions)Sets the conditions applying to this request. -
Uses of Conditions in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return Conditions Modifier and Type Method Description ConditionsHttpRequest. getConditions()Returns the condition data applying to this call. -
Uses of Conditions in org.restlet.ext.nio.internal.request
Methods in org.restlet.ext.nio.internal.request that return Conditions Modifier and Type Method Description ConditionsHttpInboundRequest. getConditions()Deprecated.Returns the condition data applying to this call. -
Uses of Conditions in org.restlet.resource
Methods in org.restlet.resource that return Conditions Modifier and Type Method Description ConditionsResource. getConditions()Returns the modifiable conditions applying to this request.Methods in org.restlet.resource with parameters of type Conditions Modifier and Type Method Description voidClientResource. 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 Modifier and Type Method Description ConditionsWrapperRequest. getConditions()Returns the conditions applying to this call.Methods in org.restlet.util with parameters of type Conditions Modifier and Type Method Description voidWrapperRequest. setConditions(Conditions conditions)
-