| Modifier and Type | Method and Description | 
|---|---|
void | 
AtmosObjectImpl.setPayload(Payload data)  | 
| Modifier and Type | Method and Description | 
|---|---|
AWSEC2TemplateOptions | 
AWSEC2TemplateOptions.runScript(Payload script)
Deprecated.  
 | 
| 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)  | 
| 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)  | 
protected void | 
SequentialMultipartUploadStrategy.prepareUploadPart(String container,
                 String key,
                 String uploadId,
                 int part,
                 Payload payload,
                 long offset,
                 long size,
                 SortedMap<Integer,String> etags)  | 
| 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,
                                      Crypto crypto)  | 
| Modifier and Type | Method and Description | 
|---|---|
CloudSigmaTemplateOptions | 
CloudSigmaTemplateOptions.runScript(Payload script)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
Payload | 
ReturnPayload.apply(HttpResponse from)  | 
| Modifier and Type | Method and Description | 
|---|---|
CloudStackTemplateOptions | 
CloudStackTemplateOptions.runScript(Payload script)
Deprecated.  
 | 
static CloudStackTemplateOptions | 
CloudStackTemplateOptions.Builder.runScript(Payload script)  | 
| Modifier and Type | Method and Description | 
|---|---|
TemplateOptions | 
TemplateOptions.runScript(Payload script)
Deprecated.  
 | 
TemplateOptions | 
TemplateOptions.ImmutableTemplateOptions.runScript(Payload script)  | 
static TemplateOptions | 
TemplateOptions.Builder.runScript(Payload script)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
EC2TemplateOptions | 
EC2TemplateOptions.runScript(Payload script)
Deprecated.  
 | 
| 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)  | 
| 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)  | 
void | 
ElasticStackClient.writeDrive(String uuid,
          Payload content,
          long offset)  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
ElasticStackAsyncClient.writeDrive(String uuid,
          Payload content,
          long offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
Payload | 
ReturnPayload.apply(HttpResponse from)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FilesystemStorageStrategy.writePayloadOnFile(String container,
                  String blobKey,
                  Payload payload)
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FilesystemStorageStrategyImpl.writePayloadOnFile(String container,
                  String blobKey,
                  Payload payload)
 | 
| Modifier and Type | Method and Description | 
|---|---|
GleSYSTemplateOptions | 
GleSYSTemplateOptions.runScript(Payload script)
Deprecated.  
 | 
static GleSYSTemplateOptions | 
GleSYSTemplateOptions.Builder.runScript(Payload script)  | 
| Modifier and Type | Method and Description | 
|---|---|
GoGridTemplateOptions | 
GoGridTemplateOptions.runScript(Payload script)
Deprecated.  
 | 
static GoGridTemplateOptions | 
GoGridTemplateOptions.Builder.runScript(Payload script)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Payload | 
HttpMessage.Builder.payload  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpResponse.Builder | 
HttpResponse.Builder.payload(Payload payload)  | 
HttpRequest.Builder | 
HttpRequest.Builder.payload(Payload payload)  | 
HttpMessage.Builder | 
HttpMessage.Builder.payload(Payload payload)  | 
| Constructor and Description | 
|---|
HttpMessage(Payload payload,
           com.google.common.collect.Multimap<String,String> headers)  | 
HttpRequest(String method,
           URI endpoint,
           char[] skips,
           List<HttpRequestFilter> requestFilters,
           Payload payload)  | 
HttpRequest(String method,
           URI endpoint,
           char[] skips,
           List<HttpRequestFilter> requestFilters,
           Payload payload,
           com.google.common.collect.Multimap<String,String> headers)  | 
HttpRequest(String method,
           URI endpoint,
           com.google.common.collect.Multimap<String,String> headers,
           Payload payload)  | 
HttpResponse(int statusCode,
            String message,
            Payload payload)  | 
HttpResponse(int statusCode,
            String message,
            Payload payload,
            com.google.common.collect.Multimap<String,String> headers)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ApacheHCUtils.HttpEntityPayload  | 
| Modifier and Type | Method and Description | 
|---|---|
static 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)
Uses default md5 generator. 
 | 
static Payload | 
Payloads.calculateMD5(Payload payload,
            MessageDigest md5)
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)
Uses default md5 generator. 
 | 
static Payload | 
Payloads.calculateMD5(Payload payload,
            MessageDigest md5)
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 | 
|---|---|
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)  | 
String | 
HttpClient.put(URI location,
   Payload payload)  | 
com.google.common.util.concurrent.ListenableFuture<String> | 
HttpAsyncClient.put(URI location,
   Payload payload)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Payload | 
RestAnnotationProcessor.findPayloadInArgs(Object[] args)  | 
| Modifier and Type | Method and Description | 
|---|---|
GeneratedHttpRequest.Builder<T> | 
GeneratedHttpRequest.Builder.payload(Payload payload)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
S3ObjectImpl.setPayload(Payload data)  | 
| Modifier and Type | Method and Description | 
|---|---|
SoftLayerTemplateOptions | 
SoftLayerTemplateOptions.runScript(Payload script)
Deprecated.  
 | 
static SoftLayerTemplateOptions | 
SoftLayerTemplateOptions.Builder.runScript(Payload script)  | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
TerremarkVCloudTemplateOptions | 
TerremarkVCloudTemplateOptions.runScript(Payload script)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
VCloudTemplateOptions | 
VCloudTemplateOptions.runScript(Payload script)
Deprecated.  
 | 
static VCloudTemplateOptions | 
VCloudTemplateOptions.Builder.runScript(Payload script)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.