| Package | Description |
|---|---|
| org.jets3t.service |
Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP
implementations are based, and utilites applicable for all services.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig |
S3Service.getNotificationConfig(java.lang.String bucketName) |
protected abstract NotificationConfig |
S3Service.getNotificationConfigImpl(java.lang.String bucketName) |
| Modifier and Type | Method and Description |
|---|---|
void |
S3Service.setNotificationConfig(java.lang.String bucketName,
NotificationConfig config)
Apply a notification configuration to a bucket.
|
protected abstract void |
S3Service.setNotificationConfigImpl(java.lang.String bucketName,
NotificationConfig config) |
| Modifier and Type | Field and Description |
|---|---|
private NotificationConfig |
XmlResponsesSaxParser.NotificationConfigurationHandler.config |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig |
XmlResponsesSaxParser.NotificationConfigurationHandler.getNotificationConfig() |
NotificationConfig |
XmlResponsesSaxParser.parseNotificationConfigurationResponse(java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
protected NotificationConfig |
RestS3Service.getNotificationConfigImpl(java.lang.String bucketName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RestS3Service.setNotificationConfigImpl(java.lang.String bucketName,
NotificationConfig config) |