Package | Description |
---|---|
org.restlet.data | |
org.restlet.engine.header |
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–2014. All rights reserved.