Package | Description |
---|---|
org.jets3t.service.impl.rest |
Contains utilties of use to any REST/HTTP S3 Service implementations, and specifically to
the HttpClient implementation provided with JetS3t.
|
org.jets3t.service.impl.rest.httpclient |
Provides a REST/HTTP S3 Service implementation based on the
Apache HttpClient library - this
implementation is the most reliable and efficient implementation provided with JetS3t.
|
org.jets3t.service.model |
Provides objects that model entities in S3 such as objects, buckets and owners.
|
Modifier and Type | Field and Description |
---|---|
protected WebsiteConfig |
XmlResponsesSaxParser.WebsiteConfigurationHandler.websiteConfig |
Modifier and Type | Method and Description |
---|---|
WebsiteConfig |
XmlResponsesSaxParser.WebsiteConfigurationHandler.getWebsiteConfig() |
WebsiteConfig |
XmlResponsesSaxParser.parseWebsiteConfigurationResponse(InputStream inputStream) |
WebsiteConfig |
XmlResponsesSaxParser.parseWebsiteConfigurationResponse(InputStream inputStream,
XmlResponsesSaxParser.WebsiteConfigurationHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected WebsiteConfig |
RestStorageService.getWebsiteConfigImpl(String bucketName) |
Modifier and Type | Method and Description |
---|---|
protected void |
RestStorageService.setWebsiteConfigImpl(String bucketName,
WebsiteConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
GSWebsiteConfig
Represents the website configuration of a bucket
|
class |
S3WebsiteConfig
Represents the website configuration of a bucket
|
Copyright © 2006–2018. All rights reserved.