Uses of Class
org.restlet.data.Expectation
Packages that use Expectation
Package
Description
Information exchanged by components.
Supports HTTP header parsing and formatting.
-
Uses of Expectation in org.restlet.data
Methods in org.restlet.data that return ExpectationModifier and TypeMethodDescriptionstatic ExpectationExpectation.continueResponse()Creates a "100-continue" expectation.Methods in org.restlet.data that return types with arguments of type ExpectationMethod parameters in org.restlet.data with type arguments of type ExpectationModifier and TypeMethodDescriptionvoidClientInfo.setExpectations(List<Expectation> expectations) Sets the client expectations. -
Uses of Expectation in org.restlet.engine.header
Methods in org.restlet.engine.header that return ExpectationMethods in org.restlet.engine.header with parameters of type ExpectationMethod parameters in org.restlet.engine.header with type arguments of type ExpectationModifier and TypeMethodDescriptionstatic StringExpectationWriter.write(List<Expectation> expectations) Writes a list of expectations with a comma separator.