Uses of Interface
org.jclouds.io.Payload
Packages that use Payload
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.This package contains HttpRequestFilters needed to operate the REST api.
-
Uses of Payload in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type PayloadModifier and TypeMethodDescriptionAtmosBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.atmos.domain.internal
Methods in org.jclouds.atmos.domain.internal with parameters of type Payload -
Uses of Payload in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type Payload -
Uses of Payload in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore with parameters of type PayloadModifier and TypeMethodDescriptionvoid
The Put Block operation creates a block blob on Azure which can be later assembled into a single, large blob object with the Put Block List operation.AzureBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.azureblob.domain.internal
Methods in org.jclouds.azureblob.domain.internal with parameters of type Payload -
Uses of Payload in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore with parameters of type PayloadModifier and TypeMethodDescriptionB2BlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return PayloadMethods in org.jclouds.b2.domain with parameters of type Payload -
Uses of Payload in org.jclouds.b2.features
Methods in org.jclouds.b2.features with parameters of type PayloadModifier and TypeMethodDescriptionObjectApi.uploadFile
(UploadUrlResponse uploadUrl, String fileName, String contentSha1, Map<String, String> fileInfo, Payload payload) MultipartApi.uploadPart
(GetUploadPartResponse response, int partNumber, String sha1, Payload payload) -
Uses of Payload in org.jclouds.blobstore
Methods in org.jclouds.blobstore with parameters of type PayloadModifier and TypeMethodDescriptionBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config with parameters of type PayloadModifier and TypeMethodDescriptionLocalBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain with parameters of type PayloadModifier and TypeMethodDescription -
Uses of Payload in org.jclouds.blobstore.domain.internal
Methods in org.jclouds.blobstore.domain.internal with parameters of type PayloadConstructors in org.jclouds.blobstore.domain.internal with parameters of type Payload -
Uses of Payload in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util with parameters of type PayloadModifier and TypeMethodDescriptionForwardingBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) ReadOnlyBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.chef
Methods in org.jclouds.chef with parameters of type PayloadModifier and TypeMethodDescriptionvoid
ChefApi.uploadContent
(URI location, Payload content) Uploads the given content to the sandbox at the given URI. -
Uses of Payload in org.jclouds.docker.features
Methods in org.jclouds.docker.features with parameters of type PayloadModifier and TypeMethodDescriptionBuild an image from Dockerfile via stdinMiscApi.build
(Payload inputStream, BuildOptions options) Build an image from Dockerfile via stdin -
Uses of Payload in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack that return PayloadModifier and TypeMethodDescriptionRead binary data from a driveMethods in org.jclouds.elasticstack with parameters of type PayloadModifier and TypeMethodDescriptionvoid
ElasticStackApi.writeDrive
(String uuid, Payload content) Write binary data to a drivevoid
ElasticStackApi.writeDrive
(String uuid, Payload content, long offset) -
Uses of Payload in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return Payload -
Uses of Payload in org.jclouds.glacier
Methods in org.jclouds.glacier that return PayloadModifier and TypeMethodDescriptionGlacierClient.getJobOutput
(String vaultName, String jobId) Downloads the output of an archive retrieval job.GlacierClient.getJobOutput
(String vaultName, String jobId, ContentRange range) Gets the raw job output of any kind of job.Methods in org.jclouds.glacier with parameters of type PayloadModifier and TypeMethodDescriptionGlacierClient.uploadArchive
(String vaultName, Payload payload) GlacierClient.uploadArchive
(String vaultName, Payload payload, String description) Stores an archive in a vault.com.google.common.hash.HashCode
GlacierClient.uploadPart
(String vaultName, String uploadId, ContentRange range, Payload payload) Uploads one of the multipart upload parts. -
Uses of Payload in org.jclouds.glacier.blobstore
Methods in org.jclouds.glacier.blobstore with parameters of type PayloadModifier and TypeMethodDescriptionGlacierBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.glacier.blobstore.strategy
Methods in org.jclouds.glacier.blobstore.strategy that return PayloadMethods in org.jclouds.glacier.blobstore.strategy with parameters of type PayloadConstructors in org.jclouds.glacier.blobstore.strategy with parameters of type Payload -
Uses of Payload in org.jclouds.glacier.blobstore.strategy.internal
Methods in org.jclouds.glacier.blobstore.strategy.internal with parameters of type Payload -
Uses of Payload in org.jclouds.glacier.functions
Methods in org.jclouds.glacier.functions that return Payload -
Uses of Payload in org.jclouds.glacier.predicates.validators
Methods in org.jclouds.glacier.predicates.validators with parameters of type Payload -
Uses of Payload in org.jclouds.glacier.util
Methods in org.jclouds.glacier.util with parameters of type PayloadModifier and TypeMethodDescriptionstatic TreeHash
TreeHash.buildTreeHashFromPayload
(Payload payload) Builds the Hash and the TreeHash values of the payload. -
Uses of Payload in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type PayloadModifier and TypeMethodDescriptionGoogleCloudStorageBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type PayloadModifier and TypeMethodDescriptionResumableUploadApi.chunkUpload
(String bucketName, String uploadId, String contentType, Long contentLength, String contentRange, Payload payload) Facilitate to use resumable upload operation to upload files in chunksObjectApi.multipartUpload
(String bucketName, ObjectTemplate objectTemplate, Payload payload) Stores a new object with metadata.ObjectApi.simpleUpload
(String bucketName, String contentType, Long contentLength, Payload payload, InsertObjectOptions options) Stores a new object.ResumableUploadApi.upload
(String bucketName, String uploadId, String contentType, String contentLength, Payload payload) Stores a new object -
Uses of Payload in org.jclouds.http
Fields in org.jclouds.http declared as PayloadMethods in org.jclouds.http with parameters of type PayloadConstructors in org.jclouds.http with parameters of type PayloadModifierConstructorDescriptionprotected
HttpMessage
(com.google.common.collect.Multimap<String, String> headers, Payload payload) protected
HttpRequest
(String method, URI endpoint, com.google.common.collect.Multimap<String, String> headers, Payload payload, Iterable<HttpRequestFilter> filters) protected
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 PayloadMethods in org.jclouds.http.apachehc with parameters of type PayloadModifier and TypeMethodDescriptionvoid
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 PayloadMethods in org.jclouds.http.internal that return PayloadMethods in org.jclouds.http.internal with parameters of type PayloadModifier and TypeMethodDescriptionvoid
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 -
Uses of Payload in org.jclouds.http.okhttp
Methods in org.jclouds.http.okhttp with parameters of type PayloadModifier and TypeMethodDescriptionprotected okhttp3.RequestBody
OkHttpCommandExecutorService.generateRequestBody
(HttpRequest request, Payload payload) -
Uses of Payload in org.jclouds.io
Methods in org.jclouds.io that return PayloadModifier and TypeMethodDescriptionPayloadEnclosing.getPayload()
static Payload
Payloads.newPayload
(Object data) Returns aPayload
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 that return types with arguments of type PayloadModifier and TypeMethodDescriptionMethods in org.jclouds.io with parameters of type PayloadModifier and TypeMethodDescriptionvoid
PayloadEnclosing.setPayload
(Payload data) Sets payload for the request or the content from the response.Returns aPayload
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 PayloadModifier and TypeMethodDescriptionprotected 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
protected Payload
BasePayloadSlicer.doSlice
(InputStream content, long offset, long length) protected Payload
protected Payload
Returns aPayload
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 that return types with arguments of type PayloadModifier and TypeMethodDescriptionBasePayloadSlicer.doSlice
(byte[] rawContent, ContentMetadata meta) BasePayloadSlicer.doSlice
(com.google.common.io.ByteSource rawContent, ContentMetadata meta) BasePayloadSlicer.doSlice
(File rawContent, ContentMetadata meta) BasePayloadSlicer.doSlice
(InputStream rawContent, ContentMetadata meta) BasePayloadSlicer.doSlice
(String rawContent, ContentMetadata meta) BasePayloadSlicer.doSlice
(Payload input, ContentMetadata meta) Methods in org.jclouds.io.internal with parameters of type PayloadModifier and TypeMethodDescriptionprotected Payload
BasePayloadSlicer.copyMetadataAndSetLength
(Payload input, Payload returnVal, long length) protected Payload
BasePayloadSlicer.doSlice
(Payload input, ContentMetadata meta) Returns aPayload
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 PayloadModifier and TypeClassDescriptionclass
class
BasePayload<V>
class
class
A repeatable, ByteSource-backed Payload.class
class
class
class
class
class
class
class
class
This implementation converts the String to a byte array using UTF-8 encoding.class
Methods in org.jclouds.io.payloads that return PayloadMethods in org.jclouds.io.payloads with parameters of type PayloadModifier and TypeMethodDescriptionstatic Part
Part.create
(String name, Payload delegate, Part.PartOptions options) Constructors in org.jclouds.io.payloads with parameters of type PayloadModifierConstructorDescriptionBaseCipherPayload
(Crypto crypto, Payload delegate, Key key) DelegatingPayload
(Payload delegate) RSADecryptingPayload
(Crypto crypto, Payload delegate, Key key) RSAEncryptingPayload
(Crypto crypto, Payload delegate, Key key) -
Uses of Payload in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type PayloadModifier and TypeMethodDescriptionRegionScopedSwiftBlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.openstack.swift.v1.domain
Fields in org.jclouds.openstack.swift.v1.domain declared as PayloadMethods in org.jclouds.openstack.swift.v1.domain that return PayloadMethods in org.jclouds.openstack.swift.v1.domain with parameters of type PayloadModifier and TypeMethodDescriptionConstructors in org.jclouds.openstack.swift.v1.domain with parameters of type Payload -
Uses of Payload in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with parameters of type PayloadModifier and TypeMethodDescriptionBulkApi.extractArchive
(String path, Payload payload, String format) Extracts a tar archive at the path specified aspath
.Creates or updates aSwiftObject
.ObjectApi.put
(String objectName, Payload payload, PutOptions options) Creates or updates aSwiftObject
. -
Uses of Payload in org.jclouds.rest
Methods in org.jclouds.rest with parameters of type Payload -
Uses of Payload in org.jclouds.rest.internal
Constructors in org.jclouds.rest.internal with parameters of type PayloadModifierConstructorDescriptionprotected
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) -
Uses of Payload in org.jclouds.s3
Methods in org.jclouds.s3 with parameters of type Payload -
Uses of Payload in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type PayloadModifier and TypeMethodDescriptionS3BlobStore.uploadMultipartPart
(MultipartUpload mpu, int partNumber, Payload payload) -
Uses of Payload in org.jclouds.s3.domain.internal
Methods in org.jclouds.s3.domain.internal with parameters of type Payload -
Uses of Payload in org.jclouds.s3.filters
Classes in org.jclouds.s3.filters that implement PayloadMethods in org.jclouds.s3.filters with parameters of type PayloadModifier and TypeMethodDescriptionprotected String
Aws4SignerForAuthorizationHeader.calculatePayloadContentHash
(Payload payload) in this time, payload ContentMetadata provided content hash md5, but aws required sha256.Constructors in org.jclouds.s3.filters with parameters of type PayloadModifierConstructorDescriptionChunkedUploadPayload
(Payload payload, int blockSize, String timestamp, String scope, com.google.common.io.ByteProcessor<byte[]> hmacSHA256, String seedSignature) -
Uses of Payload in org.jclouds.ssh
Methods in org.jclouds.ssh that return PayloadMethods in org.jclouds.ssh with parameters of type Payload -
Uses of Payload in org.jclouds.ssh.jsch
Methods in org.jclouds.ssh.jsch that return PayloadMethods in org.jclouds.ssh.jsch with parameters of type Payload -
Uses of Payload in org.jclouds.sshj
Methods in org.jclouds.sshj that return PayloadMethods in org.jclouds.sshj with parameters of type Payload