| Package | Description |
|---|---|
| org.codehaus.httpcache4j | |
| org.codehaus.httpcache4j.mutable | |
| org.codehaus.httpcache4j.payload | |
| org.codehaus.httpcache4j.util |
| Modifier and Type | Method and Description |
|---|---|
Payload |
HTTPResponse.getPayload() |
Payload |
HTTPRequest.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
HTTPRequest.payload(Payload payload) |
HTTPResponse |
HTTPResponse.withPayload(Payload payload) |
| Modifier and Type | Method and Description |
|---|---|
<A> com.google.common.base.Optional<A> |
HTTPResponse.transform(com.google.common.base.Function<Payload,A> f) |
| Constructor and Description |
|---|
HTTPRequest(URI requestURI,
HTTPMethod method,
Headers headers,
Challenge challenge,
Payload payload,
org.joda.time.DateTime requestTime) |
HTTPResponse(Payload payload,
Status status,
Headers headers) |
HTTPResponse(Payload payload,
StatusLine statusLine,
Headers headers) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
MutableRequest.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableRequest.setPayload(Payload payload) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayPayload |
class |
ClosedInputStreamPayload
This MUST ONLY be used for testing purposes.
|
class |
FilePayload
Payload that accepts a file with mimetype.
|
class |
FormDataPayload |
class |
InputStreamPayload
Represents a payload that is backed by a one-shot inputstream.
|
class |
MD5CaculcatingPayload
Calculates the MD5 of the payload.
|
class |
StringPayload |
| Modifier and Type | Method and Description |
|---|---|
static MD5CaculcatingPayload |
MD5CaculcatingPayload.payloadFor(Payload p) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHTTPWriter.writeBody(PrintStream writer,
Payload payload) |
Copyright © 2008-2013. All Rights Reserved.