| 接口 | 说明 |
|---|---|
| HeaderHandler<T> |
Assistant response handler that can pull an HTTP header out of the response
and apply it to a response object.
|
| ObjectExpirationResult |
Interface for service responses that receive the x-cos-expiration header.
|
| ReadLimitInfo | |
| Releasable |
Used for releasing a resource.
|
| ServerSideEncryptionResult |
Interface for service responses that include the server-side-encryption
related headers.
|
| Unmarshaller<T,R> |
| 类 | 说明 |
|---|---|
| AbstractCosResponseHandler<T> | |
| Constants | |
| CopyImpl |
An implementation of the Copy Interface that helps in retrieving the result
of the copy operation.
|
| CosErrorResponseHandler | |
| CosMetadataResponseHandler | |
| COSObjectResponseHandler | |
| CosServiceRequest | |
| CosServiceResponse<T> | |
| COSVersionHeaderHandler |
Header handler to pull the COS_VERSION_ID header out of the response.
|
| COSXmlResponseHandler<T> | |
| DeleteObjectsResponse | |
| DigestValidationInputStream |
Input stream extends SdkDigestInputStream, when you finish reading the stream, it
will validate whether the computed digest equals the one from the server
side.
|
| InputSubstream |
Filtered input stream implementation that exposes a range of an input stream
as a new input stream.
|
| LengthCheckInputStream | |
| MD5DigestCalculatingInputStream |
Simple InputStream wrapper that examines the wrapped stream's contents as
they are read and calculates and MD5 digest.
|
| MultiObjectDeleteXmlFactory |
Factory for creating XML fragments from
DeleteObjectsRequest objects
that can be sent to COS. |
| ObjectExpirationHeaderHandler<T extends ObjectExpirationResult> | |
| ReleasableInputStream |
An input stream that can have the close operation disabled (to avoid accidentally being closed).
|
| RequestClientOptions |
Client request options such as client markers for individual
QcloudWebServiceRequests. |
| RequestXmlFactory | |
| ResettableInputStream |
A mark-and-resettable input stream that can be used on files or file input streams.
|
| ResponseHeaderHandlerChain<T> |
An XML response handler that can also process an arbitrary number of headers
in the response.
|
| ResponseMetadata | |
| SdkBufferedInputStream | |
| SdkDigestInputStream | |
| SdkFilterInputStream |
Base class for COS Java SDK specific
FilterInputStream. |
| SdkIOUtils | |
| ServerSideEncryptionHeaderHandler<T extends ServerSideEncryptionResult> |
Base request handler for responses that include a server-side encryption
header
|
| ServiceClientHolderInputStream |
This wrapper input stream holds a reference to the service client.
|
| SkipMd5CheckStrategy |
Logic for determining whether MD5 checksum validation should be performed or not.
|
| SSEResultBase |
Common abstract base class for result that contains server side encryption
(SSE) information.
|
| Unmarshallers |
Collection of unmarshallers for COS XML responses.
|
| Unmarshallers.AccessControlListUnmarshaller |
Unmarshaller for the AccessControlList XML response.
|
| Unmarshallers.BucketCrossOriginConfigurationUnmarshaller | |
| Unmarshallers.BucketLifecycleConfigurationUnmarshaller | |
| Unmarshallers.BucketLocationUnmarshaller |
Unmarshaller for the BucketLocation XML response.
|
| Unmarshallers.BucketReplicationConfigurationUnmarshaller |
Unmarshaller for the BucketNotificationConfiguration XML response.
|
| Unmarshallers.BucketVersioningConfigurationUnmarshaller |
Unmarshaller for the BucketVersionConfiguration XML response.
|
| Unmarshallers.CompleteMultipartUploadResultUnmarshaller | |
| Unmarshallers.CopyObjectUnmarshaller |
Unmarshaller for the CopyObject XML response.
|
| Unmarshallers.DeleteObjectsResultUnmarshaller | |
| Unmarshallers.InitiateMultipartUploadResultUnmarshaller | |
| Unmarshallers.InputStreamUnmarshaller |
Unmarshaller for the a direct InputStream response.
|
| Unmarshallers.ListBucketsUnmarshaller |
Unmarshaller for the ListBuckets XML response.
|
| Unmarshallers.ListMultipartUploadsResultUnmarshaller | |
| Unmarshallers.ListObjectsUnmarshaller |
Unmarshaller for the ListObjects XML response.
|
| Unmarshallers.ListPartsResultUnmarshaller | |
| UploadPartRequestFactory |
Factory for creating all the individual UploadPartRequest objects for a
multipart upload.
|
| VoidCosResponseHandler | |
| XmlResponsesSaxParser |
XML Sax parser to read XML documents returned by COS via the REST interface, converting these
documents into objects.
|
| XmlResponsesSaxParser.AccessControlListHandler |
Handler for AccessControlList response XML documents.
|
| XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler | |
| XmlResponsesSaxParser.BucketLifecycleConfigurationHandler |
|
| XmlResponsesSaxParser.BucketLocationHandler |
Handler for CreateBucketConfiguration response XML documents for a bucket.
|
| XmlResponsesSaxParser.BucketReplicationConfigurationHandler | |
| XmlResponsesSaxParser.BucketVersioningConfigurationHandler | |
| XmlResponsesSaxParser.CompleteMultipartUploadHandler | |
| XmlResponsesSaxParser.CopyObjectResultHandler | |
| XmlResponsesSaxParser.DeleteObjectsHandler | |
| XmlResponsesSaxParser.InitiateMultipartUploadHandler | |
| XmlResponsesSaxParser.ListAllMyBucketsHandler |
Handler for ListAllMyBuckets response XML documents.
|
| XmlResponsesSaxParser.ListBucketHandler |
Handler for ListBucket response XML documents
|
| XmlResponsesSaxParser.ListMultipartUploadsHandler | |
| XmlResponsesSaxParser.ListPartsHandler | |
| XmlWriter |
Basic XML Writer helper library.
|
| 枚举 | 说明 |
|---|---|
| BucketNameUtils | |
| FileLocks |
An internal utility used to provide both inter and intra JVM file locking.
|
| RequestClientOptions.Marker |
Copyright © 2017. All rights reserved.