|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.internal.PayloadEnclosingImpl
org.jclouds.http.HttpMessage
org.jclouds.http.HttpRequest
org.jclouds.rest.internal.GeneratedHttpRequest
public final class GeneratedHttpRequest
| Nested Class Summary | |
|---|---|
static class |
GeneratedHttpRequest.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.HttpRequest |
|---|
NON_PAYLOAD_METHODS |
| Fields inherited from class org.jclouds.http.HttpMessage |
|---|
headers |
| Fields inherited from class org.jclouds.http.internal.PayloadEnclosingImpl |
|---|
payload |
| Constructor Summary | |
|---|---|
protected |
GeneratedHttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters,
Invocation invocation,
com.google.common.base.Optional<Invocation> caller)
|
| Method Summary | |
|---|---|
static GeneratedHttpRequest.Builder |
builder()
|
com.google.common.base.Optional<Invocation> |
getCaller()
|
Invocation |
getInvocation()
what was interpreted to create this request |
GeneratedHttpRequest.Builder |
toBuilder()
|
| Methods inherited from class org.jclouds.http.HttpRequest |
|---|
equals, getEndpoint, getFilters, getMethod, getRequestLine, hashCode, string |
| Methods inherited from class org.jclouds.http.HttpMessage |
|---|
getFirstHeaderOrNull, getHeaders, toString |
| Methods inherited from class org.jclouds.http.internal.PayloadEnclosingImpl |
|---|
getPayload, setPayload, setPayload, setPayload, setPayload, setPayload |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected GeneratedHttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
@Nullable
Payload payload,
Iterable<HttpRequestFilter> filters,
Invocation invocation,
com.google.common.base.Optional<Invocation> caller)
| Method Detail |
|---|
public static GeneratedHttpRequest.Builder builder()
public GeneratedHttpRequest.Builder toBuilder()
toBuilder in class HttpRequestpublic Invocation getInvocation()
public com.google.common.base.Optional<Invocation> getCaller()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||