public class ApacheAsyncHttpProvider.EntityWriterRequestEntity extends Object implements org.apache.commons.httpclient.methods.RequestEntity
| Constructor and Description | 
|---|
ApacheAsyncHttpProvider.EntityWriterRequestEntity(Request.EntityWriter entityWriter,
                                                 long contentLength)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getContentLength()  | 
String | 
getContentType()  | 
boolean | 
isRepeatable()  | 
void | 
writeRequest(OutputStream out)  | 
public ApacheAsyncHttpProvider.EntityWriterRequestEntity(Request.EntityWriter entityWriter, long contentLength)
public long getContentLength()
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntitypublic String getContentType()
getContentType in interface org.apache.commons.httpclient.methods.RequestEntitypublic boolean isRepeatable()
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntitypublic void writeRequest(OutputStream out) throws IOException
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntityIOExceptionCopyright © 2015. All rights reserved.