A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abort() - Method in class com.netease.cloud.services.nos.model.NOSObjectInputStream
Aborts the underlying http request without reading any more data and closes the stream.
abort() - Method in interface com.netease.cloud.services.nos.transfer.Download
Cancels this download.
abort() - Method in class com.netease.cloud.services.nos.transfer.internal.DownloadImpl
Cancels this download.
abort() - Method in class com.netease.cloud.services.nos.transfer.internal.MultipleFileDownloadImpl
Aborts all outstanding downloads.
abortMultipartUpload(AbortMultipartUploadRequest) - Method in interface com.netease.cloud.services.nos.Nos
Aborts a multipart upload.
abortMultipartUpload(AbortMultipartUploadRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
AbortMultipartUploadRequest - Class in com.netease.cloud.services.nos.model
The AbortMultipartUploadRequest contains the parameters used for the AbortMultipartUpload method.
AbortMultipartUploadRequest(String, String, String) - Constructor for class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Constructs a new request to abort a multipart upload.
abortMultipartUploads(String, Date) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Aborts any multipart uploads that were initiated before the specified date.
AbstractErrorUnmarshaller<T> - Class in com.netease.cloud.transform
 
AbstractErrorUnmarshaller() - Constructor for class com.netease.cloud.transform.AbstractErrorUnmarshaller
Constructs a new error unmarshaller that will unmarshall error responses into ServiceException objects.
AbstractErrorUnmarshaller(Class<? extends ServiceException>) - Constructor for class com.netease.cloud.transform.AbstractErrorUnmarshaller
Constructs a new error unmarshaller that will unmarshall error responses into objects of the specified class, extending ServiceException.
AbstractNosResponseHandler<T> - Class in com.netease.cloud.services.nos.internal
Abstract HTTP response handler for nos responses.
AbstractNosResponseHandler() - Constructor for class com.netease.cloud.services.nos.internal.AbstractNosResponseHandler
 
AbstractRequestHandler - Class in com.netease.cloud.handlers
Simple implementation of RequestHandler to stub out required methods.
AbstractRequestHandler() - Constructor for class com.netease.cloud.handlers.AbstractRequestHandler
 
AbstractSigner - Class in com.netease.cloud.auth
Abstract base class for signing protocol implementations.
AbstractSigner() - Constructor for class com.netease.cloud.auth.AbstractSigner
 
AbstractStringSigner - Class in com.netease.cloud.auth
 
AbstractStringSigner() - Constructor for class com.netease.cloud.auth.AbstractStringSigner
 
AbstractTransfer - Class in com.netease.cloud.services.nos.transfer.internal
Abstract transfer implementation.
accumulate(String, Object) - Method in class com.netease.cloud.util.json.JSONObject
Accumulate values under a key.
add(Object, ResponseMetadata) - Method in class com.netease.cloud.util.ResponseMetadataCache
Adds a new entry to this cache, possibly evicting the oldest entry if the cache is at its size limit.
addClientMarker(String) - Method in class com.netease.cloud.RequestClientOptions
Adds a client marker, if it wasn't already present.
addCounter(String, Number) - Method in class com.netease.cloud.util.TimingInfo
 
addHeader(String, String) - Method in class com.netease.cloud.DefaultRequest
 
addHeader(String, String) - Method in class com.netease.cloud.http.HttpRequest
Adds the specified header name and value to this request.
addHeader(String, String) - Method in class com.netease.cloud.http.HttpResponse
Adds an HTTP header to the set associated with this response.
addHeader(String, String) - Method in interface com.netease.cloud.Request
Adds the specified header to this request.
addParameter(String, String) - Method in class com.netease.cloud.DefaultRequest
 
addParameter(String, String) - Method in class com.netease.cloud.http.HttpRequest
 
addParameter(String, String) - Method in interface com.netease.cloud.Request
Adds the specified request parameter to this request.
addProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Adds the specified progress listener to the list of listeners receiving updates about this transfer's progress.
addProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.transfer.internal.ProgressListenerChain
 
addProgressListener(ProgressListener) - Method in interface com.netease.cloud.services.nos.transfer.Transfer
Adds the specified progress listener to the list of listeners receiving updates about this transfer's progress.
addRequestHandler(RequestHandler) - Method in class com.netease.cloud.services.nos.NosClient
Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle.
addRequestHandler(RequestHandler) - Method in class com.netease.cloud.WebServiceClient
Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle.
addRequestParameter(String, String) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Adds an additional request parameter to be included in the pre-signed URL.
addSpecialHeader(String, String) - Method in class com.netease.cloud.WebServiceRequest
 
addStateChangeListener(TransferStateChangeListener) - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Adds the given state change listener to the collection of listeners.
addSubMeasurement(String, TimingInfo) - Method in class com.netease.cloud.util.TimingInfo
 
addUserMetadata(String, String) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Adds the key value pair of custom user-metadata for the associated object.
AES_256_SERVER_SIDE_ENCRYPTION - Static variable in class com.netease.cloud.services.nos.model.ObjectMetadata
 
afterError(Request<?>, Exception) - Method in class com.netease.cloud.handlers.AbstractRequestHandler
 
afterError(Request<?>, Exception) - Method in interface com.netease.cloud.handlers.RequestHandler
Runs any additional processing logic on a request after it has failed.
afterResponse(Request<?>, Object, TimingInfo) - Method in class com.netease.cloud.handlers.AbstractRequestHandler
 
afterResponse(Request<?>, Object, TimingInfo) - Method in interface com.netease.cloud.handlers.RequestHandler
Runs any additional processing logic on the specified request (after is has been executed by the client runtime).
append(String, Object) - Method in class com.netease.cloud.util.json.JSONObject
Append values to the array under a key.
appendUserAgent(X, String) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
 
array() - Method in class com.netease.cloud.util.json.JSONWriter
Begin appending a new array.
asBoolean(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Boolean.
asByte(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Byte.
asByteBuffer(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified xpath expression, base64 decodes the data and returns the result as a ByteBuffer.
asDate(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Date.
asDouble(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the results as a Double.
asFloat(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Float.
asInteger(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the result as an Integer.
asLong(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Long.
asNode(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a Node.
asString(String, Node) - Static method in class com.netease.cloud.util.XpathUtils
Evaluates the specified XPath expression and returns the result as a string.
available() - Method in class com.netease.cloud.http.HttpMethodReleaseInputStream
Standard input stream available method, except it ensures that HttpMethodReleaseInputStream.releaseConnection() is called if any errors are encountered from the wrapped stream.
available() - Method in class com.netease.cloud.services.nos.internal.InputSubstream
 
available() - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
 
available() - Method in class com.netease.cloud.services.nos.internal.RepeatableInputStream
 

B

back() - Method in class com.netease.cloud.util.json.JSONTokener
Back up one character.
BasicCredentials - Class in com.netease.cloud.auth
Basic implementation of the Credentials interface that allows callers to pass in the access key and secret access in the constructor.
BasicCredentials(String, String) - Constructor for class com.netease.cloud.auth.BasicCredentials
Constructs a new BasicCredentials object, with the specified access key and secret key.
beforeRequest(Request<?>) - Method in class com.netease.cloud.handlers.AbstractRequestHandler
 
beforeRequest(Request<?>) - Method in interface com.netease.cloud.handlers.RequestHandler
Runs any additional processing logic on the specified request (before it is executed by the client runtime).
BinaryUtils - Class in com.netease.cloud.util
Utilities for encoding and decoding binary data to and from different forms.
BinaryUtils() - Constructor for class com.netease.cloud.util.BinaryUtils
 
Bucket - Class in com.netease.cloud.services.nos.model
Represents an Nos bucket.
Bucket() - Constructor for class com.netease.cloud.services.nos.model.Bucket
Constructs a bucket without any name specified.
Bucket(String) - Constructor for class com.netease.cloud.services.nos.model.Bucket
Creates a bucket with a name.
BucketLifecycleConfiguration - Class in com.netease.cloud.services.nos.model
Container for bucket lifecycle configuration operations.
BucketLifecycleConfiguration(List<BucketLifecycleConfiguration.Rule>) - Constructor for class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration
Constructs a new BucketLifecycleConfiguration object with the rules given.
BucketLifecycleConfiguration() - Constructor for class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration
 
BucketLifecycleConfiguration.Rule - Class in com.netease.cloud.services.nos.model
 
BucketLifecycleConfiguration.Rule() - Constructor for class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
 
bucketName - Variable in class com.netease.cloud.services.nos.model.NOSObjectSummary
The name of the bucket in which this object is stored
BucketNameUtils - Class in com.netease.cloud.services.nos.internal
Utilities for working with Nos bucket names, such as validation and checked to see if they are compatible with DNS addressing.
BucketNameUtils() - Constructor for class com.netease.cloud.services.nos.internal.BucketNameUtils
 
bytesTransfered - Variable in class com.netease.cloud.services.nos.transfer.TransferProgress
 

C

calculateOptimalPartSize(PutObjectRequest, TransferManagerConfiguration) - Static method in class com.netease.cloud.services.nos.transfer.internal.TransferManagerUtils
Returns the optimal part size, in bytes, for each individual part upload in a multipart upload.
call() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadCallable
 
call() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadMonitor
 
call() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadPartCallable
 
CANCELED_EVENT_CODE - Static variable in class com.netease.cloud.services.nos.model.ProgressEvent
 
CannedAccessControlList - Enum in com.netease.cloud.services.nos.model
Specifies constants defining a canned access control list.
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketDefault404Handler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketStatsHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
characters(char[], int, int) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
ChecksumValidatingInputStream - Class in com.netease.cloud.services.nos.internal
InputStream wrapper that calculates a client-side MD5 checksum of the data as it is read from the wrapped InputStream, then when the stream is closed, the client-side calculated MD5 checksum is compared with the server-side MD5 checksum, and if they don't match, then close() throws an exception to alert the user to the likely data corruption.
ChecksumValidatingInputStream(InputStream, byte[], String) - Constructor for class com.netease.cloud.services.nos.internal.ChecksumValidatingInputStream
Constructs a new InputStream that wraps an existing InputStream and calculates a client-side MD5 checksum as the user reads data from the stream.
client - Variable in class com.netease.cloud.WebServiceClient
Low level client for sending requests to services.
ClientConfiguration - Class in com.netease.cloud
Client configuration options such as proxy settings, user agent string, max retry attempts, etc.
ClientConfiguration() - Constructor for class com.netease.cloud.ClientConfiguration
 
ClientConfiguration(ClientConfiguration) - Constructor for class com.netease.cloud.ClientConfiguration
 
clientConfiguration - Variable in class com.netease.cloud.WebServiceClient
The client configuration
ClientException - Exception in com.netease.cloud
Base exception class for any errors that occur while attempting to use an client to make service calls to the Web Services.
ClientException(String, Throwable) - Constructor for exception com.netease.cloud.ClientException
Creates a new ClientException with the specified message, and root cause.
ClientException(String) - Constructor for exception com.netease.cloud.ClientException
Creates a new ClientException with the specified message.
close() - Method in class com.netease.cloud.http.HttpMethodReleaseInputStream
Standard input stream close method, except it ensures that HttpMethodReleaseInputStream.releaseConnection() is called before the input stream is closed.
close() - Method in class com.netease.cloud.services.nos.internal.ChecksumValidatingInputStream
 
close() - Method in class com.netease.cloud.services.nos.internal.InputSubstream
 
close() - Method in class com.netease.cloud.services.nos.internal.ProgressReportingInputStream
 
close() - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
 
close() - Method in class com.netease.cloud.services.nos.internal.RepeatableInputStream
 
collateFinalState() - Method in class com.netease.cloud.services.nos.transfer.internal.MultipleFileTransfer
Set the state based on the states of all file downloads.
com.netease.cloud - package com.netease.cloud
 
com.netease.cloud.auth - package com.netease.cloud.auth
 
com.netease.cloud.handlers - package com.netease.cloud.handlers
 
com.netease.cloud.http - package com.netease.cloud.http
 
com.netease.cloud.internal - package com.netease.cloud.internal
 
com.netease.cloud.services.nos - package com.netease.cloud.services.nos
 
com.netease.cloud.services.nos.internal - package com.netease.cloud.services.nos.internal
 
com.netease.cloud.services.nos.model - package com.netease.cloud.services.nos.model
Classes modeling the various types represented by Nos.
com.netease.cloud.services.nos.model.transform - package com.netease.cloud.services.nos.model.transform
 
com.netease.cloud.services.nos.tools - package com.netease.cloud.services.nos.tools
 
com.netease.cloud.services.nos.transfer - package com.netease.cloud.services.nos.transfer
 
com.netease.cloud.services.nos.transfer.internal - package com.netease.cloud.services.nos.transfer.internal
 
com.netease.cloud.services.nos.transfer.model - package com.netease.cloud.services.nos.transfer.model
 
com.netease.cloud.transform - package com.netease.cloud.transform
 
com.netease.cloud.util - package com.netease.cloud.util
 
com.netease.cloud.util.json - package com.netease.cloud.util.json
 
COMPLETED_EVENT_CODE - Static variable in class com.netease.cloud.services.nos.model.ProgressEvent
 
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in interface com.netease.cloud.services.nos.Nos
Completes a multipart upload by assembling previously uploaded parts.
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
CompleteMultipartUploadRequest - Class in com.netease.cloud.services.nos.model
Container for the parameters of the CompleteMultipartUpload operation.
CompleteMultipartUploadRequest(String, String, String, List<PartETag>) - Constructor for class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Constructs a new request to complete a multipart upload.
CompleteMultipartUploadResult - Class in com.netease.cloud.services.nos.model
The CompleteMultipartUploadResult contains all the information about the CompleteMultipartUpload method.
CompleteMultipartUploadResult() - Constructor for class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
 
computeMD5Hash(InputStream) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
Computes the MD5 hash of the data in the given input stream and returns it as a hex string.
computeMD5Hash(byte[]) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
Computes the MD5 hash of the given data and returns it as a hex string.
computeMD5Hash(InputStream) - Static method in class com.netease.cloud.util.Md5Utils
Computes the MD5 hash of the data in the given input stream and returns it as an array of bytes.
computeMD5Hash(byte[]) - Static method in class com.netease.cloud.util.Md5Utils
Computes the MD5 hash of the given data and returns it as an array of bytes.
Constants - Class in com.netease.cloud.services.nos.internal
Constants used by the NOS Java client.
Constants() - Constructor for class com.netease.cloud.services.nos.internal.Constants
 
CONTENT_LENGTH - Static variable in interface com.netease.cloud.services.nos.Headers
 
CONTENT_MD5 - Static variable in interface com.netease.cloud.services.nos.Headers
 
CONTENT_TYPE - Static variable in interface com.netease.cloud.services.nos.Headers
 
convertRequestToUrl(Request<?>) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
Converts the specified request object into a URL, containing all the specified parameters, the specified request endpoint, etc.
copyObject(String, String, String, String) - Method in interface com.netease.cloud.services.nos.Nos
Copies a source object to a new destination in NOS.
copyObject(CopyObjectRequest) - Method in interface com.netease.cloud.services.nos.Nos
Copies a source object to a new destination in NOS.
copyObject(String, String, String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
copyObject(CopyObjectRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
copyObject(String, String, String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
copy an object to another bucket
CopyObjectRequest - Class in com.netease.cloud.services.nos.model
Provides options for copying an Nos object from a source location to a new destination.
CopyObjectRequest(String, String, String, String) - Constructor for class com.netease.cloud.services.nos.model.CopyObjectRequest
Constructs a new com.netease.cloud.services.nos.model with only basic options.
copyPrivateRequestParameters() - Method in class com.netease.cloud.WebServiceRequest
Internal only method for accessing private, internal request parameters.
createBucket(CreateBucketRequest) - Method in interface com.netease.cloud.services.nos.Nos
Creates a new NOS bucket ,and you can specified the region,ACL,and whether this bucket is deduplicate supported or not.
createBucket(String) - Method in interface com.netease.cloud.services.nos.Nos
Creates a new NOS bucket in the default region, Region.CN_Hnagzhou.and default ACL CannedAccessControlList.Private,and default deduplicate status DeduplicateStatus#Disabled
createBucket(String, Region) - Method in interface com.netease.cloud.services.nos.Nos
Creates a new NOS bucket with the specified name in the specified region,and is supported dedupicate or not.
createBucket(String, String) - Method in interface com.netease.cloud.services.nos.Nos
Creates a new NOS bucket with the specified name in the specified region,and is supported dedupicate or not.
createBucket(String) - Method in class com.netease.cloud.services.nos.NosClient
 
createBucket(String, Region) - Method in class com.netease.cloud.services.nos.NosClient
 
createBucket(String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
createBucket(CreateBucketRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
createBucket(String, String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
create NOS bucket
CreateBucketRequest - Class in com.netease.cloud.services.nos.model
Provides options for creating an bucket.
CreateBucketRequest(String) - Constructor for class com.netease.cloud.services.nos.model.CreateBucketRequest
Constructs a new CreateBucketRequest, ready to be executed to create the specified bucket in the US_Standard region.
CreateBucketRequest(String, Region) - Constructor for class com.netease.cloud.services.nos.model.CreateBucketRequest
Constructs a new CreateBucketRequest, ready to be executed to create the specified bucket in the specified region.
CreateBucketRequest(String, String) - Constructor for class com.netease.cloud.services.nos.model.CreateBucketRequest
Constructs a new CreateBucketRequest, ready to be executed and create the specified bucket in the specified region.
createDefaultExecutorService() - Static method in class com.netease.cloud.services.nos.transfer.internal.TransferManagerUtils
Returns a new thread pool configured with the default settings.
createExecutionContext() - Method in class com.netease.cloud.WebServiceClient
 
createRequest(String, String, X, HttpMethodName) - Method in class com.netease.cloud.services.nos.NosClient
Creates and initializes a new request object for the specified NOS resource.
createSigner(Request<?>, String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
Credentials - Interface in com.netease.cloud.auth
Provides access to the credentials used for accessing services: access key ID and secret access key.
CredentialsProvider - Interface in com.netease.cloud.auth
Interface for providing credentials.
CustomBackoffStrategy - Class in com.netease.cloud.internal
 
CustomBackoffStrategy() - Constructor for class com.netease.cloud.internal.CustomBackoffStrategy
 

D

DATE - Static variable in interface com.netease.cloud.services.nos.Headers
 
dateUtils - Static variable in class com.netease.cloud.services.nos.internal.ServiceUtils
 
DateUtils - Class in com.netease.cloud.util
Utilities for parsing and formatting dates.
DateUtils() - Constructor for class com.netease.cloud.util.DateUtils
Constructs a new DateUtils object, ready to parse/format dates.
decodeRequestId(String) - Method in class com.netease.cloud.services.nos.tools.noscmd
decode a request id, output timestamp, ip address, etc
DEFAULT_BUFFER_SIZE - Static variable in class com.netease.cloud.services.nos.internal.Constants
The default size of the buffer when uploading part from a stream ,also is the min size of part(not including the last part).
DEFAULT_ENCODING - Static variable in class com.netease.cloud.services.nos.internal.Constants
Default encoding used for text data
DEFAULT_MAX_CONNECTIONS - Static variable in class com.netease.cloud.ClientConfiguration
The default max connection pool size.
DEFAULT_MAX_RETRIES - Static variable in class com.netease.cloud.ClientConfiguration
The default maximum number of retries for error responses.
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.netease.cloud.ClientConfiguration
The default timeout for a connected socket.
DEFAULT_STREAM_BUFFER_SIZE - Static variable in class com.netease.cloud.services.nos.internal.Constants
The default size of the buffer when uploading data from a stream.
DEFAULT_USER_AGENT - Static variable in class com.netease.cloud.ClientConfiguration
The default HTTP user agent header for Java SDK clients.
DefaultErrorResponseHandler - Class in com.netease.cloud.http
Implementation of HttpResponseHandler that handles only error responses from Web Services.
DefaultErrorResponseHandler(List<Unmarshaller<ServiceException, Node>>) - Constructor for class com.netease.cloud.http.DefaultErrorResponseHandler
Constructs a new DefaultErrorResponseHandler that will handle error responses from services using the specified list of unmarshallers.
DefaultRequest<T> - Class in com.netease.cloud
Default implementation of the Request interface.
DefaultRequest(WebServiceRequest, String) - Constructor for class com.netease.cloud.DefaultRequest
Constructs a new DefaultRequest with the specified service name and the original, user facing request object.
DefaultRequest(String) - Constructor for class com.netease.cloud.DefaultRequest
Constructs a new DefaultRequest with the specified service name and no specified original, user facing request object.
dehexchar(char) - Static method in class com.netease.cloud.util.json.JSONTokener
Get the hex value of a character (base16).
deleteBucket(DeleteBucketRequest) - Method in interface com.netease.cloud.services.nos.Nos
Deletes the specified bucket.
deleteBucket(String) - Method in interface com.netease.cloud.services.nos.Nos
Deletes the specified bucket.
deleteBucket(String) - Method in class com.netease.cloud.services.nos.NosClient
 
deleteBucket(DeleteBucketRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
deleteBucket(String) - Method in class com.netease.cloud.services.nos.tools.noscmd
delete the bucket
deleteBucketLifecycleConfiguration(String) - Method in interface com.netease.cloud.services.nos.Nos
Removes the lifecycle configuration for the bucket specified.
deleteBucketLifecycleConfiguration(String) - Method in class com.netease.cloud.services.nos.NosClient
 
DeleteBucketLifecycleConfigurationRequest - Class in com.netease.cloud.services.nos.model
 
DeleteBucketLifecycleConfigurationRequest() - Constructor for class com.netease.cloud.services.nos.model.DeleteBucketLifecycleConfigurationRequest
 
DeleteBucketRequest - Class in com.netease.cloud.services.nos.model
Provides options for deleting a specified bucket.
DeleteBucketRequest(String) - Constructor for class com.netease.cloud.services.nos.model.DeleteBucketRequest
Constructs a new DeleteBucketRequest, ready to be executed to delete the specified bucket.
deleteDefault404Object() - Method in class com.netease.cloud.services.nos.model.PutBucketDefault404Request
 
deleteObject(String, String) - Method in interface com.netease.cloud.services.nos.Nos
Deletes the specified object in the specified bucket.
deleteObject(DeleteObjectRequest) - Method in interface com.netease.cloud.services.nos.Nos
Deletes the specified object in the specified bucket.
deleteObject(String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
deleteObject(DeleteObjectRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
deleteObject(String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
delete an object in specified bucket
DeleteObjectRequest - Class in com.netease.cloud.services.nos.model
Provides options for deleting a specified object in a specified bucket.
DeleteObjectRequest(String, String) - Constructor for class com.netease.cloud.services.nos.model.DeleteObjectRequest
the version id of the object to delete
deleteObjects(DeleteObjectsRequest) - Method in interface com.netease.cloud.services.nos.Nos
Deletes multiple objects in a single bucket from NOS.
deleteObjects(DeleteObjectsRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
DeleteObjectsRequest - Class in com.netease.cloud.services.nos.model
Provides options for deleting multiple objects in a specified bucket.
DeleteObjectsRequest(String) - Constructor for class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Constructs a new DeleteObjectsRequest, specifying the objects' bucket name.
DeleteObjectsResponse - Class in com.netease.cloud.services.nos.internal
Service response for deleteObjects API call.
DeleteObjectsResponse(List<DeleteObjectsResult.DeletedObject>, List<MultiObjectDeleteException.DeleteError>) - Constructor for class com.netease.cloud.services.nos.internal.DeleteObjectsResponse
 
DeleteObjectsResult - Class in com.netease.cloud.services.nos.model
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject>) - Constructor for class com.netease.cloud.services.nos.model.DeleteObjectsResult
 
DeleteObjectsResult.DeletedObject - Class in com.netease.cloud.services.nos.model
A successfully deleted object.
DeleteObjectsResult.DeletedObject() - Constructor for class com.netease.cloud.services.nos.model.DeleteObjectsResult.DeletedObject
 
DISABLED - Static variable in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration
Constant for a disabled rule.
documentFrom(InputStream) - Static method in class com.netease.cloud.util.XpathUtils
 
documentFrom(String) - Static method in class com.netease.cloud.util.XpathUtils
 
documentFrom(URL) - Static method in class com.netease.cloud.util.XpathUtils
 
doesBucketExist(String) - Method in interface com.netease.cloud.services.nos.Nos
See if the specified bucket exists.
doesBucketExist(String) - Method in class com.netease.cloud.services.nos.NosClient
check bucket existence
doesBucketExist(HeadBucketRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
doesObjectExist(String, String) - Method in interface com.netease.cloud.services.nos.Nos
See if the specified object exists.
doesObjectExist(String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
doesObjectExist(String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
doubleToString(double) - Static method in class com.netease.cloud.util.json.JSONObject
Produce a string from a double.
Download - Interface in com.netease.cloud.services.nos.transfer
Represents an asynchronous download from Nos.
download(String, String, File) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Schedules a new transfer to download data from Nos and save it to the specified file.
download(GetObjectRequest, File) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Schedules a new transfer to download data from Nos and save it to the specified file.
DownloadImpl - Class in com.netease.cloud.services.nos.transfer.internal
 
DownloadImpl(String, TransferProgress, ProgressListenerChain, NOSObject, TransferStateChangeListener) - Constructor for class com.netease.cloud.services.nos.transfer.internal.DownloadImpl
 
DownloadMonitor - Class in com.netease.cloud.services.nos.transfer.internal
 
DownloadMonitor(DownloadImpl, Future<?>) - Constructor for class com.netease.cloud.services.nos.transfer.internal.DownloadMonitor
 
downloadObjectToFile(NOSObject, File) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
Downloads an Object, as returned from NosClient.getObject(com.netease.cloud.services.nos.model.GetObjectRequest) , to the specified file.

E

ENABLED - Static variable in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration
Constant for an enabled rule.
encodeParameters(Request<?>) - Static method in class com.netease.cloud.util.HttpUtils
Creates an encoded query string from all the parameters in the specified request.
end() - Method in class com.netease.cloud.services.nos.internal.XmlWriter
 
end() - Method in class com.netease.cloud.util.json.JSONTokener
 
endArray() - Method in class com.netease.cloud.util.json.JSONWriter
End an array.
endDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
endDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
endDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
endDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketDefault404Handler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketStatsHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
endElement(String, String, String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
endElement() - Method in class com.netease.cloud.util.XMLWriter
Closes the last opened element at the current position in the in-progress XML document.
endObject() - Method in class com.netease.cloud.util.json.JSONWriter
End an object.
endpoint - Variable in class com.netease.cloud.WebServiceClient
The service endpoint to which this client will send requests.
equals(Object) - Method in class com.netease.cloud.services.nos.model.Owner
 
ETAG - Static variable in interface com.netease.cloud.services.nos.Headers
 
eTag - Variable in class com.netease.cloud.services.nos.model.NOSObjectSummary
Hex encoded MD5 hash of this object's contents, as computed by Nos
exceptionClass - Variable in class com.netease.cloud.transform.AbstractErrorUnmarshaller
The type of ServiceException that will be instantiated.
execute(Request<?>, HttpResponseHandler<WebServiceResponse<T>>, HttpResponseHandler<ServiceException>, ExecutionContext) - Method in class com.netease.cloud.http.NeteaseHttpClient
Executes the request and returns the result.
ExecutionContext - Class in com.netease.cloud.http
 
ExecutionContext() - Constructor for class com.netease.cloud.http.ExecutionContext
 
ExecutionContext(List<RequestHandler>) - Constructor for class com.netease.cloud.http.ExecutionContext
 
EXPIRATION - Static variable in interface com.netease.cloud.services.nos.Headers
Header for optional object expiration

F

FAILED_EVENT_CODE - Static variable in class com.netease.cloud.services.nos.model.ProgressEvent
 
FAILED_PRECONDITION_STATUS_CODE - Static variable in class com.netease.cloud.services.nos.internal.Constants
HTTP status code indicating that preconditions failed and thus the request failed.
finalize() - Method in class com.netease.cloud.http.HttpMethodReleaseInputStream
Tries to ensure a connection is always cleaned-up correctly by calling HttpMethodReleaseInputStream.releaseConnection() on class destruction if the cleanup hasn't already been done.
finalize() - Method in class com.netease.cloud.http.NeteaseHttpClient
 
formatIso8601Date(Date) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
 
formatIso8601Date(Date) - Method in class com.netease.cloud.util.DateUtils
Formats the specified date as an ISO 8601 string.
formatIso8601DateUTC(Date) - Method in class com.netease.cloud.util.DateUtils
 
formatRfc822Date(Date) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
 
formatRfc822Date(Date) - Method in class com.netease.cloud.util.DateUtils
Formats the specified date as an RFC 822 string.
formatRfc822DateShangHai(Date) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
 
formatRfc822DateShangHai(Date) - Method in class com.netease.cloud.util.DateUtils
 
fromBase64(String) - Static method in class com.netease.cloud.util.BinaryUtils
Converts a Base64-encoded string to the original byte data.
fromBigDecimal(BigDecimal) - Static method in class com.netease.cloud.util.StringUtils
 
fromBigInteger(BigInteger) - Static method in class com.netease.cloud.util.StringUtils
 
fromBoolean(Boolean) - Static method in class com.netease.cloud.util.StringUtils
 
fromByte(Byte) - Static method in class com.netease.cloud.util.StringUtils
Returns the string representation of the specified Byte.
fromByteBuffer(ByteBuffer) - Static method in class com.netease.cloud.util.StringUtils
Base64 encodes the data in the specified byte buffer and returns it as a base64 encoded string.
fromDate(Date) - Static method in class com.netease.cloud.util.StringUtils
Converts the specified date to an ISO 8601 timestamp string and returns it.
fromDouble(Double) - Static method in class com.netease.cloud.util.StringUtils
Returns the string representation of the specified double.
fromFloat(Float) - Static method in class com.netease.cloud.util.StringUtils
 
fromHex(String) - Static method in class com.netease.cloud.util.BinaryUtils
Converts a Hex-encoded data string to the original byte data.
fromInteger(Integer) - Static method in class com.netease.cloud.util.StringUtils
 
fromLong(Long) - Static method in class com.netease.cloud.util.StringUtils
 
fromString(String) - Static method in class com.netease.cloud.util.StringUtils
 
fromValue(String) - Static method in enum com.netease.cloud.services.nos.model.Region
Returns the Nos Region enumeration value representing the specified Nos Region ID string.
fromValue(String) - Static method in enum com.netease.cloud.services.nos.model.StorageClass
Returns the Nos StorageClass enumeration value representing the specified Nos StorageClass ID string.

G

GB - Static variable in class com.netease.cloud.services.nos.internal.Constants
Gigabytes
generatePresignedUrl(String, String, Date) - Method in interface com.netease.cloud.services.nos.Nos
Returns a pre-signed URL for accessing an NOS resource.
generatePresignedUrl(String, String, Date, HttpMethod) - Method in interface com.netease.cloud.services.nos.Nos
Returns a pre-signed URL for accessing an NOS resource.
generatePresignedUrl(GeneratePresignedUrlRequest) - Method in interface com.netease.cloud.services.nos.Nos
Returns a pre-signed URL for accessing an NOS resource.
generatePresignedUrl(String, String, Date) - Method in class com.netease.cloud.services.nos.NosClient
 
generatePresignedUrl(String, String, Date, HttpMethod) - Method in class com.netease.cloud.services.nos.NosClient
 
generatePresignedUrl(GeneratePresignedUrlRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
GeneratePresignedUrlRequest - Class in com.netease.cloud.services.nos.model
Contains options to genearate a pre-signed URL for an resource.
GeneratePresignedUrlRequest(String, String) - Constructor for class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Creates a new request for generating a pre-signed URL that can be used as part of an HTTP GET request to access the object stored under the specified key in the specified bucket.
GeneratePresignedUrlRequest(String, String, HttpMethod) - Constructor for class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Creates a new request for generating a pre-signed URL that can be used as part of an HTTP request to access the specified resource.
GenericBucketRequest - Class in com.netease.cloud.services.nos.model
Generic request container for web service requests on buckets.
GenericBucketRequest(String) - Constructor for class com.netease.cloud.services.nos.model.GenericBucketRequest
 
get(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class com.netease.cloud.util.json.JSONObject
Get the value object associated with a key.
get(Object) - Method in class com.netease.cloud.util.ResponseMetadataCache
Returns the response metadata associated with the specified object, or null if no metadata is associated with that object.
GET_OBJECT_IF_MODIFIED_SINCE - Static variable in interface com.netease.cloud.services.nos.Headers
Modified since constraint header for the get object request
getAccessKeyId() - Method in class com.netease.cloud.auth.BasicCredentials
 
getAccessKeyId() - Method in interface com.netease.cloud.auth.Credentials
Returns the access key ID for this credentials object.
getAccessKeyId() - Method in class com.netease.cloud.auth.PropertiesCredentials
 
getAndIncrementLogSeq() - Method in class com.netease.cloud.services.nos.tools.noscmd
 
getAndIncrementLogSeq() - Method in class com.netease.cloud.WebServiceRequest
 
getBackoffPeriod(int) - Method in class com.netease.cloud.internal.CustomBackoffStrategy
 
getBoolean(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class com.netease.cloud.util.json.JSONObject
Get the boolean value associated with a key.
getBucket() - Method in class com.netease.cloud.services.nos.model.GenericBucketRequest
 
getBucketAcl(String) - Method in interface com.netease.cloud.services.nos.Nos
Gets the CannedAccessControlList (ACL) of the specified bucket,Each bucket has an ACL that defines its access control policy.
getBucketAcl(GetBucketAclRequest) - Method in interface com.netease.cloud.services.nos.Nos
Gets the (ACL) of the specified bucket,Each bucket has an ACL that defines its access control policy.
getBucketAcl(String) - Method in class com.netease.cloud.services.nos.NosClient
 
getBucketAcl(GetBucketAclRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
getBucketAcl(String) - Method in class com.netease.cloud.services.nos.tools.noscmd
get the acl of specified bucket,return 'public-read' or 'private'
GetBucketAclRequest - Class in com.netease.cloud.services.nos.model
Request object containing all the options for requesting a bucket's Access Control List (ACL).
GetBucketAclRequest(String) - Constructor for class com.netease.cloud.services.nos.model.GetBucketAclRequest
Constructs a new GetBucketAclRequest object, ready to retrieve the ACL for the specified bucket when executed.
getBucketDefault404(String) - Method in class com.netease.cloud.services.nos.NosClient
 
getBucketDefault404(GetBucketDefault404Request) - Method in class com.netease.cloud.services.nos.NosClient
 
GetBucketDefault404Request - Class in com.netease.cloud.services.nos.model
 
GetBucketDefault404Request(String) - Constructor for class com.netease.cloud.services.nos.model.GetBucketDefault404Request
 
GetBucketDefault404Result - Class in com.netease.cloud.services.nos.model
Contain the return data of Get bucket default 404 operation.
GetBucketDefault404Result() - Constructor for class com.netease.cloud.services.nos.model.GetBucketDefault404Result
 
getBucketLifecycleConfiguration(String) - Method in interface com.netease.cloud.services.nos.Nos
Gets the lifecycle configuration for the specified bucket.
getBucketLifecycleConfiguration(String) - Method in class com.netease.cloud.services.nos.NosClient
 
GetBucketLifecycleConfigurationRequest - Class in com.netease.cloud.services.nos.model
 
GetBucketLifecycleConfigurationRequest() - Constructor for class com.netease.cloud.services.nos.model.GetBucketLifecycleConfigurationRequest
 
getBucketLocation(String) - Method in interface com.netease.cloud.services.nos.Nos
Gets the geographical region where Nos stores the specified bucket.
getBucketLocation(GetBucketLocationRequest) - Method in interface com.netease.cloud.services.nos.Nos
Gets the geographical region where Nos stores the specified bucket.
getBucketLocation(GetBucketLocationRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
getBucketLocation(String) - Method in class com.netease.cloud.services.nos.NosClient
 
GetBucketLocationRequest - Class in com.netease.cloud.services.nos.model
Provides options for requesting an Nos bucket's location.
GetBucketLocationRequest(String) - Constructor for class com.netease.cloud.services.nos.model.GetBucketLocationRequest
Constructs a new request object to create a new bucket with the specified name.
getBucketName() - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Returns the name of the bucket containing the multipart upload to abort.
getBucketName() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Returns the name of the bucket containing the multipart upload to complete.
getBucketName() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Returns the name of the bucket containing the completed multipart object.
getBucketName() - Method in class com.netease.cloud.services.nos.model.CreateBucketRequest
Gets the name of the bucket to create.
getBucketName() - Method in class com.netease.cloud.services.nos.model.DeleteBucketRequest
Gets the name of the bucket to delete.
getBucketName() - Method in class com.netease.cloud.services.nos.model.DeleteObjectRequest
Gets the name of the bucket containing the object to delete.
getBucketName() - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Gets the name of the bucket containing the object(s) to delete.
getBucketName() - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Returns the name of the bucket involved in this request.
getBucketName() - Method in class com.netease.cloud.services.nos.model.GetBucketAclRequest
Returns the name of the bucket whose ACL will be retrieved by this request, when executed.
getBucketName() - Method in class com.netease.cloud.services.nos.model.GetBucketDefault404Request
 
getBucketName() - Method in class com.netease.cloud.services.nos.model.GetBucketLocationRequest
Returns the name of the bucket whose location is being requested.
getBucketName() - Method in class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
getBucketName() - Method in class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Gets the name of the bucket containing the object whose metadata is being retrieved.
getBucketName() - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Gets the name of the bucket containing the object to be downloaded.
getBucketName() - Method in class com.netease.cloud.services.nos.model.HeadBucketRequest
 
getBucketName() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Returns the name of the bucket in which to create the new multipart upload, and hence, the eventual object created from the multipart upload.
getBucketName() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadResult
Returns the name of the bucket in which the new multipart upload was initiated.
getBucketName() - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Returns the name of the bucket containing the uploads to list.
getBucketName() - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Gets the name of the Nos bucket whose objects are to be listed.
getBucketName() - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Returns the name of the bucket containing the multipart upload whose parts are being listed.
getBucketName() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the name of the bucket containing the listed multipart uploads, as specified in the original request.
getBucketName() - Method in class com.netease.cloud.services.nos.model.NOSObject
Gets the name of the bucket in which this object is contained.
getBucketName() - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Gets the name of the Nos bucket in which this object is stored.
getBucketName() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets the name of the Nos bucket containing the objects listed in this ObjectListing.
getBucketName() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns the name of the bucket containing the listed parts, as specified in the original request.
getBucketName() - Method in class com.netease.cloud.services.nos.model.PutBucketDefault404Request
 
getBucketName() - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Gets the name of the existing bucket where this request will upload a new object to.
getBucketName() - Method in class com.netease.cloud.services.nos.model.SetBucketAclRequest
Returns the name of the bucket whose ACL will be modified by this request when executed.
getBucketName() - Method in class com.netease.cloud.services.nos.model.SetBucketLifecycleConfigurationRequest
Gets the name of the bucket whose lifecycle configuration is being set.
getBucketName() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the name of the bucket containing the existing, initiated multipart upload, with which this new part will be associated.
getBucketName() - Method in interface com.netease.cloud.services.nos.transfer.Download
The name of the bucket where the object is being downloaded from.
getBucketName() - Method in class com.netease.cloud.services.nos.transfer.internal.DownloadImpl
The name of the bucket where the object is being downloaded from.
getBucketName() - Method in class com.netease.cloud.services.nos.transfer.internal.MultipleFileDownloadImpl
Returns the name of the bucket from which files are downloaded.
getBucketName() - Method in class com.netease.cloud.services.nos.transfer.internal.MultipleFileUploadImpl
Returns the name of the bucket to which files are uploaded.
getBucketName() - Method in class com.netease.cloud.services.nos.transfer.model.UploadResult
Returns the name of the bucket containing the uploaded object.
getBucketName() - Method in interface com.netease.cloud.services.nos.transfer.MultipleFileDownload
Returns the name of the bucket from which files are downloaded.
getBucketName() - Method in interface com.netease.cloud.services.nos.transfer.MultipleFileUpload
Returns the name of the bucket from which files are downloaded.
getBuckets() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
getBucketStats(String) - Method in interface com.netease.cloud.services.nos.Nos
Gets the stats(objectCount, storageCapacity, deduplicationRate) for the bucket specified.
getBucketStats(String) - Method in class com.netease.cloud.services.nos.NosClient
 
GetBucketStatsRequest - Class in com.netease.cloud.services.nos.model
 
GetBucketStatsRequest() - Constructor for class com.netease.cloud.services.nos.model.GetBucketStatsRequest
 
GetBucketStatsResult - Class in com.netease.cloud.services.nos.model
 
GetBucketStatsResult() - Constructor for class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
getBytes() - Method in class com.netease.cloud.services.nos.internal.XmlWriter
 
getBytesTransfered() - Method in class com.netease.cloud.services.nos.model.ProgressEvent
Returns the number of bytes transfered since the last progress event.
getBytesTransfered() - Method in class com.netease.cloud.services.nos.transfer.TransferProgress
Returns the number of bytes completed in the associated transfer.
getCacheControl() - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Returns the cache control response header override if it has been specified, or null otherwise.
getCallbackRet() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
 
getCallbackRetCode() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
 
getCallbackRetCode() - Method in class com.netease.cloud.services.nos.model.PutObjectResult
 
getCallbackRetMessage() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
 
getCallbackRetMessage() - Method in class com.netease.cloud.services.nos.model.PutObjectResult
 
getCannedAccessControlList() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the canned ACL to use for the new, copied object.
getCannedAcl() - Method in class com.netease.cloud.services.nos.model.CreateBucketRequest
Returns the optional Canned ACL to set for the new bucket.
getCannedACL() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Returns the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.
getCannedAcl() - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Gets the optional pre-configured access control policy to use for the new object.
getCannedAcl() - Method in class com.netease.cloud.services.nos.model.SetBucketAclRequest
Returns the canned ACL to be applied to the specified bucket when this request is executed.
getCanonicalizedEndpoint(URI) - Method in class com.netease.cloud.auth.AbstractSigner
 
getCanonicalizedQueryString(Map<String, String>) - Method in class com.netease.cloud.auth.AbstractSigner
Examines the specified query string parameters and returns a canonicalized form.
getCanonicalizedQueryString(Request<?>) - Method in class com.netease.cloud.auth.AbstractSigner
 
getCanonicalizedResourcePath(String) - Method in class com.netease.cloud.auth.AbstractSigner
 
getCause() - Method in exception com.netease.cloud.util.json.JSONException
 
getClientMarker() - Method in class com.netease.cloud.RequestClientOptions
Returns all client markers as a space-delimited string.
getCode() - Method in class com.netease.cloud.services.nos.model.MultiObjectDeleteException.DeleteError
Returns the status code for the failed delete.
getCommonPrefixes() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the common prefixes included in this multipart upload listing.
getCommonPrefixes() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets the common prefixes included in this object listing.
getCompleteMultipartUploadResult() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getConfiguration() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
getConfiguration() - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Returns the configuration which specifies how this TransferManager processes requests.
getConnectionTimeout() - Method in class com.netease.cloud.ClientConfiguration
Returns the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.
getContent() - Method in class com.netease.cloud.DefaultRequest
 
getContent() - Method in class com.netease.cloud.http.HttpRequest
Returns the input stream containing the content to include with this request.
getContent() - Method in class com.netease.cloud.http.HttpResponse
Returns the input stream containing the response content.
getContent() - Method in interface com.netease.cloud.Request
Returns the optional stream containing the payload data to include for this request.
getContentDisposition() - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Returns the content disposition response header override if it has been specified, or null otherwise.
getContentEncoding() - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Returns the content encoding response header override if it has been specified, or null otherwise.
getContentLanguage() - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Returns the content language response header override if it has been specified, or null otherwise.
getContentLength() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Gets the Content-Length HTTP header indicating the size of the associated object in bytes.
getContentLength(PutObjectRequest) - Static method in class com.netease.cloud.services.nos.transfer.internal.TransferManagerUtils
Returns the size of the data in this request, otherwise -1 if the content length is unknown.
getContentMD5() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Gets the base64 encoded 128-bit MD5 digest of the associated object (content - not including headers) according to RFC 1864.
getContentType() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Gets the Content-Type HTTP header, which indicates the type of content stored in the associated object.
getContentType() - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Returns the content type response header override if it has been specified, or null otherwise.
getContextUserAgent() - Method in class com.netease.cloud.http.ExecutionContext
 
getCounter(String) - Method in class com.netease.cloud.util.TimingInfo
 
getCreationDate() - Method in class com.netease.cloud.services.nos.model.Bucket
Gets the bucket's creation date.
getCredentials() - Method in interface com.netease.cloud.auth.CredentialsProvider
Returns Credentials which the caller can use to authorize an request.
getCredentials() - Method in class com.netease.cloud.http.ExecutionContext
Returns the optional credentials used to sign the associated request.
getCredentials() - Method in class com.netease.cloud.internal.StaticCredentialsProvider
 
getCurrentDepth() - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Returns the element depth of the parser's current position in the XML document being parsed.
getCustomBackoffStrategy() - Method in class com.netease.cloud.http.ExecutionContext
Returns the optional custom backoff strategy for controlling how long between retries on error responses.
getDeduplicationRate() - Method in class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
getDefault404Object() - Method in class com.netease.cloud.services.nos.model.PutBucketDefault404Request
 
getDeletedObjects() - Method in class com.netease.cloud.services.nos.internal.DeleteObjectsResponse
 
getDeletedObjects() - Method in class com.netease.cloud.services.nos.model.DeleteObjectsResult
Returns the list of successfully deleted objects from this request.
getDeletedObjects() - Method in exception com.netease.cloud.services.nos.model.MultiObjectDeleteException
Returns the list of successfully deleted objects from this request.
getDeleteMarkerVersionId() - Method in class com.netease.cloud.services.nos.model.DeleteObjectsResult.DeletedObject
Returns the versionId for the delete marker that was created when doing a non-versioned delete in a versioned bucket.
getDeleteObjectResult() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
getDelimiter() - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Returns the optional delimiter parameter that causes multipart uploads for keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the MultipartUploadListing.getCommonPrefixes() list.
getDelimiter() - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Gets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the ObjectListing.getCommonPrefixes() list.
getDelimiter() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Gets the delimiter parameter originally used to request this multipart upload listing, or null if no delimiter specified.
getDelimiter() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets the delimiter parameter originally used to request this object listing, or null if no delimiter specified.
getDescription() - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Returns a human-readable description of this transfer.
getDescription() - Method in interface com.netease.cloud.services.nos.transfer.Transfer
Returns a human-readable description of this transfer.
getDestinationBucketName() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the destination bucket name which will contain the new, copied object.
getDestinationBucketName() - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
getDestinationBucketName() - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Gets the destination bucket name which will contain the new, copied object.
getDestinationKey() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the destination bucket key under which the new, copied object will be stored.
getDestinationKey() - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
getDestinationKey() - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Gets the destination bucket key under which the new, copied object will be stored.
getDisplayName() - Method in class com.netease.cloud.services.nos.model.Owner
Gets the display name of the owner.
getDouble(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class com.netease.cloud.util.json.JSONObject
Get the double value associated with a key.
getDownload() - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
The download parameter which indicate the default name when browser try to download the object
getEndpoint() - Method in class com.netease.cloud.DefaultRequest
 
getEndpoint() - Method in class com.netease.cloud.http.HttpRequest
Returns the service endpoint.
getEndpoint() - Method in interface com.netease.cloud.Request
Returns the service endpoint
getEndTime() - Method in class com.netease.cloud.util.TimingInfo
 
getErrorCode() - Method in exception com.netease.cloud.ServiceException
Returns the error code represented by this exception.
getErrorCode() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorHostId() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorMessage() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorPropertyPath(String) - Method in class com.netease.cloud.transform.LegacyErrorUnmarshaller
Returns the path to the specified property within an error response.
getErrorPropertyPath(String) - Method in class com.netease.cloud.transform.StandardErrorUnmarshaller
Returns the path to the specified property within an error response.
getErrorRequestId() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrors() - Method in class com.netease.cloud.services.nos.internal.DeleteObjectsResponse
 
getErrors() - Method in exception com.netease.cloud.services.nos.model.MultiObjectDeleteException
Returns the list of errors from the attempted delete operation.
getErrorType() - Method in exception com.netease.cloud.ServiceException
Indicates who is responsible for this exception (caller, service, or unknown).
getETag() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Returns the entity tag identifying the new object.
getETag() - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Gets the hex encoded 128-bit MD5 hash of this object's contents as computed by Nos.
getETag() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Gets the hex encoded 128-bit MD5 digest of the associated object according to RFC 1864.
getETag() - Method in class com.netease.cloud.services.nos.model.PartETag
Returns the entity tag generated from the content of the associated part.
getETag() - Method in class com.netease.cloud.services.nos.model.PartSummary
Returns the entity tag generated from the part content.
getETag() - Method in class com.netease.cloud.services.nos.model.PutObjectResult
Gets the ETag value for the newly created object.
getETag() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getETag() - Method in class com.netease.cloud.services.nos.model.UploadPartResult
Returns the entity tag of the newly uploaded part.
getETag() - Method in class com.netease.cloud.services.nos.transfer.model.UploadResult
Returns the entity tag identifying the new object.
getEventCode() - Method in class com.netease.cloud.services.nos.model.ProgressEvent
Returns the unique event code that identifies what type of specific type of event this object represents.
getExpiration() - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
The expiration date at which point the new pre-signed URL will no longer be accepted by .
getExpirationDate() - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Returns the expiration date of the object.
getExpirationInDays() - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Returns the time in days from an object's creation to its expiration.
getExpirationTime() - Method in interface com.netease.cloud.services.nos.internal.ObjectExpirationResult
Returns the expiration date of the object, or null if the object is not configured to expire.
getExpirationTime() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Returns the expiration time for this object, or null if it doesn't expire.
getExpirationTime() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Returns the expiration time for this object, or null if it doesn't expire.
getExpirationTime() - Method in class com.netease.cloud.services.nos.model.PutObjectResult
Returns the expiration time for this object, or null if it doesn't expire.
getExpirationTime() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getExpirationTime() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getExpirationTimeRuleId() - Method in interface com.netease.cloud.services.nos.internal.ObjectExpirationResult
Returns the bucket lifecycle configuration rule ID for the expiration of this object.
getExpirationTimeRuleId() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
object's expiration, or null if it doesn't expire.
getExpirationTimeRuleId() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
object's expiration, or null if it doesn't expire.
getExpirationTimeRuleId() - Method in class com.netease.cloud.services.nos.model.PutObjectResult
object's expiration, or null if it doesn't expire.
getExpirationTimeRuleId() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getExpirationTimeRuleId() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getExpires() - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Returns the expires response header override if it has been specified, or null otherwise.
getFile() - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Gets the path and name of the file containing the data to be uploaded to Nos.
getFile() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the file containing the data to upload.
getFileOffset() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the optional offset in the specified file, at which to begin uploading data for this part.
getFireCompletedEvent() - Method in class com.netease.cloud.services.nos.internal.ProgressReportingInputStream
Returns whether this input stream should fire an event with code ProgressEvent.COMPLETED_EVENT_CODE when this stream runs out of data.
getFuture() - Method in class com.netease.cloud.services.nos.transfer.internal.DownloadMonitor
 
getFuture() - Method in class com.netease.cloud.services.nos.transfer.internal.MultipleFileTransferMonitor
 
getFuture() - Method in interface com.netease.cloud.services.nos.transfer.internal.TransferMonitor
Returns a Future to wait on.
getFuture() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadMonitor
 
getHeader(String) - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Returns the value of the header with the specified name from the response, or null if not present.
getHeaders() - Method in class com.netease.cloud.DefaultRequest
 
getHeaders() - Method in class com.netease.cloud.http.HttpRequest
Returns a map of the headers associated with this request
getHeaders() - Method in class com.netease.cloud.http.HttpResponse
Returns the HTTP headers returned with this response.
getHeaders() - Method in interface com.netease.cloud.Request
Returns a map of all the headers included in this request.
getHex(byte[]) - Static method in class com.netease.cloud.util.Md5Utils
 
getHostId() - Method in class com.netease.cloud.services.nos.NosResponseMetadata
Returns the host ID, providing additional debugging information about how a request was handled.
getHttpMethod() - Method in class com.netease.cloud.DefaultRequest
 
getHttpMethod() - Method in interface com.netease.cloud.Request
Returns the HTTP method (GET, POST, etc) to use when sending this request.
getHttpRequest() - Method in class com.netease.cloud.http.HttpMethodReleaseInputStream
Returns the underlying HttpMethod object that contains/manages the actual HTTP connection.
getHttpRequest() - Method in class com.netease.cloud.http.HttpResponse
Returns the original http request associated with this response.
getHttpRequest() - Method in class com.netease.cloud.services.nos.model.NOSObjectInputStream
Returns the http request from which this input stream is derived.
getId() - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Returns the ID of this rule.
getId() - Method in class com.netease.cloud.services.nos.model.Owner
Gets the ID of the owner.
getIfNotFound() - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
 
getInitiated() - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Returns the date at which this upload was initiated.
getInitiateMultipartUploadResult() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
getInitiator() - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Returns the user who initiated this multipart upload.
getInitiator() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns details on the user who initiated the associated multipart upload.
getInputStream() - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Gets the input stream containing the data to be uploaded to Nos.
getInputStream() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the stream containing the data to upload for the new part.
getInstance() - Static method in class com.netease.cloud.services.nos.internal.Mimetypes
Loads MIME type info from the file 'mime.types' in the classpath, if it's available.
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.BooleanUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.ByteBufferUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.ByteUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.DateUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.DoubleUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.FloatUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.IntegerUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.LongUnmarshaller
 
getInstance() - Static method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.StringUnmarshaller
 
getInt(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class com.netease.cloud.util.json.JSONObject
Get the int value associated with a key.
getIsSubdomain() - Method in class com.netease.cloud.ClientConfiguration
 
getJSONArray(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class com.netease.cloud.util.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class com.netease.cloud.util.json.JSONObject
Get the JSONObject value associated with a key.
getKey() - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Returns the key of the multipart upload to abort.
getKey() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Returns the key under which the multipart upload to complete is stored.
getKey() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Gets the key by which the newly created object is stored.
getKey() - Method in class com.netease.cloud.services.nos.model.DeleteObjectRequest
Gets the key of the object to delete.
getKey() - Method in class com.netease.cloud.services.nos.model.DeleteObjectsResult.DeletedObject
Returns the key that was successfully deleted.
getKey() - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Returns the key of the object involved in this request.
getKey() - Method in class com.netease.cloud.services.nos.model.GetBucketDefault404Result
 
getKey() - Method in class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Gets the key of the object whose metadata is being retrieved.
getKey() - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Gets the key under which the object to be downloaded is stored.
getKey() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Returns the key by which to store the new multipart upload, and hence, the eventual object created from the multipart upload.
getKey() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadResult
Returns the object key for which the multipart upload was initiated.
getKey() - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Returns the key of the associated multipart upload whose parts are being listed.
getKey() - Method in class com.netease.cloud.services.nos.model.MultiObjectDeleteException.DeleteError
Returns the key of the object that couldn't be deleted.
getKey() - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Returns the key by which this upload is stored.
getKey() - Method in class com.netease.cloud.services.nos.model.NOSObject
Gets the key under which this object is stored.
getKey() - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Gets the key under which this object is stored in Nos.
getKey() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns the key value specified in the original request used to identify which multipart upload contains the parts to list.
getKey() - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Gets the key under which to store the new object.
getKey() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the key of the initiated multipart upload.
getKey() - Method in interface com.netease.cloud.services.nos.transfer.Download
The key under which this object was stored in Nos.
getKey() - Method in class com.netease.cloud.services.nos.transfer.internal.DownloadImpl
The key under which this object was stored in Nos.
getKey() - Method in class com.netease.cloud.services.nos.transfer.model.UploadResult
Returns the key by which the newly created object is stored.
getKeyMarker() - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Returns the optional key marker indicating where in the results to begin listing.
getKeyMarker() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
getKeyPrefix() - Method in class com.netease.cloud.services.nos.transfer.internal.MultipleFileDownloadImpl
Returns the key prefix of the virtual directory being downloaded.
getKeyPrefix() - Method in class com.netease.cloud.services.nos.transfer.internal.MultipleFileUploadImpl
Returns the key prefix of the virtual directory being uploaded to.
getKeyPrefix() - Method in interface com.netease.cloud.services.nos.transfer.MultipleFileDownload
Returns the key prefix of the virtual directory being downloaded.
getKeyPrefix() - Method in interface com.netease.cloud.services.nos.transfer.MultipleFileUpload
Returns the key prefix of the virtual directory being downloaded.
getKeys() - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Returns the list of keys to delete from this bucket.
getLastModified() - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Gets the date when, according to Nos, this object was last modified.
getLastModified() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Gets the value of the Last-Modified header, indicating the date and time at which Nos last recorded a modification to the associated object.
getLastModified() - Method in class com.netease.cloud.services.nos.model.PartSummary
Returns the date this part was last modified.
getLastModified() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getLifecycleConfiguration() - Method in class com.netease.cloud.services.nos.model.SetBucketLifecycleConfigurationRequest
Gets the new lifecycle configuration for the specified bucket.
getListMultipartUploadsResult() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
getListPartsResult() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
getLocation() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Returns the URL identifying the new multipart object.
getLocation() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
getLogID() - Method in class com.netease.cloud.services.nos.tools.noscmd
 
getLogID() - Method in class com.netease.cloud.WebServiceRequest
 
getLogSeq() - Method in class com.netease.cloud.services.nos.tools.noscmd
 
getLogSeq() - Method in class com.netease.cloud.WebServiceRequest
 
getLong(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class com.netease.cloud.util.json.JSONObject
Get the long value associated with a key.
getMarker() - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Gets the optional marker parameter indicating where in the bucket to begin listing.
getMarker() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets the marker parameter originally used to request this object listing, or null if no marker was specified.
getMatchingETagConstraints() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the optional list of ETag constraints that, when present, must include a match for the source object's current ETag in order for the copy object request to be executed.
getMaxConnections() - Method in class com.netease.cloud.ClientConfiguration
Returns the maximum number of allowed open HTTP connections.
getMaxErrorRetry() - Method in class com.netease.cloud.ClientConfiguration
Returns the maximum number of retry attempts for failed retryable requests (ex: 5xx error responses from a service).
getMaxKeys() - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Gets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
getMaxKeys() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets the maxKeys parameter originally used to request this object listing, or the default maxKeys value provided by Nos if the requester didn't specify a value.
getMaxParts() - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Returns the optional maximum number of parts to be returned in the part listing.
getMaxParts() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns the optional max parts value specified in the original request to limit how many parts are listed.
getMaxUploads() - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Returns the optional maximum number of uploads to return, or null if no maximum number of uploads has been set for this request.
getMaxUploads() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the optional maximum number of uploads to be listed, as specified in the original request.
getMd5Digest() - Method in class com.netease.cloud.services.nos.internal.MD5DigestCalculatingInputStream
 
getMD5Digest() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
 
getMd5Digest() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the optional, but recommended, MD5 hash of the content of this part.
getMediaOperation() - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
getMessage() - Method in class com.netease.cloud.services.nos.model.MultiObjectDeleteException.DeleteError
Returns a description of the failure.
getMetadata() - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Gets the optional metadata instructing Nos how to handle the uploaded data (e.g.
getMetadata() - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Returns any metadata collected through metadata expressions while this context was reading the XML events from the XML document.
getMethod() - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
The HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
getMethodName() - Method in class com.netease.cloud.http.HttpRequest
Returns http request method
getMimetype(String) - Method in class com.netease.cloud.services.nos.internal.Mimetypes
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getMimetype(File) - Method in class com.netease.cloud.services.nos.internal.Mimetypes
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getMinimumUploadPartSize() - Method in class com.netease.cloud.services.nos.transfer.TransferManagerConfiguration
Returns the minimum part size for upload parts.
getModifiedSinceConstraint() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the optional modified constraint that restricts this request to executing only if the source object has been modified after the specified date.
getModifiedSinceConstraint() - Method in class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Gets the optional modified constraint that restricts this request to executing only if the object has been modified after the specified date.
getModifiedSinceConstraint() - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Gets the optional modified constraint that restricts this request to executing only if the object has been modified after the specified date.
getMonitor() - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
 
getMultipartUploads() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the list of multipart uploads.
getMultipartUploadThreshold() - Method in class com.netease.cloud.services.nos.transfer.TransferManagerConfiguration
Returns the size threshold in bytes for when to use multipart uploads.
getName() - Method in class com.netease.cloud.services.nos.model.Bucket
Gets the name of the bucket.
getNames(JSONObject) - Static method in class com.netease.cloud.util.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class com.netease.cloud.util.json.JSONObject
Get an array of field names from an Object.
getNewObjectMetadata() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the optional object metadata to set for the new, copied object.
getNextKeyMarker() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the next key marker that should be used in the next request to get the next page of results.
getNextMarker() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets the marker to use in the next listObjects request in order to see the next page of results.
getNextPartNumberMarker() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns the next part number marker.
getNextUploadIdMarker() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the next upload ID marker that should be used in the next request to get the next page of results.
getNextUploadPartRequest() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadPartRequestFactory
 
getNonmatchingETagConstraints() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the optional list of ETag constraints that, when present, must not include a match for the source object's current ETag in order for the copy object request to be executed.
getNosClient() - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Returns the underlying Nos client used to make requests to Nos.
getNOSException() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getObject(String, String) - Method in interface com.netease.cloud.services.nos.Nos
Gets the object stored in NOS under the specified bucket and key.
getObject(GetObjectRequest) - Method in interface com.netease.cloud.services.nos.Nos
Gets the object stored in NOS under the specified bucket and key.
getObject(GetObjectRequest, File) - Method in interface com.netease.cloud.services.nos.Nos
Gets the object metadata for the object stored in NOS under the specified bucket and key, and saves the object contents to the specified file.
getObject(String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
getObject(GetObjectRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
getObject(GetObjectRequest, File) - Method in class com.netease.cloud.services.nos.NosClient
 
getObject(String, String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
download the file in specified bucket
getObjectContent() - Method in class com.netease.cloud.services.nos.model.NOSObject
Gets an input stream containing the contents of this object.
getObjectCount() - Method in class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
getObjectKey(File, File) - Method in class com.netease.cloud.services.nos.tools.noscmd
guess objectkey for local files
getObjectListing() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
getObjectMetadata() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Returns the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
getObjectMetadata() - Method in class com.netease.cloud.services.nos.model.NOSObject
Gets the metadata stored by Nos for this object.
getObjectMetadata(String, String) - Method in interface com.netease.cloud.services.nos.Nos
Gets the metadata for the specified object without actually fetching the object itself.
getObjectMetadata(GetObjectMetadataRequest) - Method in interface com.netease.cloud.services.nos.Nos
Gets the metadata for the specified object without actually fetching the object itself.
getObjectMetadata(String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
getObjectMetadata(GetObjectMetadataRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
getObjectMetadata() - Method in interface com.netease.cloud.services.nos.transfer.Download
Returns the ObjectMetadata for the object being downloaded.
getObjectMetadata() - Method in class com.netease.cloud.services.nos.transfer.internal.DownloadImpl
Returns the ObjectMetadata for the object being downloaded.
GetObjectMetadataRequest - Class in com.netease.cloud.services.nos.model
Provides options for obtaining the metadata for the specified object without actually fetching the object contents.
GetObjectMetadataRequest(String, String) - Constructor for class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Constructs a new GetObjectMetadataRequest used to retrieve a specified object's metadata.
getObjectName() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
 
getObjectName() - Method in class com.netease.cloud.services.nos.model.PutObjectResult
 
GetObjectRequest - Class in com.netease.cloud.services.nos.model
Provides options for downloading an object.
GetObjectRequest(String, String) - Constructor for class com.netease.cloud.services.nos.model.GetObjectRequest
Constructs a new GetObjectRequest with all the required parameters.
getObjects(String, File, String, boolean) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
getObjectSummaries() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets the list of object summaries describing the objects stored in the Nos bucket.
getOriginalRequest() - Method in class com.netease.cloud.DefaultRequest
Returns the original, user facing request object which this internal request object is representing.
getOriginalRequest() - Method in class com.netease.cloud.http.HttpRequest
Returns the original request, as constructed by the SDK user, for which this HTTP request is being executed.
getOriginalRequest() - Method in interface com.netease.cloud.Request
Returns the original, user facing request object which this internal request object is representing.
getOwner() - Method in class com.netease.cloud.services.nos.model.Bucket
Gets the bucket's owner.
getOwner() - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Returns the owner of this multipart upload.
getOwner() - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Gets the owner of this object.
getOwner() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns details on the user who owns the associated multipart upload.
getOwner() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
getParameters() - Method in class com.netease.cloud.DefaultRequest
 
getParameters() - Method in class com.netease.cloud.http.HttpRequest
Returns list of request parameters
getParameters() - Method in interface com.netease.cloud.Request
Returns a map of all parameters in this request.
getPartETag() - Method in class com.netease.cloud.services.nos.model.UploadPartResult
Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data.
getPartETags() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Returns the list of part numbers and ETags that identify the individual parts of the multipart upload to complete.
getPartNumber() - Method in class com.netease.cloud.services.nos.model.PartETag
Returns the part number of the associated part.
getPartNumber() - Method in class com.netease.cloud.services.nos.model.PartSummary
Returns the part number describing this part's position relative to the other parts in the multipart upload.
getPartNumber() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the part number describing this part's position relative to the other parts in the multipart upload.
getPartNumber() - Method in class com.netease.cloud.services.nos.model.UploadPartResult
Returns the part number of the newly uploaded part.
getPartNumberMarker() - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Returns the optional part number marker indicating where in the results to being listing parts.
getPartNumberMarker() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns the optional part number marker specified in the original request to specify where in the results to begin listing parts.
getParts() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns the list of parts described in this part listing.
getPartSize() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the size of this part, in bytes.
getPercentTransfered() - Method in class com.netease.cloud.services.nos.transfer.TransferProgress
Returns a percentage of the number of bytes transfered out of the total number of bytes to transfer.
getPlatform() - Static method in class com.netease.cloud.util.VersionInfoUtils
Returns the current platform for the SDK in which this class is running.
getPrefix() - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Returns the key prefix for which this rule will apply.
getPrefix() - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Returns the optional prefix parameter that restricts the response to multipart uploads for keys that begin with the specified prefix.
getPrefix() - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Gets the optional prefix parameter and restricts the response to keys that begin with the specified prefix.
getPrefix() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the prefix parameter originally used to request this multipart upload listing, or null if no prefix was specified.
getPrefix() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets the prefix parameter originally used to request this object listing, or null if no prefix was specified.
getProgress() - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Returns progress information about this transfer.
getProgress() - Method in interface com.netease.cloud.services.nos.transfer.Transfer
Returns progress information about this transfer.
getProgressListener() - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Returns the optional progress listener for receiving updates about object download status.
getProgressListener() - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Returns the optional progress listener for receiving updates about object upload status.
getProgressListener() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the optional progress listener for receiving updates about object upload status.
getProtocol() - Method in class com.netease.cloud.ClientConfiguration
Returns the protocol (HTTP or HTTPS) to use when connecting to the Web Services.
getProxyDomain() - Method in class com.netease.cloud.ClientConfiguration
Returns the optional Windows domain name for configuring an NTLM proxy.
getProxyHost() - Method in class com.netease.cloud.ClientConfiguration
Returns the optional proxy host the client will connect through.
getProxyPassword() - Method in class com.netease.cloud.ClientConfiguration
Returns the optional proxy password to use when connecting through a proxy.
getProxyPort() - Method in class com.netease.cloud.ClientConfiguration
Returns the optional proxy port the client will connect through.
getProxyUsername() - Method in class com.netease.cloud.ClientConfiguration
Returns the optional proxy user name to use if connecting through a proxy.
getProxyWorkstation() - Method in class com.netease.cloud.ClientConfiguration
Returns the optional Windows workstation name for configuring NTLM proxy support.
getQuiet() - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Returns the quiet element for this request.
getRange() - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Gets the optional inclusive byte range within the desired object that will be downloaded by this request.
getRawMetadata() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
For internal use only.
getRegion() - Method in class com.netease.cloud.services.nos.model.CreateBucketRequest
Gets the name of the region in which this bucket will be created.
getRequest() - Method in class com.netease.cloud.http.HttpResponse
Returns the original request associated with this response.
getRequestClientOptions() - Method in class com.netease.cloud.WebServiceRequest
Gets the options stored with this request object.
getRequestCredentials() - Method in class com.netease.cloud.WebServiceRequest
Returns the optional credentials to use to sign this request, overriding the default credentials set at the client level.
getRequestFile(PutObjectRequest) - Static method in class com.netease.cloud.services.nos.transfer.internal.TransferManagerUtils
Convenience method for getting the file specified in a request.
getRequestHandlers() - Method in class com.netease.cloud.http.ExecutionContext
Returns a list of request handlers that should be run for a given request's execution.
getRequestId() - Method in class com.netease.cloud.ResponseMetadata
Returns the request ID contained in this response metadata object.
getRequestId() - Method in exception com.netease.cloud.ServiceException
Returns the request ID that uniquely identifies the service request the caller made.
getRequestId() - Method in class com.netease.cloud.WebServiceResponse
Returns the request ID from the response metadata section of an response.
getRequestParameters() - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Returns the complete map of additional request parameters to be included in the pre-signed URL.
getRequestPayload(Request<?>) - Method in class com.netease.cloud.auth.AbstractSigner
 
getRequestPayloadWithoutQueryParams(Request<?>) - Method in class com.netease.cloud.auth.AbstractSigner
 
getResource() - Method in exception com.netease.cloud.ServiceException
 
getResourcePath() - Method in class com.netease.cloud.DefaultRequest
 
getResourcePath() - Method in class com.netease.cloud.http.HttpRequest
Returns the resource path associated with this request.
getResourcePath() - Method in interface com.netease.cloud.Request
Returns the path to the resource being requested.
getResponseHeaders() - Method in class com.netease.cloud.services.nos.internal.NosXmlResponseHandler
Returns the headers from the processed response.
getResponseHeaders() - Method in class com.netease.cloud.services.nos.internal.SimpleDataResponseHandler
Returns the headers from the processed response.
getResponseHeaders() - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Returns the headers to be overridden in the service response.
getResponseMetadata() - Method in class com.netease.cloud.WebServiceResponse
Returns the response metadata for this response.
getResponseMetadataForRequest(WebServiceRequest) - Method in class com.netease.cloud.http.NeteaseHttpClient
Returns additional response metadata for an executed request.
getResult() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketDefault404Handler
 
getResult() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketStatsHandler
 
getResult() - Method in class com.netease.cloud.WebServiceResponse
Returns the result contained by this response.
getRules() - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration
Returns the list of rules that comprise this configuration.
getSecretKey() - Method in class com.netease.cloud.auth.BasicCredentials
 
getSecretKey() - Method in interface com.netease.cloud.auth.Credentials
Returns the secret access key for this credentials object.
getSecretKey() - Method in class com.netease.cloud.auth.PropertiesCredentials
 
getServerSideEncryption() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getServiceName() - Method in class com.netease.cloud.DefaultRequest
 
getServiceName() - Method in class com.netease.cloud.http.HttpRequest
Returns the name of the service this request is for.
getServiceName() - Method in interface com.netease.cloud.Request
Returns the name of the service this request is for.
getServiceName() - Method in exception com.netease.cloud.ServiceException
Returns the name of the service that sent this error response.
getSigner() - Method in class com.netease.cloud.http.ExecutionContext
Returns the optional signer used to sign the associated request.
getSize() - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Gets the size of this object in bytes.
getSize() - Method in class com.netease.cloud.services.nos.model.PartSummary
Returns the size of this part, in bytes.
getSocketBufferSizeHints() - Method in class com.netease.cloud.ClientConfiguration
Returns the optional size hints (in bytes) for the low level TCP send and receive buffers.
getSocketTimeout() - Method in class com.netease.cloud.ClientConfiguration
Returns the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed.
getSourceBucketName() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the name of the bucket containing the source object to be copied.
getSourceBucketName() - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
getSourceBucketName() - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Gets the name of the bucket containing the source object to be copied.
getSourceKey() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the source bucket key under which the source object to be copied is stored.
getSourceKey() - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
getSourceKey() - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Gets the source bucket key under which the source object to be copied is stored.
getStartTime() - Method in class com.netease.cloud.util.TimingInfo
Returns the time, in epoch milliseconds, at which this timing period started.
getState() - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Returns the current state of this transfer.
getState() - Method in interface com.netease.cloud.services.nos.transfer.Transfer
Returns the current state of this transfer.
getStatus() - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Returns the status of this rule.
getStatusCode() - Method in class com.netease.cloud.http.HttpResponse
Returns the HTTP status code (ex: 200, 404, etc) associated with this response.
getStatusCode() - Method in exception com.netease.cloud.ServiceException
Returns the HTTP status code that was returned with this service exception.
getStatusText() - Method in class com.netease.cloud.http.HttpResponse
Returns the HTTP status text associated with this response.
getStorageCapacity() - Method in class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
getStorageClass() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the optional Nos storage class to use when storing the newly copied object.
getStorageClass() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Returns the optional storage class to use when storing this upload's data in nos.
getStorageClass() - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Returns the storage class indicating how the data in this multipart upload will be stored.
getStorageClass() - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Gets the storage class used by Nos for this object.
getStorageClass() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns the class of storage used for the parts in the associated multipart upload.
getStorageClass() - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Gets the optional Nos storage class to use when storing the new object.
getString(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class com.netease.cloud.util.json.JSONObject
Get the string associated with a key.
getString() - Method in class com.netease.cloud.util.StringInputStream
Returns the original string specified when this input stream was constructed.
getSubMeasurement(String) - Method in class com.netease.cloud.util.TimingInfo
 
getTimingInfo() - Method in class com.netease.cloud.http.ExecutionContext
 
getToken() - Method in class com.netease.cloud.http.ExecutionContext
 
getToken() - Method in class com.netease.cloud.WebServiceRequest
 
getTotalBytesToTransfer() - Method in class com.netease.cloud.services.nos.transfer.TransferProgress
Returns the total size in bytes of the associated transfer, or -1 if the total size isn't known.
getUnmodifiedSinceConstraint() - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Gets the optional unmodified constraint that restricts this request to executing only if the source object has not been modified after the specified date.
getUploadId() - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Returns the ID of the upload to abort.
getUploadId() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Returns the ID of the multipart upload to complete.
getUploadId() - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadResult
Returns the initiated multipart upload ID.
getUploadId() - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Returns the ID of the multipart upload whose parts are being listed.
getUploadId() - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Returns the unique ID of this multipart upload.
getUploadId() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns the upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
getUploadId() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns the ID of the existing, initiated multipart upload with which this new part will be associated.
getUploadIdMarker() - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Returns the optional upload ID marker indicating where in the results to begin listing.
getUploadIdMarker() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
getUserAgent() - Method in class com.netease.cloud.ClientConfiguration
Returns the HTTP user agent header to send with all requests.
getUserAgent() - Static method in class com.netease.cloud.util.VersionInfoUtils
 
getUserMetadata() - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Gets the custom user-metadata for the associated object.
getVersion() - Static method in class com.netease.cloud.util.VersionInfoUtils
Returns the current version for the SDK in which this class is running.
getVersionId() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Returns the version ID of the new object, only present if versioning has been enabled for the bucket.
getVersionId() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
getVersionId() - Method in class com.netease.cloud.services.nos.transfer.model.UploadResult
Returns the version ID of the new object.
getWrappedInputStream() - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
 
getWrappedInputStream() - Method in class com.netease.cloud.services.nos.internal.RepeatableInputStream
 
getxNosObjectMD5() - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
 

H

handle(HttpResponse) - Method in class com.netease.cloud.http.DefaultErrorResponseHandler
 
handle(HttpResponse) - Method in interface com.netease.cloud.http.HttpResponseHandler
Accepts an HTTP response object, and returns an object of type T.
handle(HttpResponse) - Method in class com.netease.cloud.http.StaxResponseHandler
 
handle(T, HttpResponse) - Method in interface com.netease.cloud.services.nos.internal.HeaderHandler
Applies one or more headers to the response object given.
handle(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.NosAclHeaderResponseHnadler
 
handle(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.NosErrorResponseHandler
 
handle(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.NosMetadataResponseHandler
 
handle(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.NosObjectResponseHandler
 
handle(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.NosStringResponseHandler
 
handle(XmlResponsesSaxParser.CopyObjectResultHandler, HttpResponse) - Method in class com.netease.cloud.services.nos.internal.NosVersionHeaderHandler
 
handle(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.NosXmlResponseHandler
 
handle(T, HttpResponse) - Method in class com.netease.cloud.services.nos.internal.ObjectExpirationHeaderHandler
 
handle(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.ResponseHeaderHandlerChain
 
handle(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.SimpleDataResponseHandler
 
HandlerChainFactory - Class in com.netease.cloud.handlers
Factory for creating request/response handler chains.
HandlerChainFactory() - Constructor for class com.netease.cloud.handlers.HandlerChainFactory
 
has(String) - Method in class com.netease.cloud.util.json.JSONObject
Determine if the JSONObject contains a specific key.
hash(String) - Method in class com.netease.cloud.auth.AbstractSigner
Hashes the string contents (assumed to be UTF-8) using the SHA-256 algorithm.
hashCode() - Method in class com.netease.cloud.services.nos.model.Owner
 
hasMoreRequests() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadPartRequestFactory
 
HeadBucketRequest - Class in com.netease.cloud.services.nos.model
 
HeadBucketRequest(String) - Constructor for class com.netease.cloud.services.nos.model.HeadBucketRequest
 
HeaderHandler<T> - Interface in com.netease.cloud.services.nos.internal
Assistant response handler that can pull an HTTP header out of the response and apply it to a response object.
Headers - Interface in com.netease.cloud.services.nos
Common NOS HTTP header values used throughout the NOS Java client.
HMAC_SHA1_ALGORITHM - Static variable in class com.netease.cloud.services.nos.internal.Constants
HMAC/SHA1 Algorithm per RFC 2104, used when signing NOS requests
HOST_ID - Static variable in class com.netease.cloud.services.nos.NosResponseMetadata
 
HttpMethod - Enum in com.netease.cloud
Enumeration of valid HTTP methods.
HttpMethodName - Enum in com.netease.cloud.http
 
HttpMethodReleaseInputStream - Class in com.netease.cloud.http
Utility class to wrap InputStreams obtained from an HttpClient library's HttpMethod object, and ensure the stream and HTTP connection are properly released.
HttpMethodReleaseInputStream(HttpEntityEnclosingRequest) - Constructor for class com.netease.cloud.http.HttpMethodReleaseInputStream
Constructs an input stream based on an HttpMethod object representing an HTTP connection.
HttpRequest - Class in com.netease.cloud.http
 
HttpRequest(HttpMethodName) - Constructor for class com.netease.cloud.http.HttpRequest
Construct request with http method name Supported methods are: GET POST DELETE HEAD PUT
HttpResponse - Class in com.netease.cloud.http
Represents an HTTP response returned by an service in response to a service request.
HttpResponse(Request<?>, HttpRequestBase) - Constructor for class com.netease.cloud.http.HttpResponse
Constructs a new HttpResponse associated with the specified request.
HttpResponseHandler<T> - Interface in com.netease.cloud.http
Responsible for handling an HTTP response and returning an object of type T.
HttpUtils - Class in com.netease.cloud.util
 
HttpUtils() - Constructor for class com.netease.cloud.util.HttpUtils
 

I

i2b(int) - Method in class com.netease.cloud.services.nos.tools.noscmd
int���������4������byte������
IdleConnectionReaper - Class in com.netease.cloud.http
Daemon thread to periodically check connection pools for idle connections.
increment(String) - Method in class com.netease.cloud.util.json.JSONObject
Increment a property of a JSONObject.
initiateMultipartUpload(InitiateMultipartUploadRequest) - Method in interface com.netease.cloud.services.nos.Nos
Initiates a multipart upload and returns an InitiateMultipartUploadResult which contains an upload ID.
initiateMultipartUpload(InitiateMultipartUploadRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
InitiateMultipartUploadRequest - Class in com.netease.cloud.services.nos.model
The InitiateMultipartUploadRequest contains the parameters used for the InitiateMultipartUpload method.
InitiateMultipartUploadRequest(String, String) - Constructor for class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Constructs a request to initiate a new multipart upload in the specified bucket, stored by the specified key.
InitiateMultipartUploadRequest(String, String, ObjectMetadata) - Constructor for class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Constructs a request to initiate a new multipart upload in the specified bucket, stored by the specified key, and with the additional specified object metadata.
InitiateMultipartUploadResult - Class in com.netease.cloud.services.nos.model
Contains the results of initiating a multipart upload, particularly the unique ID of the new multipart upload.
InitiateMultipartUploadResult() - Constructor for class com.netease.cloud.services.nos.model.InitiateMultipartUploadResult
 
InputSubstream - Class in com.netease.cloud.services.nos.internal
Filtered input stream implementation that exposes a range of an input stream as a new input stream.
InputSubstream(InputStream, long, long, boolean) - Constructor for class com.netease.cloud.services.nos.internal.InputSubstream
Constructs a new InputSubstream so that when callers start reading from this stream they'll start at the specified offset in the real stream and after they've read the specified length, this stream will look empty.
ip2String(int) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
isDeleteMarker() - Method in class com.netease.cloud.services.nos.model.DeleteObjectsResult.DeletedObject
Returns whether the object deleted was a delete marker.
isDNSBucketName(String) - Method in class com.netease.cloud.services.nos.internal.BucketNameUtils
Convience method that allows the DNS rules to be altered for different SDKs.
isDone() - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Returns whether or not the transfer is finished (i.e.
isDone() - Method in class com.netease.cloud.services.nos.transfer.internal.DownloadMonitor
 
isDone() - Method in class com.netease.cloud.services.nos.transfer.internal.MultipleFileTransferMonitor
 
isDone() - Method in interface com.netease.cloud.services.nos.transfer.internal.TransferMonitor
Returns whether the transfer is completed.
isDone() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadMonitor
 
isDone() - Method in interface com.netease.cloud.services.nos.transfer.Transfer
Returns whether or not the transfer is finished (i.e.
isEmpty(Node) - Static method in class com.netease.cloud.util.XpathUtils
Returns true if the specified node is null or has no children.
isErrorResponse() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
isLastPart() - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Returns true if the creator of this request has indicated this part is the last part being uploaded in a multipart upload.
isMultipartUpload() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadCallable
Returns true if this UploadCallable is processing a multipart upload.
isMultipartUploadETag(String) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
Returns true if the specified ETag was from a multipart upload.
isNull(int) - Method in class com.netease.cloud.util.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class com.netease.cloud.util.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isRequesterPays() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
isStartOfDocument() - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Returns true if this unmarshaller context is at the very beginning of a source document (i.e.
isTruncated() - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Returns true if the listing is truncated, and additional requests need to be made to get more results.
isTruncated() - Method in class com.netease.cloud.services.nos.model.ObjectListing
Gets whether or not this object listing is complete.
isTruncated() - Method in class com.netease.cloud.services.nos.model.PartListing
Returns whether or not this listing is truncated, and additional requests need to be made to get more results.
isUploadParallelizable(PutObjectRequest) - Static method in class com.netease.cloud.services.nos.transfer.internal.TransferManagerUtils
Returns true if the specified upload request can use parallel part uploads for increased performance.
isUsingNonDefaultPort(URI) - Static method in class com.netease.cloud.util.HttpUtils
Returns true if the specified URI is using a non-standard port (i.e.
isValidV2BucketName(String) - Method in class com.netease.cloud.services.nos.internal.BucketNameUtils
Returns true if the specified bucket name can be addressed using V2, virtual host style, addressing.

J

join(List<String>) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
Returns a new string created by joining each of the strings in the specified list together, with a comma between them.
join(String) - Method in class com.netease.cloud.util.json.JSONArray
Make a string from the contents of this JSONArray.
join(String, String...) - Static method in class com.netease.cloud.util.StringUtils
Joins the strings in parts with joiner between each string
JSONArray - Class in com.netease.cloud.util.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class com.netease.cloud.util.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class com.netease.cloud.util.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class com.netease.cloud.util.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class com.netease.cloud.util.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class com.netease.cloud.util.json.JSONArray
Construct a JSONArray from an array
JSONException - Exception in com.netease.cloud.util.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception com.netease.cloud.util.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception com.netease.cloud.util.json.JSONException
 
JSONObject - Class in com.netease.cloud.util.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class com.netease.cloud.util.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class com.netease.cloud.util.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class com.netease.cloud.util.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class com.netease.cloud.util.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class com.netease.cloud.util.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class com.netease.cloud.util.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class com.netease.cloud.util.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONTokener - Class in com.netease.cloud.util.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class com.netease.cloud.util.json.JSONTokener
Construct a JSONTokener from a reader.
JSONTokener(String) - Constructor for class com.netease.cloud.util.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in com.netease.cloud.util.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class com.netease.cloud.util.json.JSONWriter
Make a fresh JSONWriter.

K

KB - Static variable in class com.netease.cloud.services.nos.internal.Constants
Kilobytes
key - Variable in class com.netease.cloud.services.nos.model.NOSObjectSummary
The key under which this object is stored
key(String) - Method in class com.netease.cloud.util.json.JSONWriter
Append a key.
keys() - Method in class com.netease.cloud.util.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

LAST_MODIFIED - Static variable in interface com.netease.cloud.services.nos.Headers
 
lastModified - Variable in class com.netease.cloud.services.nos.model.NOSObjectSummary
The date, according to Nos, when this object was last modified
LegacyErrorUnmarshaller - Class in com.netease.cloud.transform
Unmarshalls an error response into an ServiceException, or optionally, a subclass of ServiceException if this class is extended.
LegacyErrorUnmarshaller() - Constructor for class com.netease.cloud.transform.LegacyErrorUnmarshaller
Constructs a new unmarshaller that will unmarshall error responses as a generic ServiceException object.
LegacyErrorUnmarshaller(Class<? extends ServiceException>) - Constructor for class com.netease.cloud.transform.LegacyErrorUnmarshaller
Constructor allowing subclasses to specify a specific type of ServiceException to instantiating when populating the exception object with data from the error response.
length() - Method in class com.netease.cloud.util.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class com.netease.cloud.util.json.JSONObject
Get the number of keys stored in the JSONObject.
listBucket() - Method in class com.netease.cloud.services.nos.tools.noscmd
list all your bucket
listBuckets() - Method in interface com.netease.cloud.services.nos.Nos
List your all buckets owned by you.
listBuckets(ListBucketsRequest) - Method in interface com.netease.cloud.services.nos.Nos
 
listBuckets(ListBucketsRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
listBuckets() - Method in class com.netease.cloud.services.nos.NosClient
 
ListBucketsRequest - Class in com.netease.cloud.services.nos.model
Request object for listing all the Nos buckets owned by a user.
ListBucketsRequest() - Constructor for class com.netease.cloud.services.nos.model.ListBucketsRequest
 
listMultipartUploads(ListMultipartUploadsRequest) - Method in interface com.netease.cloud.services.nos.Nos
Lists in-progress multipart uploads.
listMultipartUploads(ListMultipartUploadsRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
ListMultipartUploadsRequest - Class in com.netease.cloud.services.nos.model
Container for the parameters of the ListMultipartUploads operation.
ListMultipartUploadsRequest(String) - Constructor for class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Constructs a new ListMultipartUploadsRequest to list the multipart uploads from the specified bucket.
listObjects(String) - Method in interface com.netease.cloud.services.nos.Nos
Returns a list of summary information about the objects in the specified buckets.
listObjects(ListObjectsRequest) - Method in interface com.netease.cloud.services.nos.Nos
According to some query condition to return a list of summary information about the objects in the specified buckets.
listObjects(String) - Method in class com.netease.cloud.services.nos.NosClient
 
listObjects(ListObjectsRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
listObjects(String, String, String, int) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
listObjects(String, String, List<String>) - Method in class com.netease.cloud.services.nos.tools.noscmd
list all object in specified bucket
ListObjectsRequest - Class in com.netease.cloud.services.nos.model
Contains options to return a list of summary information about the objects in the specified bucket.
ListObjectsRequest() - Constructor for class com.netease.cloud.services.nos.model.ListObjectsRequest
Constructs a new ListObjectsRequest object.
ListObjectsRequest(String, String, String, String, Integer) - Constructor for class com.netease.cloud.services.nos.model.ListObjectsRequest
Constructs a new ListObjectsRequest object and initializes all required and optional object fields.
listParts(ListPartsRequest) - Method in interface com.netease.cloud.services.nos.Nos
Lists the parts that have been uploaded for a specific multipart upload.
listParts(ListPartsRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
ListPartsRequest - Class in com.netease.cloud.services.nos.model
Container for the the parameters of the ListParts operation.
ListPartsRequest(String, String, String) - Constructor for class com.netease.cloud.services.nos.model.ListPartsRequest
Constructs a new ListPartsRequest from the required parameters bucket name, key and upload ID.
loadAndReplaceMimetypes(InputStream) - Method in class com.netease.cloud.services.nos.internal.Mimetypes
Reads and stores the mime type setting corresponding to a file extension, by reading text from an InputStream.
localNotHave(String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
logID - Variable in class com.netease.cloud.WebServiceRequest
internal module debugging log info
logSeq - Variable in class com.netease.cloud.WebServiceRequest
 
lookup(String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
view a bucket or object ia exist or not.

M

main(String[]) - Static method in class com.netease.cloud.services.nos.NosClient
 
main(String[]) - Static method in class com.netease.cloud.services.nos.tools.noscmd
 
main(String[]) - Static method in class com.netease.cloud.services.nos.tools.SyncNOS
 
makeNosCanonicalString(String, String, Request<T>, String) - Static method in class com.netease.cloud.services.nos.internal.RestUtils
Calculate the canonical string for a REST/HTTP request to Nos.
mark(int) - Method in class com.netease.cloud.services.nos.internal.InputSubstream
 
mark(int) - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
 
mark(int) - Method in class com.netease.cloud.services.nos.internal.RepeatableInputStream
This method can only be used while less data has been read from the input stream than fits into the buffer.
markSupported() - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
 
markSupported() - Method in class com.netease.cloud.services.nos.internal.RepeatableInputStream
 
marshall(R) - Method in interface com.netease.cloud.transform.Marshaller
 
Marshaller<T,R> - Interface in com.netease.cloud.transform
 
MAXIMUM_UPLOAD_PARTS - Static variable in class com.netease.cloud.services.nos.internal.Constants
The maximum allowed parts in a multipart upload.
MB - Static variable in class com.netease.cloud.services.nos.internal.Constants
Megabytes
MD5DigestCalculatingInputStream - Class in com.netease.cloud.services.nos.internal
Simple InputStream wrapper that examines the wrapped stream's contents as they are read and calculates and MD5 digest.
MD5DigestCalculatingInputStream(InputStream) - Constructor for class com.netease.cloud.services.nos.internal.MD5DigestCalculatingInputStream
 
Md5Utils - Class in com.netease.cloud.util
Utility methods for computing MD5 sums.
Md5Utils() - Constructor for class com.netease.cloud.util.Md5Utils
 
mediaSaveAsObject(String, String, String, String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
mediaSaveAsObject(MediaSaveAsRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
MediaSaveAsRequest - Class in com.netease.cloud.services.nos.model
 
MediaSaveAsRequest() - Constructor for class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
MediaSaveAsRequest(String, String, String, String, String) - Constructor for class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
metadata - Variable in class com.netease.cloud.ResponseMetadata
 
MIMETYPE_GZIP - Static variable in class com.netease.cloud.services.nos.internal.Mimetypes
The default gzip mimetype: application/x-gzip
MIMETYPE_HTML - Static variable in class com.netease.cloud.services.nos.internal.Mimetypes
The default HTML mimetype: text/html
MIMETYPE_OCTET_STREAM - Static variable in class com.netease.cloud.services.nos.internal.Mimetypes
The default binary mimetype: application/octet-stream
MIMETYPE_XML - Static variable in class com.netease.cloud.services.nos.internal.Mimetypes
The default XML mimetype: application/xml
Mimetypes - Class in com.netease.cloud.services.nos.internal
Utility class that maintains a listing of known Mimetypes, and determines the mimetype of files based on file extensions.
mode - Variable in class com.netease.cloud.util.json.JSONWriter
The current mode.
monitor - Variable in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
 
more() - Method in class com.netease.cloud.util.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
moveObject(String, String, String, String) - Method in interface com.netease.cloud.services.nos.Nos
move a source object to a new destination in NOS.
moveObject(MoveObjectRequest) - Method in interface com.netease.cloud.services.nos.Nos
move a source object to a new destination in NOS.
moveObject(String, String, String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
moveObject(MoveObjectRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
moveObject(String, String, String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
move an object to another bucket
MoveObjectRequest - Class in com.netease.cloud.services.nos.model
Provides options for moving an Nos object from a source location to a new destination.
MoveObjectRequest(String, String, String, String) - Constructor for class com.netease.cloud.services.nos.model.MoveObjectRequest
Constructs a new com.netease.cloud.services.nos.model with only basic options.
MultiObjectDeleteException - Exception in com.netease.cloud.services.nos.model
Exception for partial or total failure of the multi-object delete API, including the errors that occurred.
MultiObjectDeleteException(Collection<MultiObjectDeleteException.DeleteError>, Collection<DeleteObjectsResult.DeletedObject>) - Constructor for exception com.netease.cloud.services.nos.model.MultiObjectDeleteException
 
MultiObjectDeleteException.DeleteError - Class in com.netease.cloud.services.nos.model
An error that occurred when deleting an object.
MultiObjectDeleteException.DeleteError() - Constructor for class com.netease.cloud.services.nos.model.MultiObjectDeleteException.DeleteError
 
MultipartUpload - Class in com.netease.cloud.services.nos.model
A multipart upload is an upload to Nos that is creating by uploading individual pieces of an object, then telling Nos to complete the multipart upload and concatenate all the individual pieces together into a single object.
MultipartUpload() - Constructor for class com.netease.cloud.services.nos.model.MultipartUpload
 
MultipartUploadListing - Class in com.netease.cloud.services.nos.model
The ListMultipartUploadsResponse contains all the information about the ListMultipartUploads method.
MultipartUploadListing() - Constructor for class com.netease.cloud.services.nos.model.MultipartUploadListing
 
MultipleFileDownload - Interface in com.netease.cloud.services.nos.transfer
Multiple file download of an entire virtual directory.
MultipleFileDownloadImpl - Class in com.netease.cloud.services.nos.transfer.internal
Multiple file download when downloading an entire virtual directory.
MultipleFileDownloadImpl(String, TransferProgress, ProgressListenerChain, String, String, Collection<? extends Download>) - Constructor for class com.netease.cloud.services.nos.transfer.internal.MultipleFileDownloadImpl
 
MultipleFileTransfer - Class in com.netease.cloud.services.nos.transfer.internal
Interface for multiple file transfers
MultipleFileTransferMonitor - Class in com.netease.cloud.services.nos.transfer.internal
 
MultipleFileTransferMonitor(AbstractTransfer, Collection<? extends AbstractTransfer>) - Constructor for class com.netease.cloud.services.nos.transfer.internal.MultipleFileTransferMonitor
 
MultipleFileUpload - Interface in com.netease.cloud.services.nos.transfer
Multiple file download of an entire virtual directory.
MultipleFileUploadImpl - Class in com.netease.cloud.services.nos.transfer.internal
Multiple file upload when uploading an entire directory.
MultipleFileUploadImpl(String, TransferProgress, ProgressListenerChain, String, String, Collection<? extends Upload>) - Constructor for class com.netease.cloud.services.nos.transfer.internal.MultipleFileUploadImpl
 

N

names() - Method in class com.netease.cloud.util.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
needsConnectionLeftOpen() - Method in class com.netease.cloud.http.DefaultErrorResponseHandler
Since this response handler completely consumes all the data from the underlying HTTP connection during the handle method, we don't need to keep the HTTP connection open.
needsConnectionLeftOpen() - Method in interface com.netease.cloud.http.HttpResponseHandler
Indicates if this response handler requires that the underlying HTTP connection not be closed automatically after the response is handled.
needsConnectionLeftOpen() - Method in class com.netease.cloud.http.StaxResponseHandler
Since this response handler completely consumes all the data from the underlying HTTP connection during the handle method, we don't need to keep the HTTP connection open.
needsConnectionLeftOpen() - Method in class com.netease.cloud.services.nos.internal.AbstractNosResponseHandler
The majority of Nos response handlers read the complete response while handling it, and don't need to manually manage the underlying HTTP connection.
needsConnectionLeftOpen() - Method in class com.netease.cloud.services.nos.internal.NosErrorResponseHandler
Since this response handler completely consumes all the data from the underlying HTTP connection during the handle method, we don't need to keep the HTTP connection open.
needsConnectionLeftOpen() - Method in class com.netease.cloud.services.nos.internal.NosObjectResponseHandler
Returns true, since the entire response isn't read while this response handler handles the response.
needsConnectionLeftOpen() - Method in class com.netease.cloud.services.nos.internal.SimpleDataResponseHandler
The majority of Nos response handlers read the complete response while handling it, and don't need to manually manage the underlying HTTP connection.
needSetLogInfo() - Method in class com.netease.cloud.WebServiceRequest
 
NeteaseHttpClient - Class in com.netease.cloud.http
 
NeteaseHttpClient(ClientConfiguration) - Constructor for class com.netease.cloud.http.NeteaseHttpClient
Constructs a new client using the specified client configuration options (ex: max retry attempts, proxy settings, etc).
newException(String) - Method in class com.netease.cloud.transform.AbstractErrorUnmarshaller
Constructs a new exception object of the type specified in this class's constructor and sets the specified error message.
newRequestHandlerChain(String) - Method in class com.netease.cloud.handlers.HandlerChainFactory
Constructs a new request handler chain by analyzing the specified classpath resource.
next() - Method in class com.netease.cloud.util.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class com.netease.cloud.util.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class com.netease.cloud.util.json.JSONTokener
Get the next n characters.
nextClean() - Method in class com.netease.cloud.util.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextEvent() - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Returns the next XML event for the document being parsed.
nextString(char) - Method in class com.netease.cloud.util.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class com.netease.cloud.util.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class com.netease.cloud.util.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class com.netease.cloud.util.json.JSONTokener
Get the next value.
nodeLength(NodeList) - Static method in class com.netease.cloud.util.XpathUtils
Returns the length of the specified node list.
Nos - Interface in com.netease.cloud.services.nos
The interface for accessing the Netease NOS web service.
NOS_ALTERNATE_DATE - Static variable in interface com.netease.cloud.services.nos.Headers
NOS's alternative date header: x-nos-date
NOS_CANNED_ACL - Static variable in interface com.netease.cloud.services.nos.Headers
NOS's canned ACL header: x-nos-acl
NOS_HOST_NAME - Static variable in class com.netease.cloud.services.nos.internal.Constants
Default hostname for the NOS service endpoint
NOS_PREFIX - Static variable in interface com.netease.cloud.services.nos.Headers
Prefix for general headers: x-nos-
NOS_SERVICE_NAME - Static variable in class com.netease.cloud.services.nos.internal.Constants
Service name for Netease cloud NOS
NOS_USER_METADATA_PREFIX - Static variable in interface com.netease.cloud.services.nos.Headers
Prefix for NOS user metadata: x-nos-meta-
NOS_VERSION_ID - Static variable in interface com.netease.cloud.services.nos.Headers
NOS's version ID header
NosAclHeaderResponseHnadler - Class in com.netease.cloud.services.nos.internal
 
NosAclHeaderResponseHnadler() - Constructor for class com.netease.cloud.services.nos.internal.NosAclHeaderResponseHnadler
 
NosClient - Class in com.netease.cloud.services.nos
The client for accessing the Netease NOS web service.
NosClient() - Constructor for class com.netease.cloud.services.nos.NosClient
Constructs a new NOS client that will make anonymous requests to NOS.
NosClient(Credentials) - Constructor for class com.netease.cloud.services.nos.NosClient
Constructs a new NOS client using the specified credentials to access NOS.
NosClient(Credentials, ClientConfiguration) - Constructor for class com.netease.cloud.services.nos.NosClient
Constructs a new NOS client using the specified credentials and client configuration to access NOS.
NosClient(CredentialsProvider) - Constructor for class com.netease.cloud.services.nos.NosClient
Constructs a new NOS client using the specified credentials provider to access NOS.
NosClient(CredentialsProvider, ClientConfiguration) - Constructor for class com.netease.cloud.services.nos.NosClient
Constructs a new NOS client using the specified credentials and client configuration to access NOS.
noscmd - Class in com.netease.cloud.services.nos.tools
 
noscmd() - Constructor for class com.netease.cloud.services.nos.tools.noscmd
 
NosErrorResponseHandler - Class in com.netease.cloud.services.nos.internal
Response handler for Nos error responses.
NosErrorResponseHandler() - Constructor for class com.netease.cloud.services.nos.internal.NosErrorResponseHandler
 
NOSException - Exception in com.netease.cloud.services.nos.model
Provides an extension of the ServiceException for errors reported by Nos while processing a request.
NOSException(String) - Constructor for exception com.netease.cloud.services.nos.model.NOSException
Constructs a new NOSException with the specified message.
NOSException(String, Exception) - Constructor for exception com.netease.cloud.services.nos.model.NOSException
Constructs a new NOSException with the specified message and root cause.
NosMetadataResponseHandler - Class in com.netease.cloud.services.nos.internal
Nos response handler that knows how to pull Nos object metadata out of a response and unmarshall it into an ObjectMetadata object.
NosMetadataResponseHandler() - Constructor for class com.netease.cloud.services.nos.internal.NosMetadataResponseHandler
 
nosNotHave(String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
nosNotHave(String, Set<String>, Set<String>, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
NOSObject - Class in com.netease.cloud.services.nos.model
Represents an object stored in Nos.
NOSObject() - Constructor for class com.netease.cloud.services.nos.model.NOSObject
 
NOSObjectInputStream - Class in com.netease.cloud.services.nos.model
Input stream representing the content of an NOSObject.
NOSObjectInputStream(InputStream, HttpRequestBase) - Constructor for class com.netease.cloud.services.nos.model.NOSObjectInputStream
 
NosObjectResponseHandler - Class in com.netease.cloud.services.nos.internal
Nos HTTP response handler that knows how to pull Nos object content and metadata out of an HTTP response and unmarshall it into an NOSObject object.
NosObjectResponseHandler() - Constructor for class com.netease.cloud.services.nos.internal.NosObjectResponseHandler
 
NOSObjectSummary - Class in com.netease.cloud.services.nos.model
Contains the summary of an object stored in an Nos bucket.
NOSObjectSummary() - Constructor for class com.netease.cloud.services.nos.model.NOSObjectSummary
 
NosQueryStringSigner<T> - Class in com.netease.cloud.services.nos.internal
 
NosQueryStringSigner(String, String, Date) - Constructor for class com.netease.cloud.services.nos.internal.NosQueryStringSigner
 
NosResponseMetadata - Class in com.netease.cloud.services.nos
Extension of ResponseMetadata with nos specific data.
NosResponseMetadata(Map<String, String>) - Constructor for class com.netease.cloud.services.nos.NosResponseMetadata
Creates a new ResponseMetadata object from a specified map of metadata information.
NosResponseMetadata(ResponseMetadata) - Constructor for class com.netease.cloud.services.nos.NosResponseMetadata
Creates a new ResponseMetadata object from an existing ResponseMetadata object.
NosSigner - Class in com.netease.cloud.services.nos.internal
Implementation of the Signer interface specific to Nos's signing algorithm.
NosSigner(String, String) - Constructor for class com.netease.cloud.services.nos.internal.NosSigner
Constructs a new S3Signer to sign requests based on the credentials, HTTP method and canonical S3 resource path.
NosStringResponseHandler - Class in com.netease.cloud.services.nos.internal
Custom Nos response handler for responses that simply contain text data that doesn't need to be parsed as XML.
NosStringResponseHandler() - Constructor for class com.netease.cloud.services.nos.internal.NosStringResponseHandler
 
NosStringSigner - Class in com.netease.cloud.services.nos.internal
 
NosStringSigner() - Constructor for class com.netease.cloud.services.nos.internal.NosStringSigner
 
NosVersionHeaderHandler - Class in com.netease.cloud.services.nos.internal
Header handler to pull the NOS_VERSION_ID header out of the response.
NosVersionHeaderHandler() - Constructor for class com.netease.cloud.services.nos.internal.NosVersionHeaderHandler
 
NosXmlResponseHandler<T> - Class in com.netease.cloud.services.nos.internal
Nos Implementation of HttpResponseHandler.
NosXmlResponseHandler(Unmarshaller<T, InputStream>) - Constructor for class com.netease.cloud.services.nos.internal.NosXmlResponseHandler
Constructs a new Nos response handler that will use the specified SAX unmarshaller to turn the response into an object.
NULL - Static variable in class com.netease.cloud.util.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NULL_VERSION_ID - Static variable in class com.netease.cloud.services.nos.internal.Constants
Represents a null NOS version ID
numberToString(Number) - Static method in class com.netease.cloud.util.json.JSONObject
Produce a string from a Number.

O

object() - Method in class com.netease.cloud.util.json.JSONWriter
Begin appending a new object.
ObjectExpirationHeaderHandler<T extends ObjectExpirationResult> - Class in com.netease.cloud.services.nos.internal
Header handler to pull the NOS_VERSION_ID header out of the response.
ObjectExpirationHeaderHandler() - Constructor for class com.netease.cloud.services.nos.internal.ObjectExpirationHeaderHandler
 
ObjectExpirationResult - Interface in com.netease.cloud.services.nos.internal
Interface for service responses that receive the x-amz-expiration header.
ObjectListing - Class in com.netease.cloud.services.nos.model
Contains the results of listing the objects in an Nos bucket.
ObjectListing() - Constructor for class com.netease.cloud.services.nos.model.ObjectListing
 
objectMetadata - Variable in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Additional information about the new object being created, such as content type, content encoding, user metadata, etc.
ObjectMetadata - Class in com.netease.cloud.services.nos.model
Represents the object metadata that is stored with Nos.
ObjectMetadata() - Constructor for class com.netease.cloud.services.nos.model.ObjectMetadata
 
opt(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class com.netease.cloud.util.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class com.netease.cloud.util.json.JSONObject
Get an optional string associated with a key.
owner - Variable in class com.netease.cloud.services.nos.model.NOSObjectSummary
The owner of this object - can be null if the requester doesn't have permission to view object ownership information
Owner - Class in com.netease.cloud.services.nos.model
Represents the owner of an Nos bucket.
Owner() - Constructor for class com.netease.cloud.services.nos.model.Owner
Constructs a new Owner without specifying an ID or display name.
Owner(String, String) - Constructor for class com.netease.cloud.services.nos.model.Owner
Constructs a new Owner with the specified ID and display name.

P

PARAM_LOG_ID - Static variable in class com.netease.cloud.services.nos.internal.Constants
debug log id param name
PARAM_LOG_SEQ - Static variable in class com.netease.cloud.services.nos.internal.Constants
debug log sequence param name
parse(InputStream, ContentHandler) - Static method in class com.netease.cloud.util.XmlUtils
 
parseBucketLifecycleConfigurationResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseBucketLocationResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseCommonParams(String[], noscmd) - Static method in class com.netease.cloud.services.nos.tools.noscmd
parse common parameters
parseCompleteMultipartUploadResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseCopyObjectResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseDeletedObjectsResult(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseErrorCode(Node) - Method in class com.netease.cloud.transform.LegacyErrorUnmarshaller
Returns the error code for the specified error response.
parseErrorCode(Node) - Method in class com.netease.cloud.transform.StandardErrorUnmarshaller
Returns the error code for the specified error response.
parseGetBucketDefault404Response(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseGetBucketStats(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseInitiateMultipartUploadResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseIso8601Date(String) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
 
parseIso8601Date(String) - Method in class com.netease.cloud.util.DateUtils
Parses the specified date string as an ISO 8601 date and returns the Date object.
parseListBucketObjectsResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
Parses a ListBucket response XML document from an input stream.
parseListMultipartUploadsResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseListMyBucketsResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
Parses a ListAllMyBuckets response XML document from an input stream.
parseListPartsResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseRequestPaymentConfigurationResponse(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
parseResponseMetadata(HttpResponse) - Method in class com.netease.cloud.services.nos.internal.AbstractNosResponseHandler
Parses the Nos response metadata (ex: request ID) from the specified response, and returns a WebServiceResponse object ready for the result to be plugged in.
parseRfc822Date(String) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
 
parseRfc822Date(String) - Method in class com.netease.cloud.util.DateUtils
Parses the specified date string as an RFC 822 date and returns the Date object.
parseXmlInputStream(DefaultHandler, InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
Parses an XML document from an input stream using a document handler.
PART_COMPLETED_EVENT_CODE - Static variable in class com.netease.cloud.services.nos.model.ProgressEvent
 
PART_FAILED_EVENT_CODE - Static variable in class com.netease.cloud.services.nos.model.ProgressEvent
 
PART_STARTED_EVENT_CODE - Static variable in class com.netease.cloud.services.nos.model.ProgressEvent
 
PartETag - Class in com.netease.cloud.services.nos.model
Container for the part number and ETag of an uploaded part.
PartETag(int, String) - Constructor for class com.netease.cloud.services.nos.model.PartETag
Constructs an instance of PartETag and sets the part number and ETag.
PartListing - Class in com.netease.cloud.services.nos.model
The ListPartsResponse contains all the information about the ListParts method.
PartListing() - Constructor for class com.netease.cloud.services.nos.model.PartListing
 
PartSummary - Class in com.netease.cloud.services.nos.model
Container for summary information about a part in a multipart upload, such as part number, size, etc.
PartSummary() - Constructor for class com.netease.cloud.services.nos.model.PartSummary
 
populateObjectMetadata(HttpResponse, ObjectMetadata) - Method in class com.netease.cloud.services.nos.internal.AbstractNosResponseHandler
Populates the specified NosObjectMetadata object with all object metadata pulled from the headers in the specified response.
populateRequestMetadata(Request<?>, ObjectMetadata) - Static method in class com.netease.cloud.services.nos.NosClient
Populates the specified request object with the appropriate headers from the ObjectMetadata object.
presignRequest(Request<T>, HttpMethod, String, String, Date, String) - Method in class com.netease.cloud.services.nos.NosClient
Pre-signs the specified request, using a signature query-string parameter.
progressChanged(ProgressEvent) - Method in interface com.netease.cloud.services.nos.model.ProgressListener
Called when progress has changed, such as additional bytes transfered, transfer failed, etc.
progressChanged(ProgressEvent) - Method in class com.netease.cloud.services.nos.transfer.internal.ProgressListenerChain
 
progressChanged(ProgressEvent) - Method in class com.netease.cloud.services.nos.transfer.internal.TransferProgressUpdatingListener
 
ProgressEvent - Class in com.netease.cloud.services.nos.model
Notification of a progress change on an Nos transfer.
ProgressEvent(int) - Constructor for class com.netease.cloud.services.nos.model.ProgressEvent
 
ProgressListener - Interface in com.netease.cloud.services.nos.model
Listener interface for transfer progress events.
progressListenerChain - Variable in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Hook for adding/removing more progress listeners.
ProgressListenerChain - Class in com.netease.cloud.services.nos.transfer.internal
 
ProgressListenerChain(ProgressListener...) - Constructor for class com.netease.cloud.services.nos.transfer.internal.ProgressListenerChain
 
ProgressReportingInputStream - Class in com.netease.cloud.services.nos.internal
Simple InputStream wrapper that occasionally notifies a progress listener about the number of bytes transfered.
ProgressReportingInputStream(InputStream, ProgressListener) - Constructor for class com.netease.cloud.services.nos.internal.ProgressReportingInputStream
Creates a new progress reporting input stream that simply wraps the specified input stream and notifies the specified listener occasionally about the number of bytes transfered.
PROJECT_NAME - Static variable in class com.netease.cloud.services.nos.internal.Constants
 
PropertiesCredentials - Class in com.netease.cloud.auth
Simple implementation Credentials that reads in access keys from a properties file.
PropertiesCredentials(File) - Constructor for class com.netease.cloud.auth.PropertiesCredentials
Reads the specified file as a Java properties file and extracts the access key from the "accessKey" property and secret access key from the "secretKey" property.
PropertiesCredentials(InputStream) - Constructor for class com.netease.cloud.auth.PropertiesCredentials
Reads the specified input stream as a stream of Java properties file content and extracts the access key ID and secret access key from the properties.
Protocol - Enum in com.netease.cloud
Represents the communication protocol to use when sending requests to AWS.
put(boolean) - Method in class com.netease.cloud.util.json.JSONArray
Append a boolean value.
put(Collection) - Method in class com.netease.cloud.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class com.netease.cloud.util.json.JSONArray
Append a double value.
put(int) - Method in class com.netease.cloud.util.json.JSONArray
Append an int value.
put(long) - Method in class com.netease.cloud.util.json.JSONArray
Append an long value.
put(Map) - Method in class com.netease.cloud.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class com.netease.cloud.util.json.JSONArray
Append an object value.
put(int, boolean) - Method in class com.netease.cloud.util.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class com.netease.cloud.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class com.netease.cloud.util.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class com.netease.cloud.util.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class com.netease.cloud.util.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class com.netease.cloud.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class com.netease.cloud.util.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/value pair in the JSONObject.
PutBucketDefault404Request - Class in com.netease.cloud.services.nos.model
 
PutBucketDefault404Request(String, String) - Constructor for class com.netease.cloud.services.nos.model.PutBucketDefault404Request
 
putFile(String, String, File, boolean) - Method in class com.netease.cloud.services.nos.tools.noscmd
upload file
putObject(PutObjectRequest) - Method in interface com.netease.cloud.services.nos.Nos
Uploads a new object to the specified NOS bucket.
putObject(String, String, File) - Method in interface com.netease.cloud.services.nos.Nos
Uploads the specified file to NOS under the specified bucket and key name.
putObject(String, String, InputStream, ObjectMetadata) - Method in interface com.netease.cloud.services.nos.Nos
Uploads the specified input stream and object metadata to NOS under the specified bucket and key name.
putObject(String, File) - Method in class com.netease.cloud.services.nos.NosClient
 
putObject(String, String, File) - Method in class com.netease.cloud.services.nos.NosClient
 
putObject(String, String, InputStream, ObjectMetadata) - Method in class com.netease.cloud.services.nos.NosClient
 
putObject(PutObjectRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
putObjectMeta(String, String, ObjectMetadata) - Method in interface com.netease.cloud.services.nos.Nos
 
putObjectMeta(String, String, ObjectMetadata) - Method in class com.netease.cloud.services.nos.NosClient
 
PutObjectMetaRequest - Class in com.netease.cloud.services.nos.model
 
PutObjectMetaRequest() - Constructor for class com.netease.cloud.services.nos.model.PutObjectMetaRequest
 
PutObjectRequest - Class in com.netease.cloud.services.nos.model
Uploads a new object to the specified Nos bucket.
PutObjectRequest(String, String, File) - Constructor for class com.netease.cloud.services.nos.model.PutObjectRequest
Constructs a new PutObjectRequest object to upload a file to the specified bucket and key.
PutObjectRequest(String, String, InputStream, ObjectMetadata) - Constructor for class com.netease.cloud.services.nos.model.PutObjectRequest
Constructs a new PutObjectRequest object to upload a stream of data to the specified bucket and key.
PutObjectResult - Class in com.netease.cloud.services.nos.model
Contains the data returned by Nos from the putObject operation.
PutObjectResult() - Constructor for class com.netease.cloud.services.nos.model.PutObjectResult
 
putOnce(String, Object) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class com.netease.cloud.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putStream(String, String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
upload data to specified bucket as an object,and support the stream way

Q

quote(String) - Static method in class com.netease.cloud.util.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

RANGE - Static variable in interface com.netease.cloud.services.nos.Headers
Range header for the get object request
read() - Method in class com.netease.cloud.http.HttpMethodReleaseInputStream
Standard input stream read method, except it calls HttpMethodReleaseInputStream.releaseConnection() when the underlying input stream is consumed.
read(byte[], int, int) - Method in class com.netease.cloud.http.HttpMethodReleaseInputStream
Standard input stream read method, except it calls HttpMethodReleaseInputStream.releaseConnection() when the underlying input stream is consumed.
read() - Method in class com.netease.cloud.services.nos.internal.ChecksumValidatingInputStream
 
read(byte[], int, int) - Method in class com.netease.cloud.services.nos.internal.ChecksumValidatingInputStream
 
read(byte[]) - Method in class com.netease.cloud.services.nos.internal.ChecksumValidatingInputStream
 
read() - Method in class com.netease.cloud.services.nos.internal.InputSubstream
 
read(byte[], int, int) - Method in class com.netease.cloud.services.nos.internal.InputSubstream
 
read() - Method in class com.netease.cloud.services.nos.internal.MD5DigestCalculatingInputStream
 
read(byte[], int, int) - Method in class com.netease.cloud.services.nos.internal.MD5DigestCalculatingInputStream
 
read() - Method in class com.netease.cloud.services.nos.internal.ProgressReportingInputStream
 
read(byte[], int, int) - Method in class com.netease.cloud.services.nos.internal.ProgressReportingInputStream
 
read() - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
 
read(byte[], int, int) - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
 
read(byte[], int, int) - Method in class com.netease.cloud.services.nos.internal.RepeatableInputStream
 
read() - Method in class com.netease.cloud.services.nos.internal.RepeatableInputStream
 
readText() - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Returns the text contents of the current element being parsed.
refresh() - Method in interface com.netease.cloud.auth.CredentialsProvider
Forces this credentials provider to refresh its credentials.
refresh() - Method in class com.netease.cloud.internal.StaticCredentialsProvider
 
Region - Enum in com.netease.cloud.services.nos.model
Specifies constants that define Nos Regions.
registerAdditionalMetadataExpressions(StaxUnmarshallerContext) - Method in class com.netease.cloud.http.StaxResponseHandler
Hook for subclasses to override in order to collect additional metadata from service responses.
registerConnectionManager(ClientConnectionManager) - Static method in class com.netease.cloud.http.IdleConnectionReaper
 
registerMetadataExpression(String, int, String) - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Registers an expression, which if matched, will cause the data for the matching element to be stored in the metadata map under the specified key.
releaseConnection() - Method in class com.netease.cloud.http.HttpMethodReleaseInputStream
Forces the release of an HttpMethod's connection in a way that will perform all the necessary cleanup through the correct use of HttpClient methods.
remove(int) - Method in class com.netease.cloud.util.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class com.netease.cloud.util.json.JSONObject
Remove a name and its value, if present.
removeConnectionManager(ClientConnectionManager) - Static method in class com.netease.cloud.http.IdleConnectionReaper
 
removeHeader(String) - Method in class com.netease.cloud.http.HttpRequest
Removes header from request
removeProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Removes the specified progress listener from the list of progress listeners receiving updates about this transfer's progress.
removeProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.transfer.internal.ProgressListenerChain
 
removeProgressListener(ProgressListener) - Method in interface com.netease.cloud.services.nos.transfer.Transfer
Removes the specified progress listener from the list of progress listeners receiving updates about this transfer's progress.
removeQuotes(String) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
Removes any surrounding quotes from the specified string and returns a new string.
removeRequestHandler(RequestHandler) - Method in class com.netease.cloud.WebServiceClient
Removes a request handler from the list of registered handlers that are run as part of a request's lifecycle.
removeStateChangeListener(TransferStateChangeListener) - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Removes the given state change listener from the collection of listeners.
RepeatableFileInputStream - Class in com.netease.cloud.services.nos.internal
A repeatable input stream for files.
RepeatableFileInputStream(File) - Constructor for class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
Creates a repeatable input stream based on a file.
RepeatableInputStream - Class in com.netease.cloud.services.nos.internal
A repeatable input stream wrapper for any input stream.
RepeatableInputStream(InputStream, int) - Constructor for class com.netease.cloud.services.nos.internal.RepeatableInputStream
Creates a repeatable input stream based on another input stream.
replace(String, String, String) - Static method in class com.netease.cloud.util.StringUtils
 
Request<T> - Interface in com.netease.cloud
Represents a request being sent to an Web Service, including the parameters being sent as part of the request, the endpoint to which the request should be sent, etc.
REQUEST_ID - Static variable in class com.netease.cloud.ResponseMetadata
 
REQUEST_ID - Static variable in interface com.netease.cloud.services.nos.Headers
NOS response header for a request's request ID
RequestClientOptions - Class in com.netease.cloud
Arbitrary options storage for individual WebServiceRequests.
RequestClientOptions() - Constructor for class com.netease.cloud.RequestClientOptions
 
RequestHandler - Interface in com.netease.cloud.handlers
Interface for addition request handling in clients.
requestHandlers - Variable in class com.netease.cloud.WebServiceClient
Optional request handlers for additional request processing.
reset() - Method in class com.netease.cloud.services.nos.internal.InputSubstream
 
reset() - Method in class com.netease.cloud.services.nos.internal.MD5DigestCalculatingInputStream
Resets the wrapped input stream and the in progress message digest.
reset() - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
Resets the input stream to the last mark point, or the beginning of the stream if there is no mark point, by creating a new FileInputStream based on the underlying file.
reset() - Method in class com.netease.cloud.services.nos.internal.RepeatableInputStream
Resets the input stream to the beginning by pointing the buffer offset to the beginning of the available data buffer.
ResponseHeaderHandlerChain<T> - Class in com.netease.cloud.services.nos.internal
An XML response handler that can also process an arbitrary number of headers in the response.
ResponseHeaderHandlerChain(Unmarshaller<T, InputStream>, HeaderHandler<T>...) - Constructor for class com.netease.cloud.services.nos.internal.ResponseHeaderHandlerChain
 
ResponseHeaderOverrides - Class in com.netease.cloud.services.nos.model
Container object for overriding headers on a GetObjectRequest or GeneratePresignedUrlRequest response.
ResponseHeaderOverrides() - Constructor for class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
 
ResponseMetadata - Class in com.netease.cloud
Represents additional metadata included with a response .
ResponseMetadata(Map<String, String>) - Constructor for class com.netease.cloud.ResponseMetadata
Creates a new ResponseMetadata object from a specified map of raw metadata information.
ResponseMetadata(ResponseMetadata) - Constructor for class com.netease.cloud.ResponseMetadata
Creates a new ResponseMetadata object from an existing ResponseMetadata object.
ResponseMetadataCache - Class in com.netease.cloud.util
Cache of response metadata for recently executed requests for diagnostic purposes.
ResponseMetadataCache(int) - Constructor for class com.netease.cloud.util.ResponseMetadataCache
Creates a new cache that will contain, at most the specified number of entries.
RestUtils - Class in com.netease.cloud.services.nos.internal
Utilities useful for REST/HTTP NosService implementations.
RestUtils() - Constructor for class com.netease.cloud.services.nos.internal.RestUtils
 
rethrowExecutionException(ExecutionException) - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Examines the cause of the specified ExecutionException and either rethrows it directly (if it's a type of ClientException) or wraps it in an ClientException and rethrows it.
run() - Method in class com.netease.cloud.http.IdleConnectionReaper
 
run() - Method in class com.netease.cloud.services.nos.tools.SyncNOS.ReaderThread
 
run() - Method in class com.netease.cloud.services.nos.tools.SyncNOS.WriterThread
 

S

sanitizeCredentials(Credentials) - Method in class com.netease.cloud.auth.AbstractSigner
Loads the individual access key ID and secret key from the specified credentials, ensuring that access to the credentials is synchronized on the credentials object itself, and trimming any extra whitespace from the credentials.
sanitizeCredentials(Credentials) - Method in class com.netease.cloud.auth.AbstractStringSigner
Loads the individual access key ID and secret key from the specified credentials, ensuring that access to the credentials is synchronized on the credentials object itself, and trimming any extra whitespace from the credentials.
sanitizeXmlDocument(DefaultHandler, InputStream) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
 
SECURITY_TOKEN - Static variable in interface com.netease.cloud.services.nos.Headers
DevPay token header
ServiceException - Exception in com.netease.cloud
Extension of ClientException that represents an error response returned by an web service.
ServiceException(String) - Constructor for exception com.netease.cloud.ServiceException
Constructs a new ServiceException with the specified message.
ServiceException(String, Exception) - Constructor for exception com.netease.cloud.ServiceException
Constructs a new ServiceException with the specified message and exception indicating the root cause.
ServiceException.ErrorType - Enum in com.netease.cloud
Indicates who is responsible (if known) for a failed request.
ServiceUtils - Class in com.netease.cloud.services.nos.internal
General utility methods used throughout the Java client.
ServiceUtils() - Constructor for class com.netease.cloud.services.nos.internal.ServiceUtils
 
setBucketAcl(SetBucketAclRequest) - Method in interface com.netease.cloud.services.nos.Nos
Sets the CannedAccessControlList (ACL)for the specified bucket,Each bucket has an ACL that defines its access control policy.if the ACL is private,anybody expect you can access objects in the bucket,if the ACL is private-read,then others can download the objects in this bucket.
setBucketAcl(String, CannedAccessControlList) - Method in interface com.netease.cloud.services.nos.Nos
Sets the CannedAccessControlList (ACL)for the specified bucket,Each bucket has an ACL that defines its access control policy.if the ACL is private,anybody expect you can access objects in the bucket,if the ACL is private-read,then others can download the objects in this bucket.
setBucketAcl(SetBucketAclRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
setBucketAcl(String, CannedAccessControlList) - Method in class com.netease.cloud.services.nos.NosClient
 
setBucketAcl(String, String) - Method in class com.netease.cloud.services.nos.tools.noscmd
set the acl of the specified bucket
SetBucketAclRequest - Class in com.netease.cloud.services.nos.model
Request object containing all the options for setting a bucket's Access Control List (ACL).
SetBucketAclRequest(String, CannedAccessControlList) - Constructor for class com.netease.cloud.services.nos.model.SetBucketAclRequest
Constructs a new SetBucketAclRequest object, ready to set the specified canned ACL on the specified bucket when this request is executed.
SetBucketAclRequest(String, String) - Constructor for class com.netease.cloud.services.nos.model.SetBucketAclRequest
 
setBucketDefault404(String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
setBucketDefault404(PutBucketDefault404Request) - Method in class com.netease.cloud.services.nos.NosClient
 
setBucketLifecycleConfiguration(String, BucketLifecycleConfiguration) - Method in interface com.netease.cloud.services.nos.Nos
Sets the lifecycle configuration for the specified bucket.
setBucketLifecycleConfiguration(SetBucketLifecycleConfigurationRequest) - Method in interface com.netease.cloud.services.nos.Nos
Sets the lifecycle configuration for the specified bucket.
setBucketLifecycleConfiguration(String, BucketLifecycleConfiguration) - Method in class com.netease.cloud.services.nos.NosClient
 
setBucketLifecycleConfiguration(SetBucketLifecycleConfigurationRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
SetBucketLifecycleConfigurationRequest - Class in com.netease.cloud.services.nos.model
 
SetBucketLifecycleConfigurationRequest(String, BucketLifecycleConfiguration) - Constructor for class com.netease.cloud.services.nos.model.SetBucketLifecycleConfigurationRequest
Constructs a new SetBucketLifecycleConfigurationRequest to set the bucket lifecycle configuration of the specified bucket.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Sets the name of the bucket containing the multipart upload to abort.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the name of the bucket containing the multipart upload to complete.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Sets the name of the bucket containing the completed multipart object.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.CreateBucketRequest
Sets the name of the bucket to create.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.DeleteBucketRequest
Sets the name of the bucket to delete.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.DeleteObjectRequest
Sets the name of the bucket containing the object to delete.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Sets the name of the bucket containing the object(s) to delete.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the name of the bucket involved in this request.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.GetBucketDefault404Request
 
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.GetBucketLocationRequest
Sets the name of the bucket whose location is being requested.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Sets the name of the bucket containing the object whose metadata is being retrieved.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the name of the bucket containing the object to be downloaded.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the name of the bucket in which to create the new multipart upload, and hence, the eventual object created from the multipart upload.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadResult
Sets the name of the bucket in which the new multipart upload was initiated.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the name of the bucket containing the multipart uploads to list.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the name of the Nos bucket whose objects are to be listed.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the name of the bucket containing the multipart upload whose parts are being listed.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Sets the name of the bucket containing the listed multipart uploads, as specified in the original request.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.NOSObject
Sets the name of the bucket in which this object is contained.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Sets the name of the Nos bucket in which this object is stored.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.ObjectListing
For internal use only.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the name of the bucket containing the listed parts, as specified in the original request.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.PutBucketDefault404Request
 
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the name of an existing bucket where this request will upload a new object to.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.SetBucketLifecycleConfigurationRequest
Sets the name of the bucket whose lifecycle configuration is being set.
setBucketName(String) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the name of the bucket containing the existing, initiated multipart upload, with which this new part will be associated.
setBucketName(String) - Method in class com.netease.cloud.services.nos.transfer.model.UploadResult
Sets the name of the bucket containing the uploaded object.
setBytesTransfered(int) - Method in class com.netease.cloud.services.nos.model.ProgressEvent
Sets the number of bytes transfered since the last progress event.
setBytesTransfered(long) - Method in class com.netease.cloud.services.nos.transfer.internal.TransferProgressImpl
 
setCacheControl(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the cache control response header.
setCallbackRetCode(int) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
 
setCallbackRetCode(int) - Method in class com.netease.cloud.services.nos.model.PutObjectResult
 
setCallbackRetMessage(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
 
setCallbackRetMessage(String) - Method in class com.netease.cloud.services.nos.model.PutObjectResult
 
setCannedAccessControlList(CannedAccessControlList) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the canned ACL to use for the newly copied object.
setCannedAcl(CannedAccessControlList) - Method in class com.netease.cloud.services.nos.model.CreateBucketRequest
Sets the optional Canned ACL to set for the new bucket.
setCannedAcl(String) - Method in class com.netease.cloud.services.nos.model.CreateBucketRequest
 
setCannedACL(CannedAccessControlList) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.
setCannedAcl(CannedAccessControlList) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional pre-configured access control policy to use for the new object.
setCode(String) - Method in class com.netease.cloud.services.nos.model.MultiObjectDeleteException.DeleteError
 
setCommonPrefixes(List<String>) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
For internal use only.
setCommonPrefixes(List<String>) - Method in class com.netease.cloud.services.nos.model.ObjectListing
For internal use only.
setConfiguration(TransferManagerConfiguration) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Sets the configuration which specifies how this TransferManager processes requests.
setConfiguration(ClientConfiguration) - Method in class com.netease.cloud.WebServiceClient
 
setConnectionTimeout(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out.
setContent(InputStream) - Method in class com.netease.cloud.DefaultRequest
 
setContent(InputStream) - Method in class com.netease.cloud.http.HttpRequest
Sets the input stream containing the content to include with this request.
setContent(InputStream) - Method in class com.netease.cloud.http.HttpResponse
Sets the input stream containing the response content.
setContent(InputStream) - Method in interface com.netease.cloud.Request
Sets the optional stream containing the payload data to include for this request.
setContentDisposition(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the content disposition response header override.
setContentEncoding(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the content encoding response header override.
setContentLanguage(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the content language response header override
setContentLength(long) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Sets the Content-Length HTTP header indicating the size of the associated object in bytes.
setContentMD5(String) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Sets the base64 encoded 128-bit MD5 digest of the associated object (content - not including headers) according to RFC 1864.
setContentType(String) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Sets the Content-Type HTTP header indicating the type of content stored in the associated object.
setContentType(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the content type response header override.
setContextUserAgent(String) - Method in class com.netease.cloud.http.ExecutionContext
 
setCreationDate(Date) - Method in class com.netease.cloud.services.nos.model.Bucket
For internal use only.
setCredentials(Credentials) - Method in class com.netease.cloud.http.ExecutionContext
Sets the optional credentials used to sign the associated request.
setCustomBackoffStrategy(CustomBackoffStrategy) - Method in class com.netease.cloud.http.ExecutionContext
Sets the optional custom backoff strategy for controlling how long between retries on error responses.
setDeduplicationRate(double) - Method in class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
setDefault404Object(String) - Method in class com.netease.cloud.services.nos.model.PutBucketDefault404Request
 
setDeletedObjects(List<DeleteObjectsResult.DeletedObject>) - Method in class com.netease.cloud.services.nos.internal.DeleteObjectsResponse
 
setDeleteMarker(boolean) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsResult.DeletedObject
 
setDeleteMarkerVersionId(String) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsResult.DeletedObject
 
setDelimiter(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional delimiter parameter that causes multipart uploads for keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the MultipartUploadListing.getCommonPrefixes() list.
setDelimiter(String) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the ObjectListing.getCommonPrefixes() list.
setDelimiter(String) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
For internal use only.
setDelimiter(String) - Method in class com.netease.cloud.services.nos.model.ObjectListing
For internal use only.
setDestinationBucketName(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the destination bucket name which will contain the new, copied object.
setDestinationBucketName(String) - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
setDestinationBucketName(String) - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Sets the destination bucket name which will contain the new, copied object.
setDestinationKey(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the destination bucket key under which the new, copied object will be stored.
setDestinationKey(String) - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
setDestinationKey(String) - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Sets the destination bucket key under which the new, copied object will be stored.
setDisplayName(String) - Method in class com.netease.cloud.services.nos.model.Owner
Sets the display name of the owner.
setDownload(String) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the download parameter which browser will set to default file name when try to download it.
setEndpoint(URI) - Method in class com.netease.cloud.DefaultRequest
 
setEndpoint(URI) - Method in class com.netease.cloud.http.HttpRequest
Sets the service endpoint .
setEndpoint(URI) - Method in interface com.netease.cloud.Request
Sets the service endpoint
setEndpoint(String) - Method in class com.netease.cloud.WebServiceClient
Overrides the default endpoint for this client.
setEndTime(long) - Method in class com.netease.cloud.util.TimingInfo
 
setErrorCode(String) - Method in exception com.netease.cloud.ServiceException
Sets the error code represented by this exception.
setErrors(List<MultiObjectDeleteException.DeleteError>) - Method in class com.netease.cloud.services.nos.internal.DeleteObjectsResponse
 
setErrorType(ServiceException.ErrorType) - Method in exception com.netease.cloud.ServiceException
Sets the type of error represented by this exception (sender, receiver, or unknown), indicating if this exception was the caller's fault, or the service's fault.
setETag(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Sets the entity tag identifying the new object.
setETag(String) - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Sets the hex encoded 128-bit MD5 hash of this object's contents as computed by Nos.
setETag(String) - Method in class com.netease.cloud.services.nos.model.PartETag
Sets the entity tag generated from the content of the associated part.
setETag(String) - Method in class com.netease.cloud.services.nos.model.PartSummary
Sets the entity tag generated from the part content.
setETag(String) - Method in class com.netease.cloud.services.nos.model.PutObjectResult
Sets the ETag value for the new object that was created from the associated putObject request.
setETag(String) - Method in class com.netease.cloud.services.nos.model.UploadPartResult
Sets the entity tag of the newly uploaded part.
setETag(String) - Method in class com.netease.cloud.services.nos.transfer.model.UploadResult
Sets the entity tag identifying the new object.
setEventCode(int) - Method in class com.netease.cloud.services.nos.model.ProgressEvent
Sets the unique event code that identifies what type of specific type of event this object represents.
setExpiration(Date) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the expiration date at which point the new pre-signed URL will no longer be accepted by .
setExpirationDate(Date) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the expiration date of the object.
setExpirationInDays(int) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the time, in days, between when an object is uploaded to the bucket and when it expires.
setExpirationTime(Date) - Method in interface com.netease.cloud.services.nos.internal.ObjectExpirationResult
Sets the expiration date of the object.
setExpirationTime(Date) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Sets the expiration time for the object.
setExpirationTime(Date) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Sets the expiration time for the object.
setExpirationTime(Date) - Method in class com.netease.cloud.services.nos.model.PutObjectResult
Sets the expiration time for the object.
setExpirationTime(Date) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
setExpirationTime(Date) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
setExpirationTimeRuleId(String) - Method in interface com.netease.cloud.services.nos.internal.ObjectExpirationResult
Sets the bucket lifecycle configuration rule ID for the expiration of this object.
setExpirationTimeRuleId(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
expiration
setExpirationTimeRuleId(String) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
expiration
setExpirationTimeRuleId(String) - Method in class com.netease.cloud.services.nos.model.PutObjectResult
expiration
setExpirationTimeRuleId(String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
setExpirationTimeRuleId(String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
setExpires(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the expires response header override.
setFile(File) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the path and name of the file containing the data to be uploaded to Nos.
setFile(File) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the file containing the data to upload.
setFileOffset(long) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the optional offset in the specified file, at which to begin uploading data for this part.
setFireCompletedEvent(boolean) - Method in class com.netease.cloud.services.nos.internal.ProgressReportingInputStream
Sets whether this input stream should fire an event with code ProgressEvent.COMPLETED_EVENT_CODE when this stream runs out of data.
setHeader(String, Object) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
For internal use only.
setHeaders(Map<String, String>) - Method in class com.netease.cloud.DefaultRequest
 
setHeaders(Map<String, String>) - Method in interface com.netease.cloud.Request
Sets all headers, clearing any existing ones.
setHttpMethod(HttpMethodName) - Method in class com.netease.cloud.DefaultRequest
 
setHttpMethod(HttpMethodName) - Method in interface com.netease.cloud.Request
Sets the HTTP method (GET, POST, etc) to use when sending this request.
setId(String) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the ID of this rule.
setId(String) - Method in class com.netease.cloud.services.nos.model.Owner
Sets the ID of the owner.
setIfNotFound(String) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
 
setInitiated(Date) - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Sets the date at which this upload was initiated.
setInitiator(Owner) - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Sets the user who initiated this multipart upload.
setInitiator(Owner) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the user who initiated the associated multipart upload.
setInputStream(InputStream) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the input stream containing the data to be uploaded to Nos.
setInputStream(InputStream) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the stream containing the data to upload for the new part.
setIsSubdomain(boolean) - Method in class com.netease.cloud.ClientConfiguration
Sets if use the sub-domain style(bucketname.nost.netease.com)
setKey(String) - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Sets the key of the multipart upload to abort.
setKey(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the key under which the multipart upload to complete is stored.
setKey(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Sets the key of the newly created object.
setKey(String) - Method in class com.netease.cloud.services.nos.model.DeleteObjectRequest
Sets the key of the object to delete.
setKey(String) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsResult.DeletedObject
 
setKey(String) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the key of the object involved in this request.
setKey(String) - Method in class com.netease.cloud.services.nos.model.GetBucketDefault404Result
 
setKey(String) - Method in class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Sets the key of the object whose metadata is being retrieved.
setKey(String) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the key under which the object to be downloaded is stored.
setKey(String) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the key by which to store the new multipart upload, and hence, the eventual object created from the multipart upload.
setKey(String) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadResult
Sets the object key for which the multipart upload was initiated.
setKey(String) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the key of the associated multipart upload whose parts are being listed.
setKey(String) - Method in class com.netease.cloud.services.nos.model.MultiObjectDeleteException.DeleteError
 
setKey(String) - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Sets the key by which this upload is stored.
setKey(String) - Method in class com.netease.cloud.services.nos.model.NOSObject
Sets the key under which this object is stored.
setKey(String) - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Sets the key under which this object is stored in Nos.
setKey(String) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the key value specified in the original request used to identify which multipart upload contains the parts to list.
setKey(String) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the key under which to store the new object.
setKey(String) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the key of the initiated multipart upload.
setKey(String) - Method in class com.netease.cloud.services.nos.transfer.model.UploadResult
Sets the key of the newly created object.
setKeyMarker(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional key marker indicating where in the results to begin listing.
setKeyMarker(String) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Sets the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
setKeys(List<String>) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Sets the list of keys to delete from this bucket, clearing any existing list of keys.
setLastModified(Date) - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Sets the date, according to Nos, this object was last modified.
setLastModified(Date) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
For internal use only.
setLastModified(Date) - Method in class com.netease.cloud.services.nos.model.PartSummary
Sets the date this part was last modified.
setLastPart(boolean) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Marks this part as the last part being uploaded in a multipart upload.
setLifecycleConfiguration(BucketLifecycleConfiguration) - Method in class com.netease.cloud.services.nos.model.SetBucketLifecycleConfigurationRequest
Sets the new lifecycle configuration for the specified bucket.
setLocation(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Sets the URL identifying the new multipart object.
setLogID(String) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
setLogID(String) - Method in class com.netease.cloud.WebServiceRequest
 
setLogSeq(String) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
setLogSeq(String) - Method in class com.netease.cloud.WebServiceRequest
 
setMarker(String) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the optional marker parameter indicating where in the bucket to begin listing.
setMarker(String) - Method in class com.netease.cloud.services.nos.model.ObjectListing
For internal use only.
setMatchingETagConstraints(List<String>) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional list of ETag constraints that, when present, must include a match for the source object's current ETag in order for the copy object request to be executed.
setMaxConnections(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the maximum number of allowed open HTTP connections.
setMaxErrorRetry(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the maximum number of retry attempts for failed retryable requests (ex: 5xx error responses from services).
setMaxKeys(Integer) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
setMaxKeys(int) - Method in class com.netease.cloud.services.nos.model.ObjectListing
For internal use only.
setMaxParts(int) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the optional maximum number of parts to be returned in the part listing.
setMaxParts(int) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the optional max parts value specified in the original request to limit how many parts are listed.
setMaxUploads(Integer) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional maximum number of uploads to return.
setMaxUploads(int) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Sets the optional maximum number of uploads to be listed, as specified in the original request.
setMD5Digest(String) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
 
setMd5Digest(String) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the optional, but recommended, MD5 hash of the content of this part.
setMediaOperation(String) - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
setMessage(String) - Method in class com.netease.cloud.services.nos.model.MultiObjectDeleteException.DeleteError
 
setMetadata(ObjectMetadata) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional metadata instructing Nos how to handle the uploaded data (e.g.
setMethod(HttpMethod) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request.
setMinimumUploadPartSize(long) - Method in class com.netease.cloud.services.nos.transfer.TransferManagerConfiguration
Sets the minimum part size for upload parts.
setModifiedSinceConstraint(Date) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional modified constraint that restricts this request to executing only if the source object has been modified after the specified date.
setModifiedSinceConstraint(Date) - Method in class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Sets the optional modified constraint that restricts this request to executing only if the object has been modified after the specified date.
setModifiedSinceConstraint(Date) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the optional modified constraint that restricts this request to executing only if the object has been modified after the specified date.
setMonitor(TransferMonitor) - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Sets the monitor used to poll for transfer completion.
setMultipartUploads(List<MultipartUpload>) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Sets the list of multipart uploads.
setMultipartUploadThreshold(int) - Method in class com.netease.cloud.services.nos.transfer.TransferManagerConfiguration
Sets the size threshold in bytes for when to use multipart uploads.
setName(String) - Method in class com.netease.cloud.services.nos.model.Bucket
Sets the name of the bucket.
setNewObjectMetadata(ObjectMetadata) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the object metadata to use for the new, copied object.
setNextKeyMarker(String) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Sets the next key marker that should be used in the next request to get the next page of results.
setNextMarker(String) - Method in class com.netease.cloud.services.nos.model.ObjectListing
For internal use only.
setNextPartNumberMarker(int) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the next part number marker.
setNextUploadIdMarker(String) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Sets the next upload ID marker that should be used in the next request to get the next page of results.
setNonmatchingETagConstraints(List<String>) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional list of ETag constraints that, when present, must not include a match for the source object's current ETag in order for the copy object request to be executed.
setObjectContent(NOSObjectInputStream) - Method in class com.netease.cloud.services.nos.model.NOSObject
Sets the input stream containing this object's contents.
setObjectContent(InputStream) - Method in class com.netease.cloud.services.nos.model.NOSObject
Sets the input stream containing this object's contents.
setObjectCount(long) - Method in class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
setObjectMetadata(ObjectMetadata) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
setObjectMetadata(ObjectMetadata) - Method in class com.netease.cloud.services.nos.model.NOSObject
Sets the object metadata for this object.
setObjectName(String) - Method in class com.netease.cloud.services.nos.model.PutObjectResult
 
setOriginalRequest(WebServiceRequest) - Method in class com.netease.cloud.http.HttpRequest
Sets the original request, as constructed by the SDK user, for which this HTTP request is being executed.
setOwner(Owner) - Method in class com.netease.cloud.services.nos.model.Bucket
For internal use only.
setOwner(Owner) - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Sets the owner of this multipart upload.
setOwner(Owner) - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Sets the owner of this object.
setOwner(Owner) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the user who owns the associated multipart upload.
setParameters(Map<String, String>) - Method in class com.netease.cloud.DefaultRequest
 
setParameters(Map<String, String>) - Method in class com.netease.cloud.http.HttpRequest
 
setParameters(Map<String, String>) - Method in interface com.netease.cloud.Request
Sets all parameters, clearing any existing values.
setPartETags(List<PartETag>) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete.
setPartNumber(int) - Method in class com.netease.cloud.services.nos.model.PartETag
Sets the part number of the associated part.
setPartNumber(int) - Method in class com.netease.cloud.services.nos.model.PartSummary
Sets the part number describing this part's position relative to the other parts in the multipart upload.
setPartNumber(int) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the part number describing this part's position relative to the other parts in the multipart upload.
setPartNumber(int) - Method in class com.netease.cloud.services.nos.model.UploadPartResult
Sets the part number of the newly uploaded part.
setPartNumberMarker(Integer) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the optional part number marker indicating where in the results to being listing parts.
setPartNumberMarker(int) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the optional part number marker specified in the original request to specify where in the results to begin listing parts.
setParts(List<PartSummary>) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the list of parts described in this part listing.
setPartSize(long) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the size of this part, in bytes.
setPrefix(String) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the key prefix for which this rule will apply.
setPrefix(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional prefix parameter, restricting the response to multipart uploads for keys that begin with the specified prefix.
setPrefix(String) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the optional prefix parameter, restricting the response to keys that begin with the specified prefix.
setPrefix(String) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
For internal use only.
setPrefix(String) - Method in class com.netease.cloud.services.nos.model.ObjectListing
For internal use only.
setProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the optional progress listener for receiving updates about object download status.
setProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional progress listener for receiving updates about object upload status.
setProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the optional progress listener for receiving updates about object upload status.
setProtocol(Protocol) - Method in class com.netease.cloud.ClientConfiguration
Sets the protocol (i.e.
setProxyDomain(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional Windows domain name for configuration an NTML proxy.
setProxyHost(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional proxy host the client will connect through.
setProxyPassword(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional proxy password to use when connecting through a proxy.
setProxyPort(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional proxy port the client will connect through.
setProxyUsername(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional proxy user name to use if connecting through a proxy.
setProxyWorkstation(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional Windows workstation name for configuring NTLM proxy support.
setQuiet(boolean) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Sets the quiet element for this request.
setRange(long, long) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the optional inclusive byte range within the desired object that will be downloaded by this request.
setRegion(String) - Method in class com.netease.cloud.services.nos.model.CreateBucketRequest
Sets the name of the region in which this bucket will be created.
setRequestCredentials(Credentials) - Method in class com.netease.cloud.WebServiceRequest
Sets the optional credentials to use for this request, overriding the default credentials set at the client level.
setRequestId(String) - Method in exception com.netease.cloud.ServiceException
Sets the requestId for this exception.
setResource(String) - Method in exception com.netease.cloud.ServiceException
 
setResourcePath(String) - Method in class com.netease.cloud.DefaultRequest
 
setResourcePath(String) - Method in class com.netease.cloud.http.HttpRequest
Sets the resource path associated with this request.
setResourcePath(String) - Method in interface com.netease.cloud.Request
Sets the path to the resource being requested.
setResponseHeaders(ResponseHeaderOverrides) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the headers to be overridden in the service response.
setResponseMetadata(ResponseMetadata) - Method in class com.netease.cloud.WebServiceResponse
Sets the response metadata associated with this response.
setResult(T) - Method in class com.netease.cloud.WebServiceResponse
Sets the result contained by this response.
setRules(List<BucketLifecycleConfiguration.Rule>) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration
Sets the rules that comprise this configuration.
setServerSideEncryption(String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
setServiceName(String) - Method in class com.netease.cloud.http.HttpRequest
Sets the name of the service this request is for.
setServiceName(String) - Method in exception com.netease.cloud.ServiceException
Sets the name of the service that sent this error response.
setSigner(Signer) - Method in class com.netease.cloud.http.ExecutionContext
Sets the optional signer used to sign the associated request.
setSize(long) - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Sets the size of this object in bytes.
setSize(long) - Method in class com.netease.cloud.services.nos.model.PartSummary
Sets the size of this part, in bytes.
setSocketBufferSizeHints(int, int) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional size hints (in bytes) for the low level TCP send and receive buffers.
setSocketTimeout(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed.
setSourceBucketName(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the name of the bucket containing the source object to be copied.
setSourceBucketName(String) - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
setSourceBucketName(String) - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Sets the name of the bucket containing the source object to be copied.
setSourceKey(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the source bucket key under which the source object to be copied is stored.
setSourceKey(String) - Method in class com.netease.cloud.services.nos.model.MediaSaveAsRequest
 
setSourceKey(String) - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Sets the source bucket key under which the source object to be copied is stored.
setState(Transfer.TransferState) - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Sets the current state of this transfer.
setStatus(String) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the status of this rule.
setStatusCode(int) - Method in class com.netease.cloud.http.HttpResponse
Sets the HTTP status code that was returned with this response.
setStatusCode(int) - Method in exception com.netease.cloud.ServiceException
Sets the HTTP status code that was returned with this service exception.
setStatusText(String) - Method in class com.netease.cloud.http.HttpResponse
Sets the HTTP status text returned with this response.
setStorageCapacity(long) - Method in class com.netease.cloud.services.nos.model.GetBucketStatsResult
 
setStorageClass(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional Nos storage class to use when storing the newly copied object.
setStorageClass(StorageClass) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional Nos storage class to use when storing the newly copied object.
setStorageClass(StorageClass) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the optional storage class to use when storing this upload's data in Nos.
setStorageClass(String) - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Sets the storage class indicating how the data in this multipart upload will be stored.
setStorageClass(String) - Method in class com.netease.cloud.services.nos.model.NOSObjectSummary
Sets the storage class used by Nos for this object.
setStorageClass(String) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the class of storage used for the parts in the associated multipart upload.
setStorageClass(String) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional Nos storage class to use when storing the new object.
setStorageClass(StorageClass) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional Nos storage class to use when storing the new object.
setTimedThreadPool(ScheduledExecutorService) - Method in class com.netease.cloud.services.nos.transfer.internal.UploadMonitor
 
setTimingInfo(TimingInfo) - Method in class com.netease.cloud.http.ExecutionContext
 
setToken(String) - Method in class com.netease.cloud.http.ExecutionContext
 
setToken(String) - Method in class com.netease.cloud.WebServiceRequest
 
setTotalBytesToTransfer(long) - Method in class com.netease.cloud.services.nos.transfer.internal.TransferProgressImpl
 
setTruncated(boolean) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Sets whether this listing is truncated, and additional requests need to be made to get more results.
setTruncated(boolean) - Method in class com.netease.cloud.services.nos.model.ObjectListing
For internal use only.
setTruncated(boolean) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets whether or not this listing is truncated, and additional requests need to be made to get more results.
setUnmodifiedSinceConstraint(Date) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional unmodified constraint that restricts this request to executing only if the source object has not been modified after the specified date.
setUploadId(String) - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Sets the ID of the upload to abort.
setUploadId(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the ID of the multipart upload to complete.
setUploadId(String) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadResult
Sets the initiated multipart upload ID.
setUploadId(String) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the ID of the multipart upload whose parts are being listed.
setUploadId(String) - Method in class com.netease.cloud.services.nos.model.MultipartUpload
Sets the unique ID of this multipart upload.
setUploadId(String) - Method in class com.netease.cloud.services.nos.model.PartListing
Sets the upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
setUploadId(String) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the ID of the existing, initiated multipart upload with which this new part will be associated.
setUploadIdMarker(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional upload ID marker indicating where in the results to begin listing.
setUploadIdMarker(String) - Method in class com.netease.cloud.services.nos.model.MultipartUploadListing
Sets the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
setUserAgent(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the HTTP user agent header to send with all requests.
setUserMetadata(Map<String, String>) - Method in class com.netease.cloud.services.nos.model.ObjectMetadata
Sets the custom user-metadata for the associated object.
setVersionId(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadResult
Sets the version ID of the new object, only present if versioning has been enabled for the bucket.
setVersionId(String) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
setVersionId(String) - Method in class com.netease.cloud.services.nos.transfer.model.UploadResult
Sets the version ID of the new object, only present if versioning has been enabled for the bucket.
setxNosObjectMD5(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
 
shouldUseMultipartUpload(PutObjectRequest, TransferManagerConfiguration) - Static method in class com.netease.cloud.services.nos.transfer.internal.TransferManagerUtils
Returns true if the the specified request should be processed as a multipart upload (instead of a single part upload).
shutdown() - Method in class com.netease.cloud.http.NeteaseHttpClient
Shuts down this HTTP client object, releasing any resources that might be held open.
shutdown() - Method in interface com.netease.cloud.services.nos.Nos
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.netease.cloud.WebServiceClient
Shuts down this client object, releasing any resources that might be held open.
shutdownNow() - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Forcefully shuts down this TransferManager instance - currently executing transfers will not be allowed to finish.
sign(String, byte[], SigningAlgorithm) - Method in class com.netease.cloud.auth.AbstractSigner
 
sign(byte[], byte[], SigningAlgorithm) - Method in class com.netease.cloud.auth.AbstractSigner
 
sign(String, byte[], SigningAlgorithm) - Method in class com.netease.cloud.auth.AbstractStringSigner
 
sign(byte[], byte[], SigningAlgorithm) - Method in class com.netease.cloud.auth.AbstractStringSigner
 
sign(Request<?>, Credentials) - Method in interface com.netease.cloud.auth.Signer
 
sign(String, Credentials) - Method in interface com.netease.cloud.auth.StringSigner
 
sign(Request<?>, Credentials) - Method in class com.netease.cloud.services.nos.internal.NosQueryStringSigner
 
sign(Request<?>, Credentials) - Method in class com.netease.cloud.services.nos.internal.NosSigner
 
sign(String, Credentials) - Method in class com.netease.cloud.services.nos.internal.NosStringSigner
 
signAndBase64Encode(String, String, SigningAlgorithm) - Method in class com.netease.cloud.auth.AbstractSigner
Computes an RFC 2104-compliant HMAC signature and returns the result as a Base64 encoded string.
signAndBase64Encode(byte[], String, SigningAlgorithm) - Method in class com.netease.cloud.auth.AbstractSigner
Computes an RFC 2104-compliant HMAC signature for an array of bytes and returns the result as a Base64 encoded string.
signAndBase64Encode(String, String, SigningAlgorithm) - Method in class com.netease.cloud.auth.AbstractStringSigner
Computes an RFC 2104-compliant HMAC signature and returns the result as a Base64 encoded string.
signAndBase64Encode(byte[], String, SigningAlgorithm) - Method in class com.netease.cloud.auth.AbstractStringSigner
Computes an RFC 2104-compliant HMAC signature for an array of bytes and returns the result as a Base64 encoded string.
Signer - Interface in com.netease.cloud.auth
 
SigningAlgorithm - Enum in com.netease.cloud.auth
 
signString(String) - Method in class com.netease.cloud.services.nos.NosClient
 
SimpleDataResponseHandler - Class in com.netease.cloud.services.nos.internal
 
SimpleDataResponseHandler() - Constructor for class com.netease.cloud.services.nos.internal.SimpleDataResponseHandler
 
SimpleTypeStaxUnmarshallers - Class in com.netease.cloud.transform
Collection of StAX unmarshallers for simple data types.
SimpleTypeStaxUnmarshallers() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers
 
SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller - Class in com.netease.cloud.transform
 
SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller - Class in com.netease.cloud.transform
 
SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Boolean values.
SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for ByteBuffer values.
SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Byte values.
SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Date values.
SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Double values.
SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Float values.
SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Integer values.
SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Long values.
SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller
 
SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for String values.
SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller
 
SimpleTypeUnmarshallers - Class in com.netease.cloud.transform
Collection of unmarshallers for simple data types.
SimpleTypeUnmarshallers() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers
 
SimpleTypeUnmarshallers.BooleanUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Boolean values.
SimpleTypeUnmarshallers.BooleanUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.BooleanUnmarshaller
 
SimpleTypeUnmarshallers.ByteBufferUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for ByteBuffer values.
SimpleTypeUnmarshallers.ByteBufferUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.ByteBufferUnmarshaller
 
SimpleTypeUnmarshallers.ByteUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Byte values.
SimpleTypeUnmarshallers.ByteUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.ByteUnmarshaller
 
SimpleTypeUnmarshallers.DateUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Date values.
SimpleTypeUnmarshallers.DateUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.DateUnmarshaller
 
SimpleTypeUnmarshallers.DoubleUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Double values.
SimpleTypeUnmarshallers.DoubleUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.DoubleUnmarshaller
 
SimpleTypeUnmarshallers.FloatUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Float values.
SimpleTypeUnmarshallers.FloatUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.FloatUnmarshaller
 
SimpleTypeUnmarshallers.IntegerUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Integer values.
SimpleTypeUnmarshallers.IntegerUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.IntegerUnmarshaller
 
SimpleTypeUnmarshallers.LongUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for Long values.
SimpleTypeUnmarshallers.LongUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.LongUnmarshaller
 
SimpleTypeUnmarshallers.StringUnmarshaller - Class in com.netease.cloud.transform
Unmarshaller for String values.
SimpleTypeUnmarshallers.StringUnmarshaller() - Constructor for class com.netease.cloud.transform.SimpleTypeUnmarshallers.StringUnmarshaller
 
size - Variable in class com.netease.cloud.services.nos.model.NOSObjectSummary
The size of this object, in bytes
skip(long) - Method in class com.netease.cloud.services.nos.internal.RepeatableFileInputStream
 
skipTo(char) - Method in class com.netease.cloud.util.json.JSONTokener
Skip characters until the next character is the requested character.
sortedKeys() - Method in class com.netease.cloud.util.json.JSONObject
Get an enumeration of the keys of the JSONObject.
stack - Variable in class com.netease.cloud.transform.StaxUnmarshallerContext
 
StandardErrorUnmarshaller - Class in com.netease.cloud.transform
Error unmarshaller that knows how to interpret a standard error message (i.e.
StandardErrorUnmarshaller() - Constructor for class com.netease.cloud.transform.StandardErrorUnmarshaller
Constructs a new unmarshaller that will unmarshall a standard error message as a generic ServiceException object.
StandardErrorUnmarshaller(Class<? extends ServiceException>) - Constructor for class com.netease.cloud.transform.StandardErrorUnmarshaller
Constructor allowing subclasses to specify a specific type of ServiceException to instantiating when populating the exception object with data from the error message.
start(String) - Method in class com.netease.cloud.services.nos.internal.XmlWriter
 
start(String, String, String) - Method in class com.netease.cloud.services.nos.internal.XmlWriter
 
start(String, String[], String[]) - Method in class com.netease.cloud.services.nos.internal.XmlWriter
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketDefault404Handler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketStatsHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
startDocument() - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
STARTED_EVENT_CODE - Static variable in class com.netease.cloud.services.nos.model.ProgressEvent
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketDefault404Handler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketStatsHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
startElement(String, String, String, Attributes) - Method in class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
startElement(String) - Method in class com.netease.cloud.util.XMLWriter
Starts a new element with the specified name at the current position in the in-progress XML document.
stateChangeListeners - Variable in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Collection of listeners to be notified for changes to the state of this transfer via setState()
StaticCredentialsProvider - Class in com.netease.cloud.internal
Simple implementation of CredentialsProvider that just wraps static Credentials.
StaticCredentialsProvider(Credentials) - Constructor for class com.netease.cloud.internal.StaticCredentialsProvider
 
StaxResponseHandler<T> - Class in com.netease.cloud.http
Default implementation of HttpResponseHandler that handles a successful response from an service and unmarshalls the result using a StAX unmarshaller.
StaxResponseHandler(Unmarshaller<T, StaxUnmarshallerContext>) - Constructor for class com.netease.cloud.http.StaxResponseHandler
Constructs a new response handler that will use the specified StAX unmarshaller to unmarshall the service response and uses the specified response element path to find the root of the business data in the service's response.
StaxUnmarshallerContext - Class in com.netease.cloud.transform
Contains the unmarshalling state for the parsing of an XML response.
StaxUnmarshallerContext(XMLEventReader) - Constructor for class com.netease.cloud.transform.StaxUnmarshallerContext
Constructs a new unmarshaller context using the specified source of XML events.
StaxUnmarshallerContext(XMLEventReader, Map<String, String>) - Constructor for class com.netease.cloud.transform.StaxUnmarshallerContext
Constructs a new unmarshaller context using the specified source of XML events, and a set of response headers.
STORAGE_CLASS - Static variable in interface com.netease.cloud.services.nos.Headers
Header describing what class of storage a user wants
storageClass - Variable in class com.netease.cloud.services.nos.model.NOSObjectSummary
The class of storage used by Nos to store this object
StorageClass - Enum in com.netease.cloud.services.nos.model
Specifies constants that define Nos storage classes.
StringInputStream - Class in com.netease.cloud.util
Simple wrapper for ByteArrayInputStream that will automatically encode the string as UTF-8 data, and still allows access to the original string.
StringInputStream(String) - Constructor for class com.netease.cloud.util.StringInputStream
 
StringSigner - Interface in com.netease.cloud.auth
 
stringToValue(String) - Static method in class com.netease.cloud.util.json.JSONObject
Try to convert a string into a number, boolean, or null.
StringUtils - Class in com.netease.cloud.util
Utilities for converting objects to strings.
StringUtils() - Constructor for class com.netease.cloud.util.StringUtils
 
subTransfers - Variable in class com.netease.cloud.services.nos.transfer.internal.MultipleFileTransfer
 
SyncNOS - Class in com.netease.cloud.services.nos.tools
 
SyncNOS() - Constructor for class com.netease.cloud.services.nos.tools.SyncNOS
 
SyncNOS.ReaderThread - Class in com.netease.cloud.services.nos.tools
 
SyncNOS.ReaderThread(NosClient, String) - Constructor for class com.netease.cloud.services.nos.tools.SyncNOS.ReaderThread
 
SyncNOS.WriterThread - Class in com.netease.cloud.services.nos.tools
 
SyncNOS.WriterThread(NosClient, NosClient, String, String, int) - Constructor for class com.netease.cloud.services.nos.tools.SyncNOS.WriterThread
 
syntaxError(String) - Method in class com.netease.cloud.util.json.JSONTokener
Make a JSONException to signal a syntax error.

T

testExpression(String) - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Tests the specified expression against the current position in the XML document being parsed.
testExpression(String, int) - Method in class com.netease.cloud.transform.StaxUnmarshallerContext
Tests the specified expression against the current position in the XML document being parsed, and restricts the expression to matching at the specified stack depth.
TimingInfo - Class in com.netease.cloud.util
 
TimingInfo() - Constructor for class com.netease.cloud.util.TimingInfo
 
TimingInfo(long) - Constructor for class com.netease.cloud.util.TimingInfo
 
TimingInfo(long, long) - Constructor for class com.netease.cloud.util.TimingInfo
 
toBase64(byte[]) - Static method in class com.netease.cloud.util.BinaryUtils
Converts byte data to a Base64-encoded string.
toBigDecimal(String) - Static method in class com.netease.cloud.util.StringUtils
 
toBigInteger(String) - Static method in class com.netease.cloud.util.StringUtils
 
toBoolean(StringBuilder) - Static method in class com.netease.cloud.util.StringUtils
 
toByteArray(String) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
Safely converts a string to a byte array, first attempting to explicitly use our preferred encoding (UTF-8), and then falling back to the platform's default encoding if for some reason our preferred encoding isn't supported.
toHex(byte[]) - Static method in class com.netease.cloud.util.BinaryUtils
Converts byte data to a Hex-encoded string.
toInteger(StringBuilder) - Static method in class com.netease.cloud.util.StringUtils
 
toJSONArray(JSONArray) - Method in class com.netease.cloud.util.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class com.netease.cloud.util.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toString() - Method in class com.netease.cloud.DefaultRequest
 
toString() - Method in class com.netease.cloud.http.HttpRequest
 
toString() - Method in enum com.netease.cloud.Protocol
 
toString() - Method in class com.netease.cloud.ResponseMetadata
 
toString() - Method in exception com.netease.cloud.ServiceException
Returns a string summary of the details of this exception including the HTTP status code, request ID, error code and error message.
toString() - Method in class com.netease.cloud.services.nos.internal.XmlWriter
 
toString() - Method in class com.netease.cloud.services.nos.model.Bucket
 
toString() - Method in enum com.netease.cloud.services.nos.model.CannedAccessControlList
Returns the Nos x-nos-acl header value for this canned acl.
toString() - Method in class com.netease.cloud.services.nos.model.NOSObject
 
toString() - Method in class com.netease.cloud.services.nos.model.Owner
 
toString() - Method in enum com.netease.cloud.services.nos.model.Region
 
toString() - Method in enum com.netease.cloud.services.nos.model.StorageClass
 
toString() - Method in class com.netease.cloud.util.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class com.netease.cloud.util.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class com.netease.cloud.util.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class com.netease.cloud.util.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class com.netease.cloud.util.json.JSONTokener
Make a printable string of this JSONTokener.
toString(StringBuilder) - Static method in class com.netease.cloud.util.StringUtils
 
totalBytesToTransfer - Variable in class com.netease.cloud.services.nos.transfer.TransferProgress
 
Transfer - Interface in com.netease.cloud.services.nos.transfer
Represents an asynchronous upload to or download from Nos.
Transfer.TransferState - Enum in com.netease.cloud.services.nos.transfer
Enumeration of the possible transfer states.
TransferManager - Class in com.netease.cloud.services.nos.transfer
High level utility for managing transfers to Nos.
TransferManager(Credentials) - Constructor for class com.netease.cloud.services.nos.transfer.TransferManager
Constructs a new TransferManager and Nos client using the specified security credentials.
TransferManager(Nos) - Constructor for class com.netease.cloud.services.nos.transfer.TransferManager
Constructs a new TransferManager, specifying the client to use when making requests to Nos.
TransferManager(Nos, ThreadPoolExecutor) - Constructor for class com.netease.cloud.services.nos.transfer.TransferManager
Constructs a new TransferManager specifying the client and thread pool to use when making requests to Nos.
TransferManagerConfiguration - Class in com.netease.cloud.services.nos.transfer
Configuration options for how TransferManager processes requests.
TransferManagerConfiguration() - Constructor for class com.netease.cloud.services.nos.transfer.TransferManagerConfiguration
 
TransferManagerUtils - Class in com.netease.cloud.services.nos.transfer.internal
Internal utilities for multipart uploads with TransferManager.
TransferManagerUtils() - Constructor for class com.netease.cloud.services.nos.transfer.internal.TransferManagerUtils
 
TransferMonitor - Interface in com.netease.cloud.services.nos.transfer.internal
Monitors long-running transfers.
TransferProgress - Class in com.netease.cloud.services.nos.transfer
Describes the progress of a transfer.
TransferProgress() - Constructor for class com.netease.cloud.services.nos.transfer.TransferProgress
 
TransferProgressImpl - Class in com.netease.cloud.services.nos.transfer.internal
 
TransferProgressImpl() - Constructor for class com.netease.cloud.services.nos.transfer.internal.TransferProgressImpl
 
TransferProgressUpdatingListener - Class in com.netease.cloud.services.nos.transfer.internal
 
TransferProgressUpdatingListener(TransferProgressImpl) - Constructor for class com.netease.cloud.services.nos.transfer.internal.TransferProgressUpdatingListener
 
transferStateChanged(Transfer, Transfer.TransferState) - Method in interface com.netease.cloud.services.nos.transfer.internal.TransferStateChangeListener
 
TransferStateChangeListener - Interface in com.netease.cloud.services.nos.transfer.internal
Listener for transfer state changes.

U

unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.BucketLifecycleConfigurationUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.BucketLocationUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.CompleteMultipartUploadResultUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.DeleteObjectsResultUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.GetBucketDefault404Unmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.GetBucketStatsUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.InitiateMultipartUploadResultUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.InputStreamUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.ListBucketsUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.ListMultipartUploadsResultUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.ListObjectsUnmarshaller
 
unmarshall(InputStream) - Method in class com.netease.cloud.services.nos.model.transform.Unmarshallers.ListPartsResultUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.LegacyErrorUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BigDecimalStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BigIntegerStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.BooleanStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.ByteBufferStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.ByteStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.DateStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.DoubleStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.FloatStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.IntegerStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.LongStaxUnmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.SimpleTypeStaxUnmarshallers.StringStaxUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.BooleanUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.ByteBufferUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.ByteUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.DateUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.DoubleUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.FloatUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.IntegerUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.LongUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.SimpleTypeUnmarshallers.StringUnmarshaller
 
unmarshall(Node) - Method in class com.netease.cloud.transform.StandardErrorUnmarshaller
 
unmarshall(R) - Method in interface com.netease.cloud.transform.Unmarshaller
 
unmarshall(StaxUnmarshallerContext) - Method in class com.netease.cloud.transform.VoidStaxUnmarshaller
 
Unmarshaller<T,R> - Interface in com.netease.cloud.transform
 
Unmarshallers - Class in com.netease.cloud.services.nos.model.transform
Collection of unmarshallers for Nos XML responses.
Unmarshallers() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers
 
Unmarshallers.BucketLifecycleConfigurationUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
 
Unmarshallers.BucketLifecycleConfigurationUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.BucketLifecycleConfigurationUnmarshaller
 
Unmarshallers.BucketLocationUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
Unmarshaller for the BucketLocation XML response.
Unmarshallers.BucketLocationUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.BucketLocationUnmarshaller
 
Unmarshallers.CompleteMultipartUploadResultUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
 
Unmarshallers.CompleteMultipartUploadResultUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.CompleteMultipartUploadResultUnmarshaller
 
Unmarshallers.DeleteObjectsResultUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
 
Unmarshallers.DeleteObjectsResultUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.DeleteObjectsResultUnmarshaller
 
Unmarshallers.GetBucketDefault404Unmarshaller - Class in com.netease.cloud.services.nos.model.transform
 
Unmarshallers.GetBucketDefault404Unmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.GetBucketDefault404Unmarshaller
 
Unmarshallers.GetBucketStatsUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
 
Unmarshallers.GetBucketStatsUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.GetBucketStatsUnmarshaller
 
Unmarshallers.InitiateMultipartUploadResultUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
 
Unmarshallers.InitiateMultipartUploadResultUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.InitiateMultipartUploadResultUnmarshaller
 
Unmarshallers.InputStreamUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
Unmarshaller for the a direct InputStream response.
Unmarshallers.InputStreamUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.InputStreamUnmarshaller
 
Unmarshallers.ListBucketsUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
Unmarshaller for the ListBuckets XML response.
Unmarshallers.ListBucketsUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.ListBucketsUnmarshaller
 
Unmarshallers.ListMultipartUploadsResultUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
 
Unmarshallers.ListMultipartUploadsResultUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.ListMultipartUploadsResultUnmarshaller
 
Unmarshallers.ListObjectsUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
Unmarshaller for the ListObjects XML response.
Unmarshallers.ListObjectsUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.ListObjectsUnmarshaller
 
Unmarshallers.ListPartsResultUnmarshaller - Class in com.netease.cloud.services.nos.model.transform
 
Unmarshallers.ListPartsResultUnmarshaller() - Constructor for class com.netease.cloud.services.nos.model.transform.Unmarshallers.ListPartsResultUnmarshaller
 
unwrapExecutionException(ExecutionException) - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Unwraps the root exception that caused the specified ExecutionException and returns it.
updateProgress(long) - Method in class com.netease.cloud.services.nos.transfer.internal.TransferProgressImpl
 
upload(String, String, InputStream, ObjectMetadata) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Schedules a new transfer to upload data to Nos.
upload(String, String, File) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Schedules a new transfer to upload data to Nos.
upload(PutObjectRequest) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Schedules a new transfer to upload data to Nos.
Upload - Interface in com.netease.cloud.services.nos.transfer
Represents an asynchronous upload to Nos.
UploadCallable - Class in com.netease.cloud.services.nos.transfer.internal
 
UploadCallable(TransferManager, ExecutorService, UploadImpl, PutObjectRequest, ProgressListenerChain) - Constructor for class com.netease.cloud.services.nos.transfer.internal.UploadCallable
 
uploadDir(String, String, File, boolean, boolean) - Method in class com.netease.cloud.services.nos.tools.noscmd
 
uploadDirectory(String, String, File, boolean) - Method in class com.netease.cloud.services.nos.transfer.TransferManager
Uploads all files in the directory given to the bucket named, optionally recursing for all subdirectories.
UploadImpl - Class in com.netease.cloud.services.nos.transfer.internal
 
UploadImpl(String, TransferProgressImpl, ProgressListenerChain, TransferStateChangeListener) - Constructor for class com.netease.cloud.services.nos.transfer.internal.UploadImpl
 
UploadMonitor - Class in com.netease.cloud.services.nos.transfer.internal
Manages an upload by periodically checking to see if the upload is done, and returning a result if so.
UploadMonitor(TransferManager, UploadImpl, ExecutorService, UploadCallable, PutObjectRequest, ProgressListenerChain) - Constructor for class com.netease.cloud.services.nos.transfer.internal.UploadMonitor
Constructs a new upload watcher, which immediately submits itself to the thread pool.
uploadPart(UploadPartRequest) - Method in interface com.netease.cloud.services.nos.Nos
Uploads a part in a multipart upload.
uploadPart(UploadPartRequest) - Method in class com.netease.cloud.services.nos.NosClient
 
UploadPartCallable - Class in com.netease.cloud.services.nos.transfer.internal
 
UploadPartCallable(Nos, UploadPartRequest) - Constructor for class com.netease.cloud.services.nos.transfer.internal.UploadPartCallable
 
UploadPartRequest - Class in com.netease.cloud.services.nos.model
Contains the parameters used for the UploadPart operation on Nos.
UploadPartRequest() - Constructor for class com.netease.cloud.services.nos.model.UploadPartRequest
 
UploadPartRequestFactory - Class in com.netease.cloud.services.nos.transfer.internal
Factory for creating all the individual UploadPartRequest objects for a multipart upload.
UploadPartRequestFactory(PutObjectRequest, String, long) - Constructor for class com.netease.cloud.services.nos.transfer.internal.UploadPartRequestFactory
 
UploadPartResult - Class in com.netease.cloud.services.nos.model
Contains the details returned from Nos after calling the UploadPart operation.
UploadPartResult() - Constructor for class com.netease.cloud.services.nos.model.UploadPartResult
 
UploadResult - Class in com.netease.cloud.services.nos.transfer.model
Contains information returned by Nos for a completed upload.
UploadResult() - Constructor for class com.netease.cloud.services.nos.transfer.model.UploadResult
 
urlDecode(String, boolean) - Static method in class com.netease.cloud.util.HttpUtils
 
urlEncode(String) - Static method in class com.netease.cloud.services.nos.internal.ServiceUtils
URL encodes the specified string and returns it.
urlEncode(String, boolean) - Static method in class com.netease.cloud.util.HttpUtils
 
usage() - Static method in class com.netease.cloud.services.nos.tools.noscmd
 
usePayloadForQueryParameters(Request<?>) - Static method in class com.netease.cloud.util.HttpUtils
 

V

validateBucketName(String) - Method in class com.netease.cloud.services.nos.internal.BucketNameUtils
Validates that the specified bucket name is valid for Nos V2 naming (i.e.
validateStringSignature(String, String) - Method in class com.netease.cloud.services.nos.NosClient
 
value(String) - Method in class com.netease.cloud.services.nos.internal.XmlWriter
 
value(boolean) - Method in class com.netease.cloud.util.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class com.netease.cloud.util.json.JSONWriter
Append a double value.
value(long) - Method in class com.netease.cloud.util.json.JSONWriter
Append a long value.
value(Date) - Method in class com.netease.cloud.util.json.JSONWriter
Appends a date value, as epoch seconds.
value(Object) - Method in class com.netease.cloud.util.json.JSONWriter
Append an object value.
value(String) - Method in class com.netease.cloud.util.XMLWriter
Adds the specified value as text to the current position of the in progress XML document.
value(Date) - Method in class com.netease.cloud.util.XMLWriter
Adds the specified date as text to the current position of the in-progress XML document.
value(Object) - Method in class com.netease.cloud.util.XMLWriter
Adds the string representation of the specified object to the current position of the in progress XML document.
valueOf(String) - Static method in enum com.netease.cloud.auth.SigningAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netease.cloud.http.HttpMethodName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netease.cloud.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netease.cloud.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netease.cloud.ServiceException.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netease.cloud.services.nos.model.CannedAccessControlList
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netease.cloud.services.nos.model.Region
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netease.cloud.services.nos.model.StorageClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.netease.cloud.services.nos.transfer.Transfer.TransferState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.netease.cloud.auth.SigningAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netease.cloud.http.HttpMethodName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netease.cloud.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netease.cloud.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netease.cloud.ServiceException.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netease.cloud.services.nos.model.CannedAccessControlList
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netease.cloud.services.nos.model.Region
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netease.cloud.services.nos.model.StorageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.netease.cloud.services.nos.transfer.Transfer.TransferState
Returns an array containing the constants of this enum type, in the order they are declared.
VersionInfoUtils - Class in com.netease.cloud.util
Utility class for accessing SDK versioning information.
VersionInfoUtils() - Constructor for class com.netease.cloud.util.VersionInfoUtils
 
VoidStaxUnmarshaller<T> - Class in com.netease.cloud.transform
Simple StAX unmarshaller that iterates through the XML events but always returns null.
VoidStaxUnmarshaller() - Constructor for class com.netease.cloud.transform.VoidStaxUnmarshaller
 

W

waitForCompletion() - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Waits for this transfer to complete.
waitForCompletion() - Method in interface com.netease.cloud.services.nos.transfer.Transfer
Waits for this transfer to complete.
waitForException() - Method in class com.netease.cloud.services.nos.transfer.internal.AbstractTransfer
Waits for this transfer to finish and returns any error that occurred, or returns null if no errors occurred.
waitForException() - Method in interface com.netease.cloud.services.nos.transfer.Transfer
Waits for this transfer to finish and returns any error that occurred, or returns null if no errors occurred.
waitForUploadResult() - Method in class com.netease.cloud.services.nos.transfer.internal.UploadImpl
Waits for this upload to complete and returns the result of this upload.
waitForUploadResult() - Method in interface com.netease.cloud.services.nos.transfer.Upload
Waits for this upload to complete and returns the result of this upload.
WebServiceClient - Class in com.netease.cloud
Abstract base class for Web Service Java clients.
WebServiceClient(ClientConfiguration) - Constructor for class com.netease.cloud.WebServiceClient
Constructs a new WebServiceClient object using the specified configuration.
WebServiceRequest - Class in com.netease.cloud
Base class for all user facing web service request objects.
WebServiceRequest() - Constructor for class com.netease.cloud.WebServiceRequest
 
WebServiceResponse<T> - Class in com.netease.cloud
Represents the response from an service, including the result payload and any response metadata.
WebServiceResponse() - Constructor for class com.netease.cloud.WebServiceResponse
 
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Sets the name of the bucket containing the multipart upload to abort and returns the updated object so that additional calls can be chained together.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the name of the bucket containing the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest so that additional method calls can be chained together.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.DeleteObjectRequest
Sets the name of the bucket containing the object to delete and returns this object, enabling additional method calls to be chained together.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Sets the name of the bucket containing the object(s) to delete and returns this object, enabling additional method calls to be chained together.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the name of the bucket involved in this request, and returns this request object to enable additional method calls to be chained together.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.GetBucketLocationRequest
Sets the name of the bucket whose location is being requested, and returns this updated object so that additional method calls can be chained together.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Sets the name of the bucket containing the object whose metadata is being retrieved.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the name of the bucket containing the object to be downloaded.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the name of the bucket in which to create the new multipart upload, and hence, the eventual object created from the multipart upload.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets The name of the bucket containing the uploads to list, and returns this updated ListMultipartUploadsRequest object so that additional method calls can be chained together.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the name of the Nos bucket whose objects are to be listed.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the BucketName property for this request.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the name of the bucket where this request will upload a new object to.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.SetBucketLifecycleConfigurationRequest
Sets the name of the bucket whose lifecycle configuration is being set, and returns this object so that additional method calls may be chained together.
withBucketName(String) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the name of the bucket containing the existing, initiated multipart upload, with which this new part will be associated, and returns this updated object so that additional method calls can be chained together.
withCacheControl(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the cache control response header.
withCannedAccessControlList(CannedAccessControlList) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the canned ACL to use for the newly copied object, and returns this CopyObjectRequest, enabling additional method calls to be chained together.
withCannedAcl(CannedAccessControlList) - Method in class com.netease.cloud.services.nos.model.CreateBucketRequest
Sets the optional Canned ACL to set for the new bucket, and returns this updated object so that additional method calls can be chained together.
withCannedACL(CannedAccessControlList) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.
withCannedAcl(CannedAccessControlList) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional pre-configured access control policy to use for the new object.
withConnectionTimeout(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
withContentDisposition(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the content disposition response header override.
withContentEncoding(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the content encoding response header override.
withContentLanguage(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the content language response header override
withContentType(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the content type response header override.
withDelimiter(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional delimiter parameter that causes multipart uploads for keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the MultipartUploadListing.getCommonPrefixes() list.
withDelimiter(String) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the ObjectListing.getCommonPrefixes() list.
withDestinationBucketName(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the name of the destination bucket which will contain the new, copied object and returns this object, enabling additional method calls to be chained together.
withDestinationBucketName(String) - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Sets the name of the destination bucket which will contain the new, copied object and returns this object, enabling additional method calls to be chained together.
withDestinationKey(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the destination bucket key under which the new, copied object will be stored and returns this object, enabling additional method calls can be chained together.
withDestinationKey(String) - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Sets the destination bucket key under which the new, copied object will be stored and returns this object, enabling additional method calls can be chained together.
withETag(String) - Method in class com.netease.cloud.services.nos.model.PartETag
Sets the entity tag generated from the content of the associated part, and returns this updated PartETag object so that additional method calls can be chained together.
withExpiration(Date) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the expiration date at which point the new pre-signed URL will no longer be accepted by , and returns this request object to enable additional method calls to be chained together.
withExpirationDate(Date) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the expiration date of the object and returns a reference to this object(Rule) for method chaining.
withExpirationInDays(int) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the time, in days, between when an object is uploaded to the bucket and when it expires, and returns a reference to this object for method chaining.
withExpires(String) - Method in class com.netease.cloud.services.nos.model.ResponseHeaderOverrides
Sets the expires response header override.
withFile(File) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the file containing the data to be uploaded to Nos.
withFile(File) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the file containing the data to upload, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
withFileOffset(long) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the optional offset in the specified file, at which to begin uploading data for this part, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
withId(String) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the ID of this rule and returns a reference to this object for method chaining.
withInputStream(InputStream) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the input stream containing the data to be uploaded to Nos.
withInputStream(InputStream) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the stream containing the data to upload for the new part, and returns this updated object so that additional method calls can be chained together.
withKey(String) - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Sets the key of the multipart upload to abort and returns the updated AbortMultipartUploadRequest object so that additional method calls can be chained together.
withKey(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the key under which the multipart upload to complete is stored, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained together.
withKey(String) - Method in class com.netease.cloud.services.nos.model.DeleteObjectRequest
Sets the key of the object to delete and returns this object, enabling additional method calls to be chained together.
withKey(String) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the key of the object involved in this request, and returns this request object to enable additional method calls to be chained together.
withKey(String) - Method in class com.netease.cloud.services.nos.model.GetObjectMetadataRequest
Sets the key of the object whose metadata is being retrieved.
withKey(String) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the key under which the object to be downloaded is stored.
withKey(String) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the key by which to store the new multipart upload, and hence, the eventual object created from the multipart upload.
withKey(String) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the key of the associated multipart upload whose parts are being listed, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
withKey(String) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the key under which to store the new object.
withKey(String) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the key of the initiated multipart upload, and returns this updated object so that additional method calls can be chained together.
withKeyMarker(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the KeyMarker property for this request.
withKeys(List<String>) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Sets the list of keys to delete from this bucket, clearing any existing list of keys.
withKeys(String...) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Convenience method to specify a set of keys without versions.
withLastPart(boolean) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Marks this part as the last part being uploaded in a multipart upload, and returns this updated request object so that additional method calls can be chained together.
withLifecycleConfiguration(BucketLifecycleConfiguration) - Method in class com.netease.cloud.services.nos.model.SetBucketLifecycleConfigurationRequest
Sets the new lifecycle configuration for the specified bucket and returns this object, enabling additional method calls to be chained together.
withMarker(String) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the optional marker parameter indicating where in the bucket to begin listing.
withMatchingETagConstraint(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Adds a single ETag constraint to this request and returns this object, enabling additional method calls to be chained together.
withMaxConnections(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the maximum number of allowed open HTTP connections and returns the updated ClientConfiguration object.
withMaxErrorRetry(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the maximum number of retry attempts for failed retryable requests (ex: 5xx error responses from services), and returns the updated ClientConfiguration object.
withMaxKeys(Integer) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
withMaxParts(int) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the optional maximum number of parts to be returned in the part listing and returns this updated ListPartsRequest objects so that additional method calls can be chained together.
withMaxUploads(int) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional maximum number of uploads to return and returns this updated ListMultipartUploadsRequest object so that additional method calls can be chained together.
withMD5Digest(String) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the optional, but recommended, MD5 hash of the content of this part.
withMetadata(ObjectMetadata) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional metadata instructing Nos how to handle the uploaded data (e.g.
withMethod(HttpMethod) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the HTTP method (GET, PUT, DELETE, HEAD) to be used in this request, and returns this request object to enable additional method calls to be chained together.
withModifiedSinceConstraint(Date) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional modified constraint that restricts this request to executing only if the source object has been modified after the specified date.
withModifiedSinceConstraint(Date) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the optional modified constraint that restricts this request to executing only if the object has been modified after the specified date.
withNewObjectMetadata(ObjectMetadata) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the object metadata to use for the new, copied object and returns this object, enabling additional method calls to be chained together.
withNonmatchingETagConstraint(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Adds a single ETag constraint to this request and returns this object, enabling additional method calls to be chained together.
withObjectMetadata(ObjectMetadata) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
withParameter(String, String) - Method in class com.netease.cloud.DefaultRequest
 
withParameter(String, String) - Method in class com.netease.cloud.http.HttpRequest
 
withParameter(String, String) - Method in interface com.netease.cloud.Request
Adds the specified request parameter to this request, and returns the updated request object.
withPartETags(List<PartETag>) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained.
withPartETags(UploadPartResult...) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete based on the specified results from part uploads.
withPartETags(Collection<UploadPartResult>) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete based on the specified results from part uploads.
withPartNumber(int) - Method in class com.netease.cloud.services.nos.model.PartETag
Sets the part number of the associated part, and returns this updated PartETag object so that additional method calls can be chained together.
withPartNumber(int) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the part number describing this part's position relative to the other parts in the multipart upload.
withPartNumberMarker(Integer) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the optional part number marker indicating where in the results to being listing parts, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
withPartSize(long) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the size of this part, in bytes, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
withPrefix(String) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the key prefix for this rule and returns a reference to this object for method chaining.
withPrefix(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional prefix parameter restricting the response to multipart uploads for keys that begin with the specified prefix.
withPrefix(String) - Method in class com.netease.cloud.services.nos.model.ListObjectsRequest
Sets the optional prefix parameter restricting the response to keys that begin with the specified prefix.
withProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the optional progress listener for receiving updates about object download status, and returns this updated object so that additional method calls can be chained together.
withProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional progress listener for receiving updates about object upload status, and returns this updated object so that additional method calls can be chained together.
withProgressListener(ProgressListener) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the optional progress listener for receiving updates about object upload status, and returns this updated object so that additional method calls can be chained together.
withProtocol(Protocol) - Method in class com.netease.cloud.ClientConfiguration
Sets the protocol (i.e.
withProxyDomain(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional Windows domain name for configuration an NTML proxy and returns a reference to this updated ClientConfiguration object so that additional method calls can be chained together.
withProxyHost(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional proxy host the client will connect through and returns the updated ClientConfiguration object.
withProxyPassword(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional proxy password to use when connecting through a proxy, and returns the updated ClientConfiguration object.
withProxyPort(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional proxy port the client will connect through and returns the updated ClientConfiguration object.
withProxyUsername(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional proxy user name and returns the updated ClientConfiguration object.
withProxyWorkstation(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional Windows workstation name for configuring NTLM proxy support, and returns the updated ClientConfiguration object so that additional method calls can be chained together.
withQuiet(boolean) - Method in class com.netease.cloud.services.nos.model.DeleteObjectsRequest
Sets the quiet element for this request.
withRange(long, long) - Method in class com.netease.cloud.services.nos.model.GetObjectRequest
Sets the optional inclusive byte range within the desired object that will be downloaded by this request.
withResponseHeaders(ResponseHeaderOverrides) - Method in class com.netease.cloud.services.nos.model.GeneratePresignedUrlRequest
Sets the headers to be overridden in the service response and returns this object, for method chaining.
withRules(List<BucketLifecycleConfiguration.Rule>) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration
Sets the rules that comprise this configuration and returns a reference to this object for easy method chaining.
withRules(BucketLifecycleConfiguration.Rule...) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration
Convenience array style method for BucketLifecycleConfiguration.withRules(List)
withSocketBufferSizeHints(int, int) - Method in class com.netease.cloud.ClientConfiguration
Sets the optional size hints (in bytes) for the low level TCP send and receive buffers, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
withSocketTimeout(int) - Method in class com.netease.cloud.ClientConfiguration
Sets the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
withSourceBucketName(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the name of the bucket containing the source object to be copied, and returns this object, enabling additional method calls to be chained together.
withSourceBucketName(String) - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Sets the name of the bucket containing the source object to be copied, and returns this object, enabling additional method calls to be chained together.
withSourceKey(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the key in the source bucket under which the source object to be copied is stored and returns this object, enabling additional method calls to be chained together.
withSourceKey(String) - Method in class com.netease.cloud.services.nos.model.MoveObjectRequest
Sets the key in the source bucket under which the source object to be copied is stored and returns this object, enabling additional method calls to be chained together.
withStatus(String) - Method in class com.netease.cloud.services.nos.model.BucketLifecycleConfiguration.Rule
Sets the status of this rule and returns a reference to this object for method chaining.
withStorageClass(String) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional Nos storage class to use when storing the newly copied object and returns this CopyObjectRequest, enabling additional method calls to be chained together.
withStorageClass(StorageClass) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional Nos storage class to use when storing the newly copied object and returns this CopyObjectRequest, enabling additional method calls to be chained together.
withStorageClass(StorageClass) - Method in class com.netease.cloud.services.nos.model.InitiateMultipartUploadRequest
Sets the optional storage class to use when storing this upload's data in Nos.
withStorageClass(String) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional Nos storage class to use when storing the new object.
withStorageClass(StorageClass) - Method in class com.netease.cloud.services.nos.model.PutObjectRequest
Sets the optional Nos storage class to use when storing the new object.
withUnmodifiedSinceConstraint(Date) - Method in class com.netease.cloud.services.nos.model.CopyObjectRequest
Sets the optional unmodified constraint that restricts this request to executing only if the source object has not been modified after the specified date.
withUploadId(String) - Method in class com.netease.cloud.services.nos.model.AbortMultipartUploadRequest
Sets the ID of the multipart upload to abort, and returns this updated AbortMultipartUploadRequest object so that additional method calls can be chained together.
withUploadId(String) - Method in class com.netease.cloud.services.nos.model.CompleteMultipartUploadRequest
Sets the ID of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained together.
withUploadId(String) - Method in class com.netease.cloud.services.nos.model.ListPartsRequest
Sets the ID of the multipart upload whose parts are being listed, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
withUploadId(String) - Method in class com.netease.cloud.services.nos.model.UploadPartRequest
Sets the ID of the existing, initiated multipart upload with which this new part will be associated, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
withUploadIdMarker(String) - Method in class com.netease.cloud.services.nos.model.ListMultipartUploadsRequest
Sets the optional upload ID marker indicating where in the results to begin listing and returns this updated ListMultipartUploadsRequest object so that additional methods can be chained together.
withUserAgent(String) - Method in class com.netease.cloud.ClientConfiguration
Sets the HTTP user agent header used in requests and returns the updated ClientConfiguration object.
write(Writer) - Method in class com.netease.cloud.util.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class com.netease.cloud.util.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class com.netease.cloud.util.json.JSONWriter
The writer that will receive the output.

X

X_NOS_CALLBACK_RET - Static variable in interface com.netease.cloud.services.nos.Headers
 
X_NOS_OBJECT_MD5 - Static variable in interface com.netease.cloud.services.nos.Headers
 
X_NOS_OBJECT_NAME - Static variable in interface com.netease.cloud.services.nos.Headers
 
XML_NAMESPACE - Static variable in class com.netease.cloud.services.nos.internal.Constants
XML namespace URL used when sending NOS requests containing XML
XmlResponsesSaxParser - Class in com.netease.cloud.services.nos.model.transform
XML Sax parser to read XML documents returned by Nos via the REST interface, converting these documents into objects.
XmlResponsesSaxParser() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser
Constructs the XML SAX parser.
XmlResponsesSaxParser.BucketLifecycleConfigurationHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.BucketLifecycleConfigurationHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLifecycleConfigurationHandler
 
XmlResponsesSaxParser.BucketLocationHandler - Class in com.netease.cloud.services.nos.model.transform
Handler for CreateBucketConfiguration response XML documents for a bucket.
XmlResponsesSaxParser.BucketLocationHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.BucketLocationHandler
 
XmlResponsesSaxParser.CompleteMultipartUploadHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.CompleteMultipartUploadHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
XmlResponsesSaxParser.CopyObjectResultHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.CopyObjectResultHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.CopyObjectResultHandler
 
XmlResponsesSaxParser.DeleteObjectsHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.DeleteObjectsHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.DeleteObjectsHandler
 
XmlResponsesSaxParser.GetBucketDefault404Handler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.GetBucketDefault404Handler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketDefault404Handler
 
XmlResponsesSaxParser.GetBucketStatsHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.GetBucketStatsHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.GetBucketStatsHandler
 
XmlResponsesSaxParser.InitiateMultipartUploadHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.InitiateMultipartUploadHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
XmlResponsesSaxParser.ListAllMyBucketsHandler - Class in com.netease.cloud.services.nos.model.transform
Handler for ListAllMyBuckets response XML documents.
XmlResponsesSaxParser.ListAllMyBucketsHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListAllMyBucketsHandler
 
XmlResponsesSaxParser.ListBucketHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.ListBucketHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListBucketHandler
 
XmlResponsesSaxParser.ListMultipartUploadsHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.ListMultipartUploadsHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
XmlResponsesSaxParser.ListPartsHandler - Class in com.netease.cloud.services.nos.model.transform
 
XmlResponsesSaxParser.ListPartsHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.ListPartsHandler
 
XmlResponsesSaxParser.RequestPaymentConfigurationHandler - Class in com.netease.cloud.services.nos.model.transform
Handler for RequestPaymentConfiguration response XML documents for a bucket.
XmlResponsesSaxParser.RequestPaymentConfigurationHandler() - Constructor for class com.netease.cloud.services.nos.model.transform.XmlResponsesSaxParser.RequestPaymentConfigurationHandler
 
XmlUtils - Class in com.netease.cloud.util
 
XmlUtils() - Constructor for class com.netease.cloud.util.XmlUtils
 
XmlWriter - Class in com.netease.cloud.services.nos.internal
Basic XML Writer helper library.
XmlWriter() - Constructor for class com.netease.cloud.services.nos.internal.XmlWriter
 
XMLWriter - Class in com.netease.cloud.util
Utility for creating easily creating XML documents, one element at a time.
XMLWriter(Writer) - Constructor for class com.netease.cloud.util.XMLWriter
Creates a new XMLWriter, ready to write an XML document to the specified writer.
XMLWriter(Writer, String) - Constructor for class com.netease.cloud.util.XMLWriter
Creates a new XMLWriter, ready to write an XML document to the specified writer.
XpathUtils - Class in com.netease.cloud.util
Utility methods for extracting data from XML documents using Xpath expressions.
XpathUtils() - Constructor for class com.netease.cloud.util.XpathUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2017. All Rights Reserved.