Package | Description |
---|---|
org.restlet.data |
Information exchanged by components.
|
org.restlet.engine.http.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 |
---|---|
java.util.List<Expectation> |
ClientInfo.getExpectations()
Returns the client expectations.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientInfo.setExpectations(java.util.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 java.lang.String |
ExpectationWriter.write(java.util.List<Expectation> expectations)
Writes a list of expectations with a comma separator.
|
Copyright © 2005-2012. All Rights Reserved.