com.amazon.s3
Class GetResponse

java.lang.Object
  extended bycom.amazon.s3.Response
      extended bycom.amazon.s3.GetResponse

public class GetResponse
extends Response

A Response object returned from AWSAuthConnection.get(). Exposes the attribute object, which represents the retrieved object.


Field Summary
 S3Object object
           
 
Fields inherited from class com.amazon.s3.Response
connection
 
Constructor Summary
GetResponse(java.net.HttpURLConnection connection)
          Pulls a representation of an S3Object out of the HttpURLConnection response.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public S3Object object
Constructor Detail

GetResponse

public GetResponse(java.net.HttpURLConnection connection)
            throws java.io.IOException
Pulls a representation of an S3Object out of the HttpURLConnection response.