Uses of Class
org.restlet.data.Expectation
-
Packages that use Expectation Package Description org.restlet.data Information exchanged by components. -
-
Uses of Expectation in org.restlet.data
Methods in org.restlet.data that return Expectation Modifier and Type Method Description static Expectation
Expectation. 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 void
ClientInfo. setExpectations(java.util.List<Expectation> expectations)
Sets the client expectations.
-