Uses of Interface
org.jclouds.io.Payload

Packages that use Payload
org.jclouds.atmos.domain.internal   
org.jclouds.aws.s3   
org.jclouds.aws.s3.blobstore.strategy.internal   
org.jclouds.azureblob.domain.internal   
org.jclouds.blobstore.domain   
org.jclouds.blobstore.domain.internal   
org.jclouds.cloudsigma.functions   
org.jclouds.elasticstack   
org.jclouds.elasticstack.functions   
org.jclouds.http   
org.jclouds.http.apachehc   
org.jclouds.http.internal   
org.jclouds.io   
org.jclouds.io.internal   
org.jclouds.io.payloads   
org.jclouds.netty.io   
org.jclouds.openstack.glance.v1_0.features   
org.jclouds.openstack.swift.blobstore.strategy.internal   
org.jclouds.openstack.swift.domain.internal   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.s3.domain.internal   
org.jclouds.ssh   
org.jclouds.ssh.jsch   
org.jclouds.sshj   
org.jclouds.vcloud.director.v1_5.features   
 

Uses of Payload in org.jclouds.atmos.domain.internal
 

Methods in org.jclouds.atmos.domain.internal with parameters of type Payload
 void AtmosObjectImpl.setPayload(Payload data)
           
 

Uses of Payload in org.jclouds.aws.s3
 

Methods in org.jclouds.aws.s3 with parameters of type Payload
 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)
           
 

Uses of Payload in org.jclouds.aws.s3.blobstore.strategy.internal
 

Methods in org.jclouds.aws.s3.blobstore.strategy.internal with parameters of type Payload
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)
           
 

Uses of Payload in org.jclouds.azureblob.domain.internal
 

Methods in org.jclouds.azureblob.domain.internal with parameters of type Payload
 void AzureBlobImpl.setPayload(Payload data)
           
 

Uses of Payload in org.jclouds.blobstore.domain
 

Methods in org.jclouds.blobstore.domain with parameters of type Payload
 BlobBuilder.PayloadBlobBuilder BlobBuilder.payload(Payload payload)
           
 

Uses of Payload in org.jclouds.blobstore.domain.internal
 

Methods in org.jclouds.blobstore.domain.internal with parameters of type Payload
 BlobBuilder.PayloadBlobBuilder BlobBuilderImpl.payload(Payload payload)
           
 BlobBuilder.PayloadBlobBuilder BlobBuilderImpl.PayloadBlobBuilderImpl.payload(Payload payload)
           
 void BlobImpl.setPayload(Payload data)
           
 

Constructors in org.jclouds.blobstore.domain.internal with parameters of type Payload
BlobBuilderImpl.PayloadBlobBuilderImpl(BlobBuilder builder, Payload payload, Crypto crypto)
           
 

Uses of Payload in org.jclouds.cloudsigma.functions
 

Methods in org.jclouds.cloudsigma.functions that return Payload
 Payload ReturnPayload.apply(HttpResponse from)
           
 

Uses of Payload in org.jclouds.elasticstack
 

Methods in org.jclouds.elasticstack that return Payload
 Payload ElasticStackClient.readDrive(String uuid, long offset, long size)
          Read binary data from a drive
 

Methods in org.jclouds.elasticstack that return types with arguments of type Payload
 com.google.common.util.concurrent.ListenableFuture<Payload> ElasticStackAsyncClient.readDrive(String uuid, long offset, long size)
           
 

Methods in org.jclouds.elasticstack with parameters of type Payload
 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)
           
 

Uses of Payload in org.jclouds.elasticstack.functions
 

Methods in org.jclouds.elasticstack.functions that return Payload
 Payload ReturnPayload.apply(HttpResponse from)
           
 

Uses of Payload in org.jclouds.http
 

Fields in org.jclouds.http declared as Payload
protected  Payload HttpMessage.Builder.payload
           
 

Methods in org.jclouds.http with parameters of type Payload
 T HttpMessage.Builder.payload(Payload payload)
           
 

Constructors in org.jclouds.http with parameters of type Payload
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<Character> skips, Iterable<HttpRequestFilter> filters)
           
HttpResponse(int statusCode, String message, com.google.common.collect.Multimap<String,String> headers, Payload payload)
           
 

Uses of Payload in org.jclouds.http.apachehc
 

Classes in org.jclouds.http.apachehc that implement Payload
static class ApacheHCUtils.HttpEntityPayload
           
 

Methods in org.jclouds.http.apachehc with parameters of type Payload
 void ApacheHCUtils.addEntityForContent(org.apache.http.HttpEntityEnclosingRequest apacheRequest, Payload payload)
           
 

Uses of Payload in org.jclouds.http.internal
 

Fields in org.jclouds.http.internal declared as Payload
protected  Payload PayloadEnclosingImpl.payload
           
 

Methods in org.jclouds.http.internal that return Payload
 Payload PayloadEnclosingImpl.getPayload()
          
 

Methods in org.jclouds.http.internal with parameters of type Payload
 void PayloadEnclosingImpl.setPayload(Payload data)
          Sets payload for the request or the content from the response.
 

Constructors in org.jclouds.http.internal with parameters of type Payload
PayloadEnclosingImpl(Payload payload)
           
 

Uses of Payload in org.jclouds.io
 

Methods in org.jclouds.io that return Payload
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.
 

Methods in org.jclouds.io with parameters of type Payload
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.
 

Uses of Payload in org.jclouds.io.internal
 

Methods in org.jclouds.io.internal that return Payload
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.
 

Methods in org.jclouds.io.internal with parameters of type Payload
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.
 

Uses of Payload in org.jclouds.io.payloads
 

Classes in org.jclouds.io.payloads that implement Payload
 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
           
 

Methods in org.jclouds.io.payloads that return Payload
 Payload DelegatingPayload.getDelegate()
           
 

Methods in org.jclouds.io.payloads with parameters of type Payload
static Part Part.create(String name, Payload delegate, Part.PartOptions options)
           
 

Constructors in org.jclouds.io.payloads with parameters of type Payload
BaseCipherPayload(Payload delegate, Key key)
           
DelegatingPayload(Payload delegate)
           
RSADecryptingPayload(Payload delegate, Key key)
           
RSAEncryptingPayload(Payload delegate, Key key)
           
 

Uses of Payload in org.jclouds.netty.io
 

Methods in org.jclouds.netty.io that return Payload
protected  Payload NettyPayloadSlicer.doSlice(File content, long offset, long length)
           
 

Uses of Payload in org.jclouds.openstack.glance.v1_0.features
 

Methods in org.jclouds.openstack.glance.v1_0.features with parameters of type Payload
 com.google.common.util.concurrent.ListenableFuture<ImageDetails> ImageAsyncApi.create(String name, Payload payload, CreateImageOptions... options)
           
 ImageDetails ImageApi.create(String name, Payload imageData, CreateImageOptions... options)
          Create a new image
 com.google.common.util.concurrent.ListenableFuture<ImageDetails> ImageAsyncApi.upload(String id, Payload imageData, UpdateImageOptions... options)
           
 ImageDetails ImageApi.upload(String id, Payload imageData, UpdateImageOptions... options)
          Upload image data for a previously-reserved image

If an image was previously reserved, and thus is in the queued state, then image data can be added using this method.

 

Uses of Payload in org.jclouds.openstack.swift.blobstore.strategy.internal
 

Methods in org.jclouds.openstack.swift.blobstore.strategy.internal with parameters of type Payload
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)
           
 

Uses of Payload in org.jclouds.openstack.swift.domain.internal
 

Methods in org.jclouds.openstack.swift.domain.internal with parameters of type Payload
 void SwiftObjectImpl.setPayload(Payload data)
           
 

Uses of Payload in org.jclouds.rest
 

Methods in org.jclouds.rest with parameters of type Payload
 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)
           
 

Uses of Payload in org.jclouds.rest.internal
 

Methods in org.jclouds.rest.internal that return Payload
static Payload RestAnnotationProcessor.findPayloadInArgs(Object[] args)
           
 

Constructors in org.jclouds.rest.internal with parameters of type Payload
GeneratedHttpRequest(String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers, Payload payload, Class<?> declaring, Method javaMethod, Iterable<Object> args, Iterable<Character> skips, Iterable<HttpRequestFilter> filters, com.google.common.base.Optional<ClassMethodArgs> caller)
           
 

Uses of Payload in org.jclouds.s3.domain.internal
 

Methods in org.jclouds.s3.domain.internal with parameters of type Payload
 void S3ObjectImpl.setPayload(Payload data)
           
 

Uses of Payload in org.jclouds.ssh
 

Methods in org.jclouds.ssh that return Payload
 Payload SshClient.get(String path)
           
 

Methods in org.jclouds.ssh with parameters of type Payload
 void SshClient.put(String path, Payload contents)
           
 

Uses of Payload in org.jclouds.ssh.jsch
 

Methods in org.jclouds.ssh.jsch that return Payload
 Payload JschSshClient.get(String path)
           
 

Methods in org.jclouds.ssh.jsch with parameters of type Payload
 void JschSshClient.put(String path, Payload contents)
           
 

Uses of Payload in org.jclouds.sshj
 

Methods in org.jclouds.sshj that return Payload
 Payload SshjSshClient.get(String path)
           
 

Methods in org.jclouds.sshj with parameters of type Payload
 void SshjSshClient.put(String path, Payload contents)
           
 

Uses of Payload in org.jclouds.vcloud.director.v1_5.features
 

Methods in org.jclouds.vcloud.director.v1_5.features with parameters of type Payload
 com.google.common.util.concurrent.ListenableFuture<Void> UploadAsyncApi.upload(URI location, Payload payload)
           
 void UploadApi.upload(URI location, Payload payload)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.