Uses of Interface
org.jclouds.io.Payload

Packages that use Payload
org.jclouds.atmos.domain.internal   
org.jclouds.aws.ec2.compute   
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.compute   
org.jclouds.compute.internal   
org.jclouds.compute.options   
org.jclouds.ec2.compute.options   
org.jclouds.elasticstack   
org.jclouds.elasticstack.functions   
org.jclouds.filesystem.strategy   
org.jclouds.filesystem.strategy.internal   
org.jclouds.gogrid.compute.options   
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.swift.domain.internal   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.s3.domain.internal   
org.jclouds.softlayer.compute.options   
org.jclouds.ssh   
org.jclouds.ssh.jsch   
org.jclouds.sshj   
org.jclouds.trmk.vcloud_0_8.compute.options   
org.jclouds.vcloud.compute.options   
 

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.ec2.compute
 

Methods in org.jclouds.aws.ec2.compute with parameters of type Payload
 AWSEC2TemplateOptions AWSEC2TemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
 AWSEC2TemplateOptions AWSEC2TemplateOptions.installPrivateKey(Payload privateKey)
          Deprecated. 
 AWSEC2TemplateOptions AWSEC2TemplateOptions.runScript(Payload script)
          
 

Uses of Payload in org.jclouds.aws.s3
 

Methods in org.jclouds.aws.s3 with parameters of type Payload
 com.google.common.util.concurrent.ListenableFuture<String> AWSS3AsyncClient.uploadPart(String bucketName, String key, int partNumber, String uploadId, Payload part)
           
 String AWSS3Client.uploadPart(String bucketName, String key, int partNumber, String uploadId, Payload part)
          This operation uploads a part in a multipart upload.
 

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.compute
 

Methods in org.jclouds.compute with parameters of type Payload
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Payload runScript)
          Deprecated. 
 Map<? extends NodeMetadata,ExecResponse> ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Payload runScript, RunScriptOptions options)
          Deprecated. 
 

Uses of Payload in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal with parameters of type Payload
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Payload runScript)
          
 Map<NodeMetadata,ExecResponse> BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter, Payload runScript, RunScriptOptions options)
          
 

Uses of Payload in org.jclouds.compute.options
 

Methods in org.jclouds.compute.options with parameters of type Payload
 TemplateOptions TemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
 TemplateOptions TemplateOptions.ImmutableTemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
static TemplateOptions TemplateOptions.Builder.authorizePublicKey(Payload rsaKey)
           
 TemplateOptions TemplateOptions.installPrivateKey(Payload privateKey)
          Deprecated. 
 TemplateOptions TemplateOptions.ImmutableTemplateOptions.installPrivateKey(Payload privateKey)
           
static TemplateOptions TemplateOptions.Builder.installPrivateKey(Payload rsaKey)
           
 TemplateOptions TemplateOptions.runScript(Payload script)
           
 TemplateOptions TemplateOptions.ImmutableTemplateOptions.runScript(Payload script)
           
static TemplateOptions TemplateOptions.Builder.runScript(Payload script)
           
 

Uses of Payload in org.jclouds.ec2.compute.options
 

Methods in org.jclouds.ec2.compute.options with parameters of type Payload
 EC2TemplateOptions EC2TemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
 EC2TemplateOptions EC2TemplateOptions.installPrivateKey(Payload privateKey)
          Deprecated. 
 EC2TemplateOptions EC2TemplateOptions.runScript(Payload script)
          
 

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
 com.google.common.util.concurrent.ListenableFuture<Void> ElasticStackAsyncClient.writeDrive(String uuid, Payload content)
           
 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, long offset)
           
 void ElasticStackClient.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.filesystem.strategy
 

Methods in org.jclouds.filesystem.strategy with parameters of type Payload
 void FilesystemStorageStrategy.writePayloadOnFile(String container, String blobKey, Payload payload)
          Write a Blob Payload into a file
 

Uses of Payload in org.jclouds.filesystem.strategy.internal
 

Methods in org.jclouds.filesystem.strategy.internal with parameters of type Payload
 void FilesystemStorageStrategyImpl.writePayloadOnFile(String container, String blobKey, Payload payload)
          Write a Blob Payload into a file
 

Uses of Payload in org.jclouds.gogrid.compute.options
 

Methods in org.jclouds.gogrid.compute.options with parameters of type Payload
 GoGridTemplateOptions GoGridTemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
static GoGridTemplateOptions GoGridTemplateOptions.Builder.authorizePublicKey(Payload rsaKey)
          Deprecated. 
 GoGridTemplateOptions GoGridTemplateOptions.installPrivateKey(Payload privateKey)
          Deprecated. 
static GoGridTemplateOptions GoGridTemplateOptions.Builder.installPrivateKey(Payload rsaKey)
          Deprecated. 
 GoGridTemplateOptions GoGridTemplateOptions.runScript(Payload script)
           
static GoGridTemplateOptions GoGridTemplateOptions.Builder.runScript(Payload script)
           
 

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
 HttpResponse.Builder HttpResponse.Builder.payload(Payload payload)
           
 HttpMessage.Builder<T> HttpMessage.Builder.payload(Payload payload)
           
 HttpRequest.Builder<T> HttpRequest.Builder.payload(Payload payload)
           
 

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

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
static 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.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)
           
 

Methods in org.jclouds.rest.internal with parameters of type Payload
 GeneratedHttpRequest.Builder<T> GeneratedHttpRequest.Builder.payload(Payload payload)
           
 

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.softlayer.compute.options
 

Methods in org.jclouds.softlayer.compute.options with parameters of type Payload
 SoftLayerTemplateOptions SoftLayerTemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
static SoftLayerTemplateOptions SoftLayerTemplateOptions.Builder.authorizePublicKey(Payload rsaKey)
          Deprecated. 
 SoftLayerTemplateOptions SoftLayerTemplateOptions.installPrivateKey(Payload privateKey)
          Deprecated. 
static SoftLayerTemplateOptions SoftLayerTemplateOptions.Builder.installPrivateKey(Payload rsaKey)
          Deprecated. 
 SoftLayerTemplateOptions SoftLayerTemplateOptions.runScript(Payload script)
           
static SoftLayerTemplateOptions SoftLayerTemplateOptions.Builder.runScript(Payload script)
           
 

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.trmk.vcloud_0_8.compute.options
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.options with parameters of type Payload
 TerremarkVCloudTemplateOptions TerremarkVCloudTemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
 TerremarkVCloudTemplateOptions TerremarkVCloudTemplateOptions.installPrivateKey(Payload privateKey)
          Deprecated. 
 TerremarkVCloudTemplateOptions TerremarkVCloudTemplateOptions.runScript(Payload script)
           
 

Uses of Payload in org.jclouds.vcloud.compute.options
 

Methods in org.jclouds.vcloud.compute.options with parameters of type Payload
 VCloudTemplateOptions VCloudTemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
static VCloudTemplateOptions VCloudTemplateOptions.Builder.authorizePublicKey(Payload rsaKey)
           
 VCloudTemplateOptions VCloudTemplateOptions.installPrivateKey(Payload privateKey)
          Deprecated. 
static VCloudTemplateOptions VCloudTemplateOptions.Builder.installPrivateKey(Payload rsaKey)
           
 VCloudTemplateOptions VCloudTemplateOptions.runScript(Payload script)
           
static VCloudTemplateOptions VCloudTemplateOptions.Builder.runScript(Payload script)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.