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.RequestEntity
public String getContentType()
getContentType
in interface org.apache.commons.httpclient.methods.RequestEntity
public boolean isRepeatable()
isRepeatable
in interface org.apache.commons.httpclient.methods.RequestEntity
public void writeRequest(OutputStream out) throws IOException
writeRequest
in interface org.apache.commons.httpclient.methods.RequestEntity
IOException
Copyright © 2015. All rights reserved.