org.dasein.cloud.aws.storage
Class S3Method.S3Response

java.lang.Object
  extended by org.dasein.cloud.aws.storage.S3Method.S3Response
Enclosing class:
S3Method

public static class S3Method.S3Response
extends Object


Field Summary
 long contentLength
           
 String contentType
           
 Document document
           
 org.apache.commons.httpclient.Header[] headers
           
 InputStream input
           
 org.apache.commons.httpclient.HttpMethod method
           
 
Constructor Summary
S3Method.S3Response()
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentLength

public long contentLength

contentType

public String contentType

document

public Document document

headers

public org.apache.commons.httpclient.Header[] headers

input

public InputStream input

method

public org.apache.commons.httpclient.HttpMethod method
Constructor Detail

S3Method.S3Response

public S3Method.S3Response()
Method Detail

close

public void close()


Copyright © 2012 enStratus Networks LLC. All Rights Reserved.