Package | Description |
---|---|
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 |
---|---|
static RestStorageService.HTTP_METHOD |
RestStorageService.HTTP_METHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestStorageService.HTTP_METHOD[] |
RestStorageService.HTTP_METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.client.methods.HttpUriRequest |
RestS3Service.setupConnection(RestStorageService.HTTP_METHOD method,
String bucketName,
String objectKey,
Map<String,String> requestParameters)
Creates an
HttpUriRequest object to handle a particular connection method. |
protected org.apache.http.client.methods.HttpUriRequest |
GoogleStorageService.setupConnection(RestStorageService.HTTP_METHOD method,
String bucketName,
String objectKey,
Map<String,String> requestParameters) |
protected org.apache.http.client.methods.HttpUriRequest |
RestStorageService.setupConnection(RestStorageService.HTTP_METHOD method,
String bucketName,
String objectKey,
Map<String,String> requestParameters)
Creates an
HttpRequest object to handle a particular connection method. |
Copyright © 2006–2018. All rights reserved.