public static class ApacheHCUtils.HttpEntityPayload extends BasePayload<org.apache.http.HttpEntity>
content, contentMetadata, written| Modifier and Type | Method and Description | 
|---|---|
InputStream | 
getInput()
Creates a new InputStream object of the payload. 
 | 
boolean | 
isRepeatable()
By default we are repeatable. 
 | 
void | 
release()
By default there are no resources to release. 
 | 
void | 
writeTo(OutputStream outstream)
Writes the payload content to the output stream. 
 | 
close, equals, getContentMetadata, getRawContent, hashCode, setContentMetadata, toStringpublic InputStream getInput()
Payloadpublic boolean isRepeatable()
BasePayloadisRepeatable in interface PayloadisRepeatable in class BasePayload<org.apache.http.HttpEntity>public void release()
BasePayloadrelease in interface Payloadrelease in class BasePayload<org.apache.http.HttpEntity>public void writeTo(OutputStream outstream) throws IOException
BasePayloadwriteTo in interface WriteTowriteTo in class BasePayload<org.apache.http.HttpEntity>IOExceptionCopyright © 2009-2013 jclouds. All Rights Reserved.