Modifier and Type | Method and Description |
---|---|
void |
AtmosObjectImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
String |
AWSS3Client.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part)
This operation uploads a part in a multipart upload.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ParallelMultipartUploadStrategy.prepareUploadPart(String container,
String key,
String uploadId,
Integer part,
Payload payload,
long offset,
long size,
SortedMap<Integer,String> etags,
BlockingQueue<Integer> activeParts,
Map<Integer,com.google.common.util.concurrent.ListenableFuture<String>> futureParts,
AtomicInteger errors,
int maxRetries,
Map<Integer,Exception> errorMap,
Queue<org.jclouds.aws.s3.blobstore.strategy.internal.ParallelMultipartUploadStrategy.Part> toRetry,
CountDownLatch latch) |
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
BlobBuilder.PayloadBlobBuilder |
BlobBuilder.payload(Payload payload) |
Modifier and Type | Method and Description |
---|---|
BlobBuilder.PayloadBlobBuilder |
BlobBuilderImpl.payload(Payload payload) |
BlobBuilder.PayloadBlobBuilder |
BlobBuilderImpl.PayloadBlobBuilderImpl.payload(Payload payload) |
void |
BlobImpl.setPayload(Payload data) |
Constructor and Description |
---|
BlobBuilderImpl.PayloadBlobBuilderImpl(BlobBuilder builder,
Payload payload) |
Modifier and Type | Method and Description |
---|---|
Payload |
ReturnPayload.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
Payload |
ElasticStackClient.readDrive(String uuid,
long offset,
long size)
Read binary data from a drive
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Payload> |
ElasticStackAsyncClient.readDrive(String uuid,
long offset,
long size)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticStackClient.writeDrive(String uuid,
Payload content)
Write binary data to a drive
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.writeDrive(String uuid,
Payload content)
Deprecated.
|
void |
ElasticStackClient.writeDrive(String uuid,
Payload content,
long offset) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.writeDrive(String uuid,
Payload content,
long offset)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Payload |
ReturnPayload.apply(HttpResponse from) |
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 | Class and Description |
---|---|
static class |
ApacheHCUtils.HttpEntityPayload |
Modifier and Type | Method and Description |
---|---|
void |
ApacheHCUtils.addEntityForContent(org.apache.http.HttpEntityEnclosingRequest apacheRequest,
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 |
---|---|
static Payload |
Payloads.calculateMD5(Payload payload)
Calculates and sets
Payload#setContentMD5 on the payload. |
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 |
---|---|
static Payload |
Payloads.calculateMD5(Payload payload)
Calculates and sets
Payload#setContentMD5 on the payload. |
void |
PayloadEnclosing.setPayload(Payload data)
Sets payload for the request or the content from the response.
|
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(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 Payload |
BasePayloadSlicer.copyMetadataAndSetLength(Payload input,
Payload returnVal,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(Payload 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 | Class and Description |
---|---|
class |
BaseCipherPayload |
class |
BasePayload<V> |
class |
ByteArrayPayload |
class |
DelegatingPayload |
class |
FilePayload |
class |
InputStreamPayload |
class |
InputStreamSupplierPayload |
class |
MultipartForm |
class |
Part |
class |
PhantomPayload |
class |
RSADecryptingPayload |
class |
RSAEncryptingPayload |
class |
StreamingPayload
Note that not all services accept streaming payloads.
|
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(Payload delegate,
Key key) |
DelegatingPayload(Payload delegate) |
RSADecryptingPayload(Payload delegate,
Key key) |
RSAEncryptingPayload(Payload delegate,
Key key) |
Modifier and Type | Method and Description |
---|---|
protected Payload |
NettyPayloadSlicer.doSlice(File content,
long offset,
long length) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParallelMultipartUploadStrategy.prepareUploadPart(String container,
Blob blob,
String key,
Integer part,
Payload payload,
long offset,
long size,
SortedMap<Integer,String> etags,
BlockingQueue<Integer> activeParts,
Map<Integer,com.google.common.util.concurrent.ListenableFuture<String>> futureParts,
AtomicInteger errors,
int maxRetries,
Map<Integer,Exception> errorMap,
Queue<org.jclouds.openstack.swift.blobstore.strategy.internal.ParallelMultipartUploadStrategy.Part> toRetry,
CountDownLatch latch,
BlobToObject blob2Object) |
Modifier and Type | Method and Description |
---|---|
void |
SwiftObjectImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
String |
HttpClient.post(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.post(URI location,
Payload payload)
Deprecated.
|
String |
HttpClient.put(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.put(URI location,
Payload payload)
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
S3ObjectImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
Payload |
SshClient.get(String path) |
Modifier and Type | Method and Description |
---|---|
void |
SshClient.put(String path,
Payload contents) |
Modifier and Type | Method and Description |
---|---|
Payload |
JschSshClient.get(String path) |
Modifier and Type | Method and Description |
---|---|
void |
JschSshClient.put(String path,
Payload contents) |
Modifier and Type | Method and Description |
---|---|
Payload |
SshjSshClient.get(String path) |
Modifier and Type | Method and Description |
---|---|
void |
SshjSshClient.put(String path,
Payload contents) |
Copyright © 2009-2013 jclouds. All Rights Reserved.