com.ning.http.client.providers.apache
Class ApacheAsyncHttpProvider.EntityWriterRequestEntity

java.lang.Object
  extended by com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.EntityWriterRequestEntity
All Implemented Interfaces:
org.apache.commons.httpclient.methods.RequestEntity
Enclosing class:
ApacheAsyncHttpProvider

public class ApacheAsyncHttpProvider.EntityWriterRequestEntity
extends Object
implements org.apache.commons.httpclient.methods.RequestEntity


Constructor Summary
ApacheAsyncHttpProvider.EntityWriterRequestEntity(Request.EntityWriter entityWriter, long contentLength)
           
 
Method Summary
 long getContentLength()
           
 String getContentType()
           
 boolean isRepeatable()
           
 void writeRequest(OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheAsyncHttpProvider.EntityWriterRequestEntity

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

getContentLength

public long getContentLength()
Specified by:
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntity

getContentType

public String getContentType()
Specified by:
getContentType in interface org.apache.commons.httpclient.methods.RequestEntity

isRepeatable

public boolean isRepeatable()
Specified by:
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntity

writeRequest

public void writeRequest(OutputStream out)
                  throws IOException
Specified by:
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntity
Throws:
IOException


Copyright © 2011. All Rights Reserved.