Uses of Interface
org.jclouds.io.Payload
- 
- 
Uses of Payload in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type Payload Modifier and Type Method Description MultipartPartAtmosBlobStore. 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 Modifier and Type Method Description voidAtmosObjectImpl. setPayload(Payload data) - 
Uses of Payload in org.jclouds.azureblob
Methods in org.jclouds.azureblob with parameters of type Payload Modifier and Type Method Description voidAzureBlobClient. putBlock(String container, String name, String blockId, Payload part)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. - 
Uses of Payload in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore with parameters of type Payload Modifier and Type Method Description voidAzureBlobStore. putBlock(String container, String name, String blockId, Payload block)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.MultipartPartAzureBlobStore. 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 Modifier and Type Method Description voidAzureBlobImpl. setPayload(Payload data) - 
Uses of Payload in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore with parameters of type Payload Modifier and Type Method Description MultipartPartB2BlobStore. uploadMultipartPart(MultipartUpload mpu, int partNumber, Payload payload) - 
Uses of Payload in org.jclouds.b2.domain
Methods in org.jclouds.b2.domain that return Payload Modifier and Type Method Description abstract PayloadB2Object. payload()Methods in org.jclouds.b2.domain with parameters of type Payload Modifier and Type Method Description static B2ObjectB2Object. create(String fileId, String fileName, String accountId, String bucketId, Long contentLength, String contentSha1, String contentType, Map<String,String> fileInfo, Action action, Long uploadTimestamp, String contentRange, Payload payload) - 
Uses of Payload in org.jclouds.b2.features
Methods in org.jclouds.b2.features with parameters of type Payload Modifier and Type Method Description UploadFileResponseObjectApi. uploadFile(UploadUrlResponse uploadUrl, String fileName, String contentSha1, Map<String,String> fileInfo, Payload payload)UploadPartResponseMultipartApi. 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 Payload Modifier and Type Method Description MultipartPartBlobStore. 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 Payload Modifier and Type Method Description MultipartPartLocalBlobStore. 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 Payload Modifier and Type Method Description BlobBuilder.PayloadBlobBuilderBlobBuilder. payload(Payload payload) - 
Uses of Payload in org.jclouds.blobstore.domain.internal
Methods in org.jclouds.blobstore.domain.internal with parameters of type Payload Modifier and Type Method Description BlobBuilder.PayloadBlobBuilderBlobBuilderImpl. payload(Payload payload)BlobBuilder.PayloadBlobBuilderBlobBuilderImpl.PayloadBlobBuilderImpl. payload(Payload payload)voidBlobImpl. setPayload(Payload data)Constructors in org.jclouds.blobstore.domain.internal with parameters of type Payload Constructor Description PayloadBlobBuilderImpl(BlobBuilder builder, Payload payload) - 
Uses of Payload in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util with parameters of type Payload Modifier and Type Method Description MultipartPartForwardingBlobStore. uploadMultipartPart(MultipartUpload mpu, int partNumber, Payload payload)MultipartPartReadOnlyBlobStore. uploadMultipartPart(MultipartUpload mpu, int partNumber, Payload payload) - 
Uses of Payload in org.jclouds.chef
Methods in org.jclouds.chef with parameters of type Payload Modifier and Type Method Description voidChefApi. 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 Payload Modifier and Type Method Description InputStreamMiscApi. build(Payload inputStream)Build an image from Dockerfile via stdinInputStreamMiscApi. 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 Payload Modifier and Type Method Description PayloadElasticStackApi. readDrive(String uuid, long offset, long size)Read binary data from a driveMethods in org.jclouds.elasticstack with parameters of type Payload Modifier and Type Method Description voidElasticStackApi. writeDrive(String uuid, Payload content)Write binary data to a drivevoidElasticStackApi. writeDrive(String uuid, Payload content, long offset) - 
Uses of Payload in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return Payload Modifier and Type Method Description PayloadReturnPayload. apply(HttpResponse from) - 
Uses of Payload in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type Payload Modifier and Type Method Description MultipartPartGoogleCloudStorageBlobStore. 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 Payload Modifier and Type Method Description ResumableUploadResumableUploadApi. chunkUpload(String bucketName, String uploadId, String contentType, Long contentLength, String contentRange, Payload payload)Facilitate to use resumable upload operation to upload files in chunksGoogleCloudStorageObjectObjectApi. multipartUpload(String bucketName, ObjectTemplate objectTemplate, Payload payload)Stores a new object with metadata.GoogleCloudStorageObjectObjectApi. simpleUpload(String bucketName, String contentType, Long contentLength, Payload payload, InsertObjectOptions options)Stores a new object.ResumableUploadResumableUploadApi. 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 Payload Modifier and Type Field Description protected PayloadHttpMessage.Builder. payloadMethods in org.jclouds.http with parameters of type Payload Modifier and Type Method Description THttpMessage.Builder. payload(Payload payload)Constructors in org.jclouds.http with parameters of type Payload Constructor 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) - 
Uses of Payload in org.jclouds.http.apachehc
Classes in org.jclouds.http.apachehc that implement Payload Modifier and Type Class Description static classApacheHCUtils.HttpEntityPayloadMethods in org.jclouds.http.apachehc with parameters of type Payload Modifier and Type Method Description voidApacheHCUtils. 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 Modifier and Type Field Description protected PayloadPayloadEnclosingImpl. payloadMethods in org.jclouds.http.internal that return Payload Modifier and Type Method Description PayloadPayloadEnclosingImpl. getPayload()Methods in org.jclouds.http.internal with parameters of type Payload Modifier and Type Method Description voidPayloadEnclosingImpl. 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 Constructor Description PayloadEnclosingImpl(Payload payload) - 
Uses of Payload in org.jclouds.http.okhttp
Methods in org.jclouds.http.okhttp with parameters of type Payload Modifier and Type Method Description protected okhttp3.RequestBodyOkHttpCommandExecutorService. generateRequestBody(HttpRequest request, Payload payload) - 
Uses of Payload in org.jclouds.io
Methods in org.jclouds.io that return Payload Modifier and Type Method Description PayloadPayloadEnclosing. getPayload()static PayloadPayloads. newPayload(Object data)PayloadPayloadSlicer. slice(Payload input, long offset, long length)Returns aPayloadthat 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 Payload Modifier and Type Method Description Iterable<Payload>PayloadSlicer. slice(Payload input, long size)Methods in org.jclouds.io with parameters of type Payload Modifier and Type Method Description voidPayloadEnclosing. setPayload(Payload data)Sets payload for the request or the content from the response.Iterable<Payload>PayloadSlicer. slice(Payload input, long size)PayloadPayloadSlicer. slice(Payload input, long offset, long length)Returns aPayloadthat 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 Modifier and Type Method Description protected PayloadBasePayloadSlicer. copyMetadataAndSetLength(Payload input, Payload returnVal, long length)protected PayloadBasePayloadSlicer. doSlice(byte[] content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(com.google.common.io.ByteSource content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(File content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(InputStream content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(String content, long offset, long length)protected PayloadBasePayloadSlicer. doSlice(Payload content, long offset, long length)PayloadBasePayloadSlicer. slice(Payload input, long offset, long length)Returns aPayloadthat 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 Payload Modifier and Type Method Description protected Iterable<Payload>BasePayloadSlicer. doSlice(byte[] rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(com.google.common.io.ByteSource rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(File rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(InputStream rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(String rawContent, ContentMetadata meta)protected Iterable<Payload>BasePayloadSlicer. doSlice(Payload input, ContentMetadata meta)Iterable<Payload>BasePayloadSlicer. slice(Payload input, long size)Methods in org.jclouds.io.internal with parameters of type Payload Modifier and Type Method Description protected PayloadBasePayloadSlicer. copyMetadataAndSetLength(Payload input, Payload returnVal, long length)protected PayloadBasePayloadSlicer. doSlice(Payload content, long offset, long length)protected Iterable<Payload>BasePayloadSlicer. doSlice(Payload input, ContentMetadata meta)Iterable<Payload>BasePayloadSlicer. slice(Payload input, long size)PayloadBasePayloadSlicer. slice(Payload input, long offset, long length)Returns aPayloadthat 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 Modifier and Type Class Description classBaseCipherPayloadclassBasePayload<V>classByteArrayPayloadclassByteSourcePayloadA repeatable, ByteSource-backed Payload.classDelegatingPayloadclassFilePayloadclassInputStreamPayloadclassMultipartFormclassPartclassPhantomPayloadclassRSADecryptingPayloadclassRSAEncryptingPayloadclassStringPayloadThis implementation converts the String to a byte array using UTF-8 encoding.classUrlEncodedFormPayloadMethods in org.jclouds.io.payloads that return Payload Modifier and Type Method Description PayloadDelegatingPayload. getDelegate()Methods in org.jclouds.io.payloads with parameters of type Payload Modifier and Type Method Description static PartPart. create(String name, Payload delegate, Part.PartOptions options)Constructors in org.jclouds.io.payloads with parameters of type Payload Constructor Description BaseCipherPayload(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.netty.io
Methods in org.jclouds.netty.io that return Payload Modifier and Type Method Description protected PayloadNettyPayloadSlicer. 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 Modifier and Type Method Description ImageDetailsImageApi. create(String name, Payload payload, CreateImageOptions... options)Creates a new imageImageDetailsImageApi. upload(String id, Payload imageData, UpdateImageOptions... options)Uploads image data for a previously-reserved image - 
Uses of Payload in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type Payload Modifier and Type Method Description MultipartPartRegionScopedSwiftBlobStore. 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 Payload Modifier and Type Field Description protected PayloadSwiftObject.Builder. payloadMethods in org.jclouds.openstack.swift.v1.domain that return Payload Modifier and Type Method Description PayloadSwiftObject. getPayload()NOTEMethods in org.jclouds.openstack.swift.v1.domain with parameters of type Payload Modifier and Type Method Description SwiftObject.BuilderSwiftObject.Builder. payload(Payload payload)Constructors in org.jclouds.openstack.swift.v1.domain with parameters of type Payload Constructor Description SwiftObject(String name, URI uri, String etag, Date lastModified, com.google.common.collect.Multimap<String,String> headers, Map<String,String> metadata, Payload payload) - 
Uses of Payload in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with parameters of type Payload Modifier and Type Method Description ExtractArchiveResponseBulkApi. extractArchive(String path, Payload payload, String format)Extracts a tar archive at the path specified aspath.StringObjectApi. put(String objectName, Payload payload)Creates or updates aSwiftObject.StringObjectApi. 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 Modifier and Type Method Description StringHttpClient. post(URI location, Payload payload)StringHttpClient. put(URI location, Payload payload) - 
Uses of Payload in org.jclouds.rest.internal
Constructors in org.jclouds.rest.internal with parameters of type Payload Constructor 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) - 
Uses of Payload in org.jclouds.s3
Methods in org.jclouds.s3 with parameters of type Payload Modifier and Type Method Description StringS3Client. 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.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type Payload Modifier and Type Method Description MultipartPartS3BlobStore. 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 Modifier and Type Method Description voidS3ObjectImpl. setPayload(Payload data) - 
Uses of Payload in org.jclouds.s3.filters
Classes in org.jclouds.s3.filters that implement Payload Modifier and Type Class Description classChunkedUploadPayloadMethods in org.jclouds.s3.filters with parameters of type Payload Modifier and Type Method Description protected StringAws4SignerForAuthorizationHeader. 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 Payload Constructor Description ChunkedUploadPayload(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 Payload Modifier and Type Method Description PayloadSshClient. get(String path)Methods in org.jclouds.ssh with parameters of type Payload Modifier and Type Method Description voidSshClient. put(String path, Payload contents) - 
Uses of Payload in org.jclouds.ssh.jsch
Methods in org.jclouds.ssh.jsch that return Payload Modifier and Type Method Description PayloadJschSshClient. get(String path)Methods in org.jclouds.ssh.jsch with parameters of type Payload Modifier and Type Method Description voidJschSshClient. put(String path, Payload contents) - 
Uses of Payload in org.jclouds.sshj
Methods in org.jclouds.sshj that return Payload Modifier and Type Method Description PayloadSshjSshClient. get(String path)Methods in org.jclouds.sshj with parameters of type Payload Modifier and Type Method Description voidSshjSshClient. put(String path, Payload contents) 
 -