Package | Description |
---|---|
com.netease.cloud | |
com.netease.cloud.http | |
com.netease.cloud.services.nos | |
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
com.netease.cloud.services.nos.transfer |
Modifier and Type | Method and Description |
---|---|
WebServiceRequest |
DefaultRequest.getOriginalRequest()
Returns the original, user facing request object which this internal
request object is representing.
|
WebServiceRequest |
Request.getOriginalRequest()
Returns the original, user facing request object which this internal
request object is representing.
|
Constructor and Description |
---|
DefaultRequest(WebServiceRequest originalRequest,
String serviceName)
Constructs a new DefaultRequest with the specified service name and the
original, user facing request object.
|
Modifier and Type | Method and Description |
---|---|
WebServiceRequest |
HttpRequest.getOriginalRequest()
Returns the original request, as constructed by the SDK user, for which
this HTTP request is being executed.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
NeteaseHttpClient.getResponseMetadataForRequest(WebServiceRequest request)
Returns additional response metadata for an executed request.
|
void |
HttpRequest.setOriginalRequest(WebServiceRequest request)
Sets the original request, as constructed by the SDK user, for which this
HTTP request is being executed.
|
Modifier and Type | Method and Description |
---|---|
protected <X extends WebServiceRequest> |
NosClient.createRequest(String bucketName,
String key,
X originalRequest,
HttpMethodName httpMethod)
Creates and initializes a new request object for the specified NOS resource.
|
Modifier and Type | Class and Description |
---|---|
class |
AbortMultipartUploadRequest
The AbortMultipartUploadRequest contains the parameters used for the
AbortMultipartUpload method.
|
class |
CompleteMultipartUploadRequest
Container for the parameters of the CompleteMultipartUpload operation.
|
class |
CopyObjectRequest
Provides options for copying an Nos object from a source location to a new
destination.
|
class |
CreateBucketRequest
Provides options for creating an bucket.
|
class |
DeleteBucketLifecycleConfigurationRequest |
class |
DeleteBucketRequest
Provides options for deleting a specified bucket.
|
class |
DeleteObjectRequest
Provides options for deleting a specified object in a specified bucket.
|
class |
DeleteObjectsRequest
Provides options for deleting multiple objects in a specified bucket.
|
class |
GeneratePresignedUrlRequest
Contains options to genearate a pre-signed URL for an resource.
|
class |
GenericBucketRequest
Generic request container for web service requests on buckets.
|
class |
GetBucketAclRequest
Request object containing all the options for requesting a bucket's Access
Control List (ACL).
|
class |
GetBucketDefault404Request |
class |
GetBucketLifecycleConfigurationRequest |
class |
GetBucketLocationRequest
Provides options for requesting an Nos bucket's location.
|
class |
GetBucketStatsRequest |
class |
GetObjectMetadataRequest
Provides options for obtaining the metadata for the specified object without
actually fetching the object contents.
|
class |
GetObjectRequest
Provides options for downloading an object.
|
class |
HeadBucketRequest |
class |
InitiateMultipartUploadRequest
The InitiateMultipartUploadRequest contains the parameters used for the
InitiateMultipartUpload method.
|
class |
ListBucketsRequest
Request object for listing all the Nos buckets owned by a user.
|
class |
ListMultipartUploadsRequest
Container for the parameters of the ListMultipartUploads operation.
|
class |
ListObjectsRequest
Contains options to return a list of summary information about the objects in
the specified bucket.
|
class |
ListPartsRequest
Container for the the parameters of the ListParts operation.
|
class |
MediaSaveAsRequest |
class |
MoveObjectRequest
Provides options for moving an Nos object from a source location to a new
destination.
|
class |
PutBucketDefault404Request |
class |
PutObjectMetaRequest |
class |
PutObjectRequest
Uploads a new object to the specified Nos bucket.
|
class |
ResponseHeaderOverrides
Container object for overriding headers on a
GetObjectRequest or
GeneratePresignedUrlRequest response. |
class |
SetBucketAclRequest
Request object containing all the options for setting a bucket's Access Control List (ACL).
|
class |
SetBucketLifecycleConfigurationRequest |
class |
UploadPartRequest
Contains the parameters used for the UploadPart operation on Nos.
|
Modifier and Type | Method and Description |
---|---|
<X extends WebServiceRequest> |
TransferManager.appendUserAgent(X request,
String userAgent) |
Copyright © 2017. All Rights Reserved.