public class

ApacheAsyncHttpProvider.EntityWriterRequestEntity

extends Object
implements RequestEntity
java.lang.Object
   ↳ com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.EntityWriterRequestEntity

Summary

Public Constructors
ApacheAsyncHttpProvider.EntityWriterRequestEntity(Request.EntityWriter entityWriter, long contentLength)
Public Methods
long getContentLength()
String getContentType()
boolean isRepeatable()
void writeRequest(OutputStream out)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.commons.httpclient.methods.RequestEntity

Public Constructors

public ApacheAsyncHttpProvider.EntityWriterRequestEntity (Request.EntityWriter entityWriter, long contentLength)

Public Methods

public long getContentLength ()

public String getContentType ()

public boolean isRepeatable ()

public void writeRequest (OutputStream out)

Throws
IOException