|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Expectation | |
|---|---|
| org.restlet.data | Information exchanged by components. |
| org.restlet.engine.header | Supports HTTP header parsing and formatting. |
| Uses of Expectation in org.restlet.data |
|---|
| Methods in org.restlet.data that return Expectation | |
|---|---|
static Expectation |
Expectation.continueResponse()
Creates a "100-continue" expectation. |
| Methods in org.restlet.data that return types with arguments of type Expectation | |
|---|---|
List<Expectation> |
ClientInfo.getExpectations()
Returns the client expectations. |
| Method parameters in org.restlet.data with type arguments of type Expectation | |
|---|---|
void |
ClientInfo.setExpectations(List<Expectation> expectations)
Sets the client expectations. |
| Uses of Expectation in org.restlet.engine.header |
|---|
| Methods in org.restlet.engine.header that return Expectation | |
|---|---|
Expectation |
ExpectationReader.readValue()
|
| Methods in org.restlet.engine.header with parameters of type Expectation | |
|---|---|
ExpectationWriter |
ExpectationWriter.append(Expectation expectation)
|
| Method parameters in org.restlet.engine.header with type arguments of type Expectation | |
|---|---|
static String |
ExpectationWriter.write(List<Expectation> expectations)
Writes a list of expectations with a comma separator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||