| Package | Description |
|---|---|
| org.jclouds.http | |
| org.jclouds.http.internal | |
| org.jclouds.io | |
| org.jclouds.io.internal | |
| org.jclouds.io.payloads | |
| org.jclouds.rest | |
| org.jclouds.rest.internal |
| Modifier and Type | Field and Description |
|---|---|
protected Payload |
HttpMessage.Builder.payload |
| Modifier and Type | Method and Description |
|---|---|
T |
HttpMessage.Builder.payload(Payload payload) |
| Constructor and Description |
|---|
HttpMessage(com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
HttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters) |
HttpResponse(int statusCode,
String message,
com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
| Modifier and Type | Field and Description |
|---|---|
protected Payload |
PayloadEnclosingImpl.payload |
| Modifier and Type | Method and Description |
|---|---|
Payload |
PayloadEnclosingImpl.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
void |
PayloadEnclosingImpl.setPayload(Payload data)
Sets payload for the request or the content from the response.
|
| Constructor and Description |
|---|
PayloadEnclosingImpl(Payload payload) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
PayloadEnclosing.getPayload() |
static Payload |
Payloads.newPayload(Object data) |
Payload |
PayloadSlicer.slice(Payload input,
long offset,
long length)
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Payload> |
PayloadSlicer.slice(Payload input,
long size)
|
| Modifier and Type | Method and Description |
|---|---|
void |
PayloadEnclosing.setPayload(Payload data)
Sets payload for the request or the content from the response.
|
Iterable<Payload> |
PayloadSlicer.slice(Payload input,
long size)
|
Payload |
PayloadSlicer.slice(Payload input,
long offset,
long length)
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes. |
| Modifier and Type | Method and Description |
|---|---|
protected Payload |
BasePayloadSlicer.copyMetadataAndSetLength(Payload input,
Payload returnVal,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(byte[] content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(com.google.common.io.ByteSource content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(File content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(InputStream content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(Payload content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(String content,
long offset,
long length) |
Payload |
BasePayloadSlicer.slice(Payload input,
long offset,
long length)
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes. |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(byte[] rawContent,
ContentMetadata meta) |
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(com.google.common.io.ByteSource rawContent,
ContentMetadata meta) |
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(File rawContent,
ContentMetadata meta) |
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(InputStream rawContent,
ContentMetadata meta) |
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(Payload input,
ContentMetadata meta) |
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(String rawContent,
ContentMetadata meta) |
Iterable<Payload> |
BasePayloadSlicer.slice(Payload input,
long size) |
| Modifier and Type | Method and Description |
|---|---|
protected Payload |
BasePayloadSlicer.copyMetadataAndSetLength(Payload input,
Payload returnVal,
long length) |
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(Payload input,
ContentMetadata meta) |
protected Payload |
BasePayloadSlicer.doSlice(Payload content,
long offset,
long length) |
Iterable<Payload> |
BasePayloadSlicer.slice(Payload input,
long size) |
Payload |
BasePayloadSlicer.slice(Payload input,
long offset,
long length)
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCipherPayload |
class |
BasePayload<V> |
class |
ByteArrayPayload |
class |
ByteSourcePayload
A repeatable, ByteSource-backed Payload.
|
class |
DelegatingPayload |
class |
FilePayload |
class |
InputStreamPayload |
class |
MultipartForm |
class |
Part |
class |
PhantomPayload |
class |
RSADecryptingPayload |
class |
RSAEncryptingPayload |
class |
StringPayload
This implementation converts the String to a byte array using UTF-8 encoding.
|
class |
UrlEncodedFormPayload |
| Modifier and Type | Method and Description |
|---|---|
Payload |
DelegatingPayload.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static Part |
Part.create(String name,
Payload delegate,
Part.PartOptions options) |
| Constructor and Description |
|---|
BaseCipherPayload(Crypto crypto,
Payload delegate,
Key key) |
DelegatingPayload(Payload delegate) |
RSADecryptingPayload(Crypto crypto,
Payload delegate,
Key key) |
RSAEncryptingPayload(Crypto crypto,
Payload delegate,
Key key) |
| Modifier and Type | Method and Description |
|---|---|
String |
HttpClient.post(URI location,
Payload payload) |
String |
HttpClient.put(URI location,
Payload payload) |
| Constructor and Description |
|---|
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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.