org.dasein.cloud.google.storage
Class StorageMethod.StorageResponse

java.lang.Object
  extended by org.dasein.cloud.google.storage.StorageMethod.StorageResponse
Enclosing class:
StorageMethod

public static class StorageMethod.StorageResponse
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
StorageMethod.StorageResponse()
           
 
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

StorageMethod.StorageResponse

public StorageMethod.StorageResponse()
Method Detail

close

public void close()


Copyright © 2011 enStratus Networks LLC. All Rights Reserved.