|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.s3.Response
com.amazon.s3.GetResponse
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 |
public S3Object object
Constructor Detail |
public GetResponse(java.net.HttpURLConnection connection) throws java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |