
Public Member Functions | |
| GetStreamResponse (HttpURLConnection connection) throws IOException | |
Public Attributes | |
| S3StreamObject | object |
Private Member Functions | |
| Map | extractMetadata (HttpURLConnection connection) |
| GetStreamResponse | ( | HttpURLConnection | connection | ) | throws IOException |
Pulls a representation of an S3Object out of the HttpURLConnection response.
| Map extractMetadata | ( | HttpURLConnection | connection | ) | [private] |
Examines the response's header fields and returns a Map from String to List of Strings representing the object's metadata.
1.5.8