| Package | Description |
|---|---|
| org.restlet.data |
Information exchanged by components.
|
| org.restlet.engine.header |
Supports HTTP header parsing and formatting.
|
| Modifier and Type | Method and Description |
|---|---|
static Expectation |
Expectation.continueResponse()
Creates a "100-continue" expectation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Expectation> |
ClientInfo.getExpectations()
Returns the client expectations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientInfo.setExpectations(List<Expectation> expectations)
Sets the client expectations.
|
| Modifier and Type | Method and Description |
|---|---|
Expectation |
ExpectationReader.readValue() |
| Modifier and Type | Method and Description |
|---|---|
ExpectationWriter |
ExpectationWriter.append(Expectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ExpectationWriter.write(List<Expectation> expectations)
Writes a list of expectations with a comma separator.
|
Copyright © 2005–2025. All rights reserved.