Uses of Class
org.restlet.data.Expectation
-
Packages that use Expectation Package Description org.restlet.data Information exchanged by components.org.restlet.engine.header Supports HTTP header parsing and formatting. -
-
Uses of Expectation in org.restlet.data
Fields in org.restlet.data with type parameters of type Expectation Modifier and Type Field Description private java.util.List<Expectation>ClientInfo. expectationsList of expectations.Methods in org.restlet.data that return Expectation Modifier and Type Method Description static ExpectationExpectation. continueResponse()Creates a "100-continue" expectation.Methods in org.restlet.data that return types with arguments of type Expectation Modifier and Type Method Description java.util.List<Expectation>ClientInfo. getExpectations()Returns the client expectations.Method parameters in org.restlet.data with type arguments of type Expectation Modifier and Type Method Description voidClientInfo. setExpectations(java.util.List<Expectation> expectations)Sets the client expectations. -
Uses of Expectation in org.restlet.engine.header
Methods in org.restlet.engine.header that return Expectation Modifier and Type Method Description ExpectationExpectationReader. readValue()Methods in org.restlet.engine.header with parameters of type Expectation Modifier and Type Method Description ExpectationWriterExpectationWriter. append(Expectation expectation)Method parameters in org.restlet.engine.header with type arguments of type Expectation Modifier and Type Method Description static java.lang.StringExpectationWriter. write(java.util.List<Expectation> expectations)Writes a list of expectations with a comma separator.
-