| 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 |
|---|---|
protected HttpResponseAndByteCount |
RestStorageService.performRestPut(java.lang.String bucketName,
java.lang.String objectKey,
java.util.Map<java.lang.String,java.lang.Object> metadata,
java.util.Map<java.lang.String,java.lang.String> requestParameters,
org.apache.http.HttpEntity requestEntity,
boolean autoRelease)
Performs an HTTP PUT request using the
RestStorageService.performRequest(org.apache.http.client.methods.HttpUriRequest, int[]) method. |
protected HttpResponseAndByteCount |
RestStorageService.performRestPutWithXmlBuilder(java.lang.String bucketName,
java.lang.String objectKey,
java.util.Map<java.lang.String,java.lang.Object> metadata,
java.util.Map<java.lang.String,java.lang.String> requestParameters,
com.jamesmurty.utils.XMLBuilder builder) |