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.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.utils |
General purpose utilities used throughout the JetS3t toolkit and applications.
|
Modifier and Type | Class and Description |
---|---|
class |
CloudFrontService
A service that handles communication with the Amazon CloudFront REST API, offering
all the operations that can be performed on CloudFront distributions.
|
class |
S3Service
A service that handles communication with S3, offering all the operations that can be performed
on S3 accounts.
|
Modifier and Type | Class and Description |
---|---|
class |
GoogleStorageService
REST/HTTP implementation of Google Storage Service based on the
HttpClient library.
|
class |
RestS3Service
REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
class |
RestStorageService
Abstract REST/HTTP implementation of an S3Service based on the
HttpClient library.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.http.client.HttpClient |
RestUtils.initHttpConnection(JetS3tRequestAuthorizer requestAuthorizer,
Jets3tProperties jets3tProperties,
String userAgentDescription,
org.apache.http.client.CredentialsProvider credentialsProvider)
Initialises, or re-initialises, the underlying HttpConnectionManager and
HttpClient objects a service will use to communicate with an AWS service.
|
Constructor and Description |
---|
JetS3tRetryHandler(int pRetryMaxCount,
JetS3tRequestAuthorizer requestAuthorizer) |
Copyright © 2006–2018. All rights reserved.