Class | Description |
---|---|
AbstractHandler |
Package private abstract base for all handlers here; adds tracking of the
current context so each handler doesn't have to manage it on its own.
|
AbstractSSEHandler |
Package private abstract base for all abstract handler that has server side
encryption (SSE) information.
|
AclXmlFactory |
Factory for creating XML fragments from AccessControlList objects that can be
sent to Amazon S3 as part of requests.
|
BucketConfigurationXmlFactory |
Converts bucket configuration objects into XML byte arrays.
|
BucketNotificationConfigurationStaxUnmarshaller | |
FilterRuleStaxUnmarshaller | |
FilterStaxUnmarshaller | |
HeadBucketResultHandler | |
LambdaConfigurationStaxUnmarshaller |
CloudFunctionConfiguration is a little different then Topic or Queue Configurations and thus
doesn't fit nicely as a subclass of
NotificationConfigurationStaxUnmarshaller . |
MultiObjectDeleteXmlFactory |
Factory for creating XML fragments from
DeleteObjectsRequest objects
that can be sent to S3. |
NotificationConfigurationStaxUnmarshaller<T extends NotificationConfiguration> |
Base class for unmarshalling into subclasses of
NotificationConfiguration . |
QueueConfigurationStaxUnmarshaller | |
RequestPaymentConfigurationXmlFactory |
Converts Request Payment Configuration objects into XML byte arrays.
|
RequestXmlFactory | |
S3KeyFilterStaxUnmarshaller | |
TopicConfigurationStaxUnmarshaller | |
Unmarshallers |
Collection of unmarshallers for S3 XML responses.
|
Unmarshallers.AccessControlListUnmarshaller |
Unmarshaller for the AccessControlList XML response.
|
Unmarshallers.BucketAccelerateConfigurationUnmarshaller |
Unmarshaller for the BucketAccelerateConfiguration XML response.
|
Unmarshallers.BucketCrossOriginConfigurationUnmarshaller | |
Unmarshallers.BucketLifecycleConfigurationUnmarshaller | |
Unmarshallers.BucketLocationUnmarshaller |
Unmarshaller for the BucketLocation XML response.
|
Unmarshallers.BucketLoggingConfigurationnmarshaller |
Unmarshaller for the BucketLoggingStatus XML response.
|
Unmarshallers.BucketReplicationConfigurationUnmarshaller |
Unmarshaller for the BucketNotificationConfiguration XML response.
|
Unmarshallers.BucketTaggingConfigurationUnmarshaller |
Unmarshaller for the BucketTaggingConfiguration XML response.
|
Unmarshallers.BucketVersioningConfigurationUnmarshaller |
Unmarshaller for the BucketVersionConfiguration XML response.
|
Unmarshallers.BucketWebsiteConfigurationUnmarshaller |
Unmarshaller for the BucketWebsiteConfiguration 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.ListBucketsOwnerUnmarshaller |
Unmarshaller for the ListBuckets XML response, parsing out the owner
even if the list is empty.
|
Unmarshallers.ListBucketsUnmarshaller |
Unmarshaller for the ListBuckets XML response.
|
Unmarshallers.ListMultipartUploadsResultUnmarshaller | |
Unmarshallers.ListObjectsUnmarshaller |
Unmarshaller for the ListObjects XML response.
|
Unmarshallers.ListObjectsV2Unmarshaller |
Unmarshaller for the ListObjectsV2 XML response.
|
Unmarshallers.ListPartsResultUnmarshaller | |
Unmarshallers.RequestPaymentConfigurationUnmarshaller |
Unmarshaller for the RequestPaymentConfiguration XML response.
|
Unmarshallers.VersionListUnmarshaller |
Unmarshaller for the ListVersions XML response.
|
XmlResponsesSaxParser |
XML Sax parser to read XML documents returned by S3 via the REST interface,
converting these documents into objects.
|
XmlResponsesSaxParser.AccessControlListHandler |
Handler for AccessControlList response XML documents.
|
XmlResponsesSaxParser.BucketAccelerateConfigurationHandler | |
XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler | |
XmlResponsesSaxParser.BucketLifecycleConfigurationHandler |
HTTP/1.1 200 OK
x-amz-id-2: Uuag1LuByRx9e6j5Onimru9pO4ZVKnJ2Qz7/C1NPcfTWAtRPfTaOFg==
x-amz-request-id: 656c76696e6727732072657175657374
Date: Tue, 20 Sep 2012 20:34:56 GMT
Content-Length: xxx
Connection: keep-alive
Server: AmazonS3
|
XmlResponsesSaxParser.BucketLocationHandler |
Handler for CreateBucketConfiguration response XML documents for a
bucket.
|
XmlResponsesSaxParser.BucketLoggingConfigurationHandler |
Handler for LoggingStatus response XML documents for a bucket.
|
XmlResponsesSaxParser.BucketReplicationConfigurationHandler |
Handler for parsing the get replication configuration response from
Amazon S3.
|
XmlResponsesSaxParser.BucketTaggingConfigurationHandler | |
XmlResponsesSaxParser.BucketVersioningConfigurationHandler | |
XmlResponsesSaxParser.BucketWebsiteConfigurationHandler | |
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.ListObjectsV2Handler |
Handler for ListObjectsV2 response XML documents.
|
XmlResponsesSaxParser.ListPartsHandler | |
XmlResponsesSaxParser.ListVersionsHandler |
Handler for ListVersionsResult XML document.
|
XmlResponsesSaxParser.RequestPaymentConfigurationHandler |
Handler for parsing RequestPaymentConfiguration XML response associated
with an Amazon S3 bucket.
|