Modifier and Type | Method and Description |
---|---|
void |
AtmosObjectImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobClient.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.
|
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobStore.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.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ChefApi.uploadContent(URI location,
Payload content)
Uploads the given content to the sandbox at the given URI.
|
Modifier and Type | Method and Description |
---|---|
Payload |
ElasticStackApi.readDrive(String uuid,
long offset,
long size)
Read binary data from a drive
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticStackApi.writeDrive(String uuid,
Payload content)
Write binary data to a drive
|
void |
ElasticStackApi.writeDrive(String uuid,
Payload content,
long offset) |
Modifier and Type | Method and Description |
---|---|
Payload |
ReturnPayload.apply(HttpResponse from) |
Modifier and Type | Field and Description |
---|---|
protected Payload |
HttpMessage.Builder.payload |
Modifier and Type | Method and Description |
---|---|
T |
HttpMessage.Builder.payload(Payload payload) |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
static class |
ApacheHCUtils.HttpEntityPayload |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
protected com.squareup.okhttp.RequestBody |
OkHttpCommandExecutorService.generateRequestBody(HttpRequest request,
Payload payload) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Iterable<Payload> |
PayloadSlicer.slice(Payload input,
long size)
|
Modifier and Type | Method and Description |
---|---|
void |
PayloadEnclosing.setPayload(Payload data)
Sets payload for the request or the content from the response.
|
Iterable<Payload> |
PayloadSlicer.slice(Payload input,
long size)
|
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(com.google.common.io.ByteSource 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 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(Payload input,
ContentMetadata meta) |
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(String rawContent,
ContentMetadata meta) |
Iterable<Payload> |
BasePayloadSlicer.slice(Payload input,
long size) |
Modifier and Type | Method and Description |
---|---|
protected Payload |
BasePayloadSlicer.copyMetadataAndSetLength(Payload input,
Payload returnVal,
long length) |
protected Iterable<Payload> |
BasePayloadSlicer.doSlice(Payload input,
ContentMetadata meta) |
protected Payload |
BasePayloadSlicer.doSlice(Payload content,
long offset,
long length) |
Iterable<Payload> |
BasePayloadSlicer.slice(Payload input,
long size) |
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 |
ByteSourcePayload
A repeatable, ByteSource-backed Payload.
|
class |
DelegatingPayload |
class |
FilePayload |
class |
InputStreamPayload |
class |
MultipartForm |
class |
Part |
class |
PhantomPayload |
class |
RSADecryptingPayload |
class |
RSAEncryptingPayload |
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(Crypto crypto,
Payload delegate,
Key key) |
DelegatingPayload(Payload delegate) |
RSADecryptingPayload(Crypto crypto,
Payload delegate,
Key key) |
RSAEncryptingPayload(Crypto crypto,
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 |
---|---|
ImageDetails |
ImageApi.create(String name,
Payload payload,
CreateImageOptions... options)
Creates a new image
|
ImageDetails |
ImageApi.upload(String id,
Payload imageData,
UpdateImageOptions... options)
Uploads 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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SwiftObjectImpl.setPayload(Payload data) |
Modifier and Type | Field and Description |
---|---|
protected Payload |
SwiftObject.Builder.payload |
Modifier and Type | Method and Description |
---|---|
Payload |
SwiftObject.getPayload()
NOTE
|
Modifier and Type | Method and Description |
---|---|
SwiftObject.Builder |
SwiftObject.Builder.payload(Payload payload) |
Constructor and Description |
---|
SwiftObject(String name,
URI uri,
String etag,
Date lastModified,
com.google.common.collect.Multimap<String,String> headers,
Map<String,String> metadata,
Payload payload) |
Modifier and Type | Method and Description |
---|---|
ExtractArchiveResponse |
BulkApi.extractArchive(String path,
Payload payload,
String format)
Extracts a tar archive at the path specified as
path . |
String |
ObjectApi.put(String objectName,
Payload payload)
Creates or updates a
SwiftObject . |
String |
ObjectApi.put(String objectName,
Payload payload,
PutOptions options)
Creates or updates a
SwiftObject . |
Modifier and Type | Method and Description |
---|---|
String |
HttpClient.post(URI location,
Payload payload) |
String |
HttpClient.put(URI location,
Payload payload) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
String |
S3Client.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part)
This operation uploads a part in a multipart upload.
|
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.s3.blobstore.strategy.internal.ParallelMultipartUploadStrategy.Part> toRetry,
CountDownLatch latch) |
Modifier and Type | Method and Description |
---|---|
void |
S3ObjectImpl.setPayload(Payload data) |
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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.