Asynchronous Http Client 1.8.0-SNAPSHOT
Package Index
|
Class Index
com.ning.http.client
com.ning.http.client.consumers
com.ning.http.client.extra
com.ning.http.client.filter
com.ning.http.client.generators
com.ning.http.client.listenable
com.ning.http.client.listener
com.ning.http.client.ntlm
com.ning.http.client.oauth
com.ning.http.client.providers.apache
com.ning.http.client.providers.grizzly
com.ning.http.client.providers.jdk
com.ning.http.client.providers.netty
com.ning.http.client.providers.netty.spnego
com.ning.http.client.resumable
com.ning.http.client.simple
com.ning.http.client.webdav
com.ning.http.client.websocket
com.ning.http.multipart
com.ning.http.util
Classes
ApacheAsyncHttpProvider
ApacheAsyncHttpProvider.ApacheClientRunnable
<T>
ApacheAsyncHttpProvider.EntityWriterRequestEntity
ApacheAsyncHttpProviderConfig
ApacheResponse
ApacheResponseBodyPart
ApacheResponseFuture
<V>
ApacheResponseHeaders
ApacheResponseStatus
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
From interface org.apache.commons.httpclient.methods.RequestEntity
abstract long
getContentLength
()
abstract String
getContentType
()
abstract boolean
isRepeatable
()
abstract void
writeRequest
(OutputStream arg0)
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