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.acl |
Access Control List (ACL) implementation classes and utilities.
|
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 | Method and Description |
---|---|
StorageOwner |
StorageService.getAccountOwner()
Returns the owner of an account, using information available in the
bucket listing response.
|
protected abstract StorageOwner |
StorageService.getAccountOwnerImpl() |
Modifier and Type | Field and Description |
---|---|
protected StorageOwner |
AccessControlList.owner |
Modifier and Type | Method and Description |
---|---|
StorageOwner |
AccessControlList.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
AccessControlList.setOwner(StorageOwner owner) |
Modifier and Type | Field and Description |
---|---|
protected StorageOwner |
AccessControlListHandler.owner |
Modifier and Type | Method and Description |
---|---|
StorageOwner |
XmlResponsesSaxParser.ListAllMyBucketsHandler.getOwner() |
StorageOwner |
XmlResponsesSaxParser.OwnerHandler.getOwner() |
protected StorageOwner |
XmlResponsesSaxParser.newOwner() |
Modifier and Type | Method and Description |
---|---|
protected StorageOwner |
RestStorageService.getAccountOwnerImpl() |
Modifier and Type | Class and Description |
---|---|
class |
GSOwner
Represents a Google Storage owner object with a canonical ID and, optionally, a display name.
|
class |
S3Owner
Represents an S3 owner object with a canonical ID and, optionally, a display name.
|
Modifier and Type | Method and Description |
---|---|
StorageOwner |
BaseStorageItem.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
BaseStorageItem.addMetadata(String name,
StorageOwner value)
Adds an owner metadata item to the object.
|
void |
BaseStorageItem.setOwner(StorageOwner owner)
Set this object's owner object based on information returned from the service.
|
Copyright © 2006–2018. All rights reserved.