Uses of Class
org.restlet.data.Conditions
Packages that use Conditions
Package
Description
Core classes of the Restlet API.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Client and server resource classes.
Various utility classes.
-
Uses of Conditions in org.restlet
Methods in org.restlet that return ConditionsModifier and TypeMethodDescriptionRequest.getConditions()Returns the modifiable conditions applying to this request.Methods in org.restlet with parameters of type ConditionsModifier and TypeMethodDescriptionvoidRequest.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 ConditionsModifier and TypeMethodDescriptionHttpRequest.getConditions()Returns the condition data applying to this call. -
Uses of Conditions in org.restlet.resource
Methods in org.restlet.resource that return ConditionsModifier and TypeMethodDescriptionResource.getConditions()Returns the modifiable conditions applying to this request.Methods in org.restlet.resource with parameters of type ConditionsModifier and TypeMethodDescriptionvoidClientResource.setConditions(Conditions conditions) Sets the conditions applying to this request. -
Uses of Conditions in org.restlet.util
Methods in org.restlet.util that return ConditionsModifier and TypeMethodDescriptionWrapperRequest.getConditions()Returns the conditions applying to this call.Methods in org.restlet.util with parameters of type Conditions