Package | Description |
---|---|
org.jclouds.googlecloudstorage.domain | |
org.jclouds.googlecloudstorage.features | |
org.jclouds.googlecloudstorage.parser |
Modifier and Type | Method and Description |
---|---|
static ResumableUpload |
ResumableUpload.create(int statusCode,
String uploadId,
String contentLength,
Long rangeLowerValue,
Long rangeUpperValue) |
Modifier and Type | Method and Description |
---|---|
ResumableUpload |
ResumableUploadApi.checkStatus(String bucketName,
String uploadId,
String contentRange)
Check the status of a resumable upload
|
ResumableUpload |
ResumableUploadApi.chunkUpload(String bucketName,
String uploadId,
String contentType,
Long contentLength,
String contentRange,
Payload payload)
Facilitate to use resumable upload operation to upload files in chunks
|
ResumableUpload |
ResumableUploadApi.initResumableUpload(String bucketName,
String contentType,
Long contentLength,
ObjectTemplate metadata)
initiate a Resumable Upload Session
|
ResumableUpload |
ResumableUploadApi.initResumableUpload(String bucketName,
String objectName,
String contentType,
String contentLength)
initiate a Resumable Upload Session
|
ResumableUpload |
ResumableUploadApi.upload(String bucketName,
String uploadId,
String contentType,
String contentLength,
Payload payload)
Stores a new object
|
Modifier and Type | Method and Description |
---|---|
ResumableUpload |
ParseToResumableUpload.apply(HttpResponse response) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.