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
Interfaces
AsyncHandler
<T>
AsyncHttpProvider
AsyncHttpProviderConfig
<U, V>
Body
BodyConsumer
BodyGenerator
ConnectionsPool
<U, V>
ListenableFuture
<V>
Part
ProgressAsyncHandler
<T>
RandomAccessBody
Request
Request.EntityWriter
Response
ResumableBodyConsumer
SSLEngineFactory
SignatureCalculator
SimpleAsyncHttpClient.DerivedBuilder
ThrowableHandler
UpgradeHandler
<T>
Classes
AsyncCompletionHandler
<T>
AsyncCompletionHandlerBase
AsyncHttpClient
AsyncHttpClient.BoundRequestBuilder
AsyncHttpClientConfig
AsyncHttpClientConfig.Builder
AsyncHttpClientConfigBean
BodyDeferringAsyncHandler
BodyDeferringAsyncHandler.BodyDeferringInputStream
ByteArrayPart
Cookie
FilePart
FluentCaseInsensitiveStringsMap
FluentStringsMap
HttpContent
HttpResponseBodyPart
HttpResponseHeaders
HttpResponseStatus
PerRequestConfig
ProxyServer
Realm
Realm.RealmBuilder
RequestBuilder
RequestBuilderBase
<T extends
RequestBuilderBase
<T>>
Response.ResponseBuilder
SimpleAsyncHttpClient
SimpleAsyncHttpClient.Builder
StringPart
Enums
AsyncHandler.STATE
ProxyServer.Protocol
Realm.AuthScheme
SimpleAsyncHttpClient.ErrorDocumentBehaviour
Exceptions
MaxRedirectException
Package Index
|
Class Index
Use Tree Navigation
Use Panel Navigation
public static interface
Request.EntityWriter
com.ning.http.client.Request.EntityWriter
Class Overview
An entity that can be used to manipulate the Request's body output before it get sent.
Summary
Public Methods
abstract void
writeEntity
(OutputStream out)
Public Methods
public abstract void
writeEntity
(OutputStream out)
Throws
IOException