A B C D E F G H I J K L M N O P Q R S T U V W

A

abort(Throwable) - Method in interface com.ning.http.client.ListenableFuture
Abort the current processing, and propagate the Throwable to the AsyncHandler or Future
abort(Throwable) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
abort(Throwable) - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
abort(Throwable) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
abort(Throwable) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
abortOnConnectCloseException(Throwable) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
abortOnDisconnectException(Throwable) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
abortOnReadCloseException(Throwable) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
abortOnWriteCloseException(Throwable) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
AbstractListenableFuture<V> - Class in com.ning.http.client.listenable
An abstract base implementation of the listener support provided by ListenableFuture.
AbstractListenableFuture() - Constructor for class com.ning.http.client.listenable.AbstractListenableFuture
 
accumulate(HttpContent) - Method in class com.ning.http.client.Response.ResponseBuilder
Accumulate HttpContent in order to build a Response
add(String, String...) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Adds the specified values and returns this object.
add(String, Collection<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Adds the specified values and returns this object.
add(String, String...) - Method in class com.ning.http.client.FluentStringsMap
Adds the specified values and returns this object.
add(String, Collection<String>) - Method in class com.ning.http.client.FluentStringsMap
Adds the specified values and returns this object.
add(Runnable, Executor) - Method in class com.ning.http.client.listenable.ExecutionList
Add the runnable/executor pair to the list of pairs to execute.
add(Channel) - Method in class com.ning.http.util.CleanupChannelGroup
 
addAll(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Adds all key-values pairs from the given object to this object and returns this object.
addAll(Map<String, Collection<String>>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Adds all key-values pairs from the given map to this object and returns this object.
addAll(FluentStringsMap) - Method in class com.ning.http.client.FluentStringsMap
Adds all key-values pairs from the given object to this object and returns this object.
addAll(Map<String, Collection<String>>) - Method in class com.ning.http.client.FluentStringsMap
Adds all key-values pairs from the given map to this object and returns this object.
addBodyPart(Part) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addBodyPart(Part) - Method in class com.ning.http.client.RequestBuilder
 
addBodyPart(Part) - Method in class com.ning.http.client.RequestBuilderBase
 
addBodyPart(Part) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addBodyPart(Part) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addCookie(Cookie) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addCookie(Cookie) - Method in class com.ning.http.client.RequestBuilder
 
addCookie(Cookie) - Method in class com.ning.http.client.RequestBuilderBase
 
addCookie(Cookie) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addCookie(Cookie) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addHeader(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addHeader(String, String) - Method in class com.ning.http.client.RequestBuilder
 
addHeader(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
addHeader(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addHeader(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addIOExceptionFilter(IOExceptionFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Add an IOExceptionFilter that will be invoked when an IOException occurs during the download/upload operations.
addIoExceptionFilters(IOExceptionFilter) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
addListener(Runnable, Executor) - Method in class com.ning.http.client.listenable.AbstractListenableFuture
 
addListener(Runnable, Executor) - Method in interface com.ning.http.client.ListenableFuture
Adds a listener and executor to the ListenableFuture.
addNonProxyHost(String) - Method in class com.ning.http.client.ProxyServer
 
addOrReplaceCookie(Cookie) - Method in class com.ning.http.client.RequestBuilder
 
addOrReplaceCookie(Cookie) - Method in class com.ning.http.client.RequestBuilderBase
 
addParameter(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addParameter(String, String) - Method in class com.ning.http.client.RequestBuilder
 
addParameter(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
addParameter(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addParameter(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addProperty(U, V) - Method in interface com.ning.http.client.AsyncHttpProviderConfig
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider
addProperty(String, String) - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProviderConfig
 
addProperty(String, String) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
addProperty(String, Object) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider
addQueryParameter(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addQueryParameter(String, String) - Method in class com.ning.http.client.RequestBuilder
 
addQueryParameter(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
addQueryParameter(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addQueryParameter(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addRequestFilter(RequestFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Add an RequestFilter that will be invoked before AsyncHttpClient.executeRequest(Request)
addRequestFilter(RequestFilter) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
addResponseFilter(ResponseFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Add an ResponseFilter that will be invoked as soon as the response is received, and before AsyncHandler.onStatusReceived(HttpResponseStatus).
addResponseFilters(ResponseFilter) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
addTransferListener(TransferListener) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Add a TransferListener
adjustRequestRange(Request) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoke this API if you want to set the Range header on your Request based on the last valid bytes position.
allowPoolingConnection - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
allowSslConnectionPool - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ApacheAsyncHttpProvider - Class in com.ning.http.client.providers.apache
An AsyncHttpProvider for Apache Http Client 3.1
ApacheAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider
 
ApacheAsyncHttpProvider.ApacheClientRunnable<T> - Class in com.ning.http.client.providers.apache
 
ApacheAsyncHttpProvider.ApacheClientRunnable(Request, AsyncHandler<T>, HttpMethodBase, ApacheResponseFuture<T>, HttpClient) - Constructor for class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.ApacheClientRunnable
 
ApacheAsyncHttpProvider.EntityWriterRequestEntity - Class in com.ning.http.client.providers.apache
 
ApacheAsyncHttpProvider.EntityWriterRequestEntity(Request.EntityWriter, long) - Constructor for class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.EntityWriterRequestEntity
 
ApacheAsyncHttpProviderConfig - Class in com.ning.http.client.providers.apache
 
ApacheAsyncHttpProviderConfig() - Constructor for class com.ning.http.client.providers.apache.ApacheAsyncHttpProviderConfig
 
ApacheResponse - Class in com.ning.http.client.providers.apache
 
ApacheResponse(HttpResponseStatus, HttpResponseHeaders, Collection<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.apache.ApacheResponse
 
ApacheResponseBodyPart - Class in com.ning.http.client.providers.apache
A callback class used when an HTTP response body is received.
ApacheResponseBodyPart(URI, byte[], AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.apache.ApacheResponseBodyPart
 
ApacheResponseFuture<V> - Class in com.ning.http.client.providers.apache
 
ApacheResponseFuture(AsyncHandler<V>, int, Request, HttpMethodBase) - Constructor for class com.ning.http.client.providers.apache.ApacheResponseFuture
 
ApacheResponseHeaders - Class in com.ning.http.client.providers.apache
A class that represent the HTTP headers.
ApacheResponseHeaders(URI, HttpMethodBase, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.apache.ApacheResponseHeaders
 
ApacheResponseStatus - Class in com.ning.http.client.providers.apache
A class that represent the HTTP response' status line (code + text)
ApacheResponseStatus(URI, HttpMethodBase, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.apache.ApacheResponseStatus
 
AppendableBodyConsumer - Class in com.ning.http.client.consumers
 
AppendableBodyConsumer(Appendable, String) - Constructor for class com.ning.http.client.consumers.AppendableBodyConsumer
 
AppendableBodyConsumer(Appendable) - Constructor for class com.ning.http.client.consumers.AppendableBodyConsumer
 
appendEncoded(StringBuilder, String) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
applicationThreadPool - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ASYNC_CLIENT - Static variable in class com.ning.http.client.AsyncHttpClientConfig
 
AsyncCompletionHandler<T> - Class in com.ning.http.client
An AsyncHandler augmented with an AsyncCompletionHandler.onCompleted(Response) convenience method which gets called when the Response processing is finished.
AsyncCompletionHandler() - Constructor for class com.ning.http.client.AsyncCompletionHandler
 
AsyncCompletionHandlerBase - Class in com.ning.http.client
Simple AsyncHandler of type Response
AsyncCompletionHandlerBase() - Constructor for class com.ning.http.client.AsyncCompletionHandlerBase
 
AsyncHandler<T> - Interface in com.ning.http.client
An asynchronous handler or callback which gets invoked as soon as some data is available when processing an asynchronous response.
Callback methods get invoked in the following order: AsyncHandler.onStatusReceived(HttpResponseStatus), AsyncHandler.onHeadersReceived(HttpResponseHeaders), AsyncHandler.onBodyPartReceived(HttpResponseBodyPart), which could be invoked multiple times, AsyncHandler.onCompleted(), once the response has been fully read. Returning a AsyncHandler.STATE.ABORT from any of those callback methods will interrupt asynchronous response processing, after that only AsyncHandler.onCompleted() is going to be called.
asyncHandler(AsyncHandler<T>) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
asyncHandler - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
AsyncHandler.STATE - Enum in com.ning.http.client
 
AsyncHttpClient - Class in com.ning.http.client
This class support asynchronous and synchronous HTTP request.
AsyncHttpClient() - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using the default AsyncHttpClientConfig configuration.
AsyncHttpClient(AsyncHttpProvider) - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using an implementation of AsyncHttpProvider and the default AsyncHttpClientConfig configuration.
AsyncHttpClient(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and the AsyncHttpClient.DEFAULT_PROVIDER
AsyncHttpClient(AsyncHttpProvider, AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and and a AsyncHttpProvider.
AsyncHttpClient(String, AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClient
Create a new HTTP Asynchronous Client using a AsyncHttpClientConfig configuration and and a AsyncHttpProvider class' name.
AsyncHttpClient.BoundRequestBuilder - Class in com.ning.http.client
 
AsyncHttpClientConfig - Class in com.ning.http.client
Configuration class to use with a AsyncHttpClient.
AsyncHttpClientConfig() - Constructor for class com.ning.http.client.AsyncHttpClientConfig
 
AsyncHttpClientConfig.Builder - Class in com.ning.http.client
Builder for an AsyncHttpClient
AsyncHttpClientConfig.Builder() - Constructor for class com.ning.http.client.AsyncHttpClientConfig.Builder
 
AsyncHttpClientConfig.Builder(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClientConfig.Builder
Create a config builder with values taken from the given prototype configuration.
AsyncHttpClientConfigBean - Class in com.ning.http.client
Simple JavaBean version of AsyncHttpClientConfig
AsyncHttpClientConfigBean() - Constructor for class com.ning.http.client.AsyncHttpClientConfigBean
 
AsyncHttpProvider - Interface in com.ning.http.client
Interface to be used when implementing custom asynchronous I/O HTTP client.
AsyncHttpProviderConfig<U,V> - Interface in com.ning.http.client
AsyncHttpProvider proprietary configurable properties.
AsyncHttpProviderUtils - Class in com.ning.http.util
AsyncHttpProvider common utilities.
AsyncHttpProviderUtils() - Constructor for class com.ning.http.util.AsyncHttpProviderUtils
 
attachChannel(Channel) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
attachChannel(Channel, boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
AuthenticatorUtils - Class in com.ning.http.util
 
AuthenticatorUtils() - Constructor for class com.ning.http.util.AuthenticatorUtils
 
avoidProxy(ProxyServer, Request) - Static method in class com.ning.http.util.ProxyUtils
Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to target host.
avoidProxy(ProxyServer, String) - Static method in class com.ning.http.util.ProxyUtils
Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to target host.

B

Base64 - Class in com.ning.http.util
Implements the "base64" binary encoding scheme as defined by RFC 2045.
baseURL - Variable in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
URL used as the base, not including possibly query parameters.
Body - Interface in com.ning.http.client
A request body.
BodyConsumer - Interface in com.ning.http.client
A simple API to be used with the SimpleAsyncHttpClient class in order to process response's bytes.
BodyDeferringAsyncHandler - Class in com.ning.http.client
An AsyncHandler that returns Response (without body, so status code and headers only) as fast as possible for inspection, but leaves you the option to defer body consumption.
BodyDeferringAsyncHandler(OutputStream) - Constructor for class com.ning.http.client.BodyDeferringAsyncHandler
 
BodyDeferringAsyncHandler.BodyDeferringInputStream - Class in com.ning.http.client
A simple helper class that is used to perform automatic "join" for async download and the error checking of the Future of the request.
BodyDeferringAsyncHandler.BodyDeferringInputStream(Future<Response>, BodyDeferringAsyncHandler, InputStream) - Constructor for class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
 
BodyGenerator - Interface in com.ning.http.client
Creates a request body.
BOSS_EXECUTOR_SERVICE - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Allow configuring the Netty's boss executor service.
BOUNDARY - Static variable in class com.ning.http.multipart.Part
The boundary
build() - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
build() - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Build an AsyncHttpClientConfig
build() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
build() - Method in class com.ning.http.client.Realm.RealmBuilder
Build a Realm
build() - Method in class com.ning.http.client.RequestBuilder
 
build() - Method in class com.ning.http.client.RequestBuilderBase
 
build() - Method in class com.ning.http.client.Response.ResponseBuilder
Build a Response instance
build() - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
build() - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
buildRequest(AsyncHttpClientConfig, Request, URI, boolean, ChannelBuffer) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
ByteArrayBodyGenerator - Class in com.ning.http.client.generators
A BodyGenerator backed by a byte array.
ByteArrayBodyGenerator(byte[]) - Constructor for class com.ning.http.client.generators.ByteArrayBodyGenerator
 
ByteArrayBodyGenerator.ByteBody - Class in com.ning.http.client.generators
 
ByteArrayBodyGenerator.ByteBody() - Constructor for class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
ByteArrayPart - Class in com.ning.http.client
 
ByteArrayPart(String, String, byte[], String, String) - Constructor for class com.ning.http.client.ByteArrayPart
 
ByteArrayPartSource - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
ByteArrayPartSource(String, byte[]) - Constructor for class com.ning.http.multipart.ByteArrayPartSource
Constructor for ByteArrayPartSource.
ByteBufferBodyConsumer - Class in com.ning.http.client.consumers
 
ByteBufferBodyConsumer(ByteBuffer) - Constructor for class com.ning.http.client.consumers.ByteBufferBodyConsumer
 

C

calculateAndAddSignature(String, Request, RequestBuilderBase<?>) - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
calculateAndAddSignature(String, Request, RequestBuilderBase<?>) - Method in interface com.ning.http.client.SignatureCalculator
Method called when RequestBuilder.build() method is called.
calculateSignature(String, String, long, String, FluentStringsMap, FluentStringsMap) - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
Method for calculating OAuth signature using HMAC/SHA-1 method.
call() - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.ApacheClientRunnable
 
canCacheConnection() - Method in interface com.ning.http.client.ConnectionsPool
Return true if a connection can be cached.
canCacheConnection() - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Return true if a connection can be cached.
cancel(boolean) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
cancel(boolean) - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
cancel(boolean) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
cancel(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
cancelled - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
cannotBeReplay() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Return true if the Future cannot be recovered.
canRetry() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
channel() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
CHARSET - Static variable in class com.ning.http.multipart.Part
Content charset
checkBodyParts(int, Collection<HttpResponseBodyPart>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
chunk() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
 
CleanupChannelGroup - Class in com.ning.http.util
Extension of DefaultChannelGroup that's used mainly as a cleanup container, where CleanupChannelGroup.close() is only supposed to be called once.
CleanupChannelGroup() - Constructor for class com.ning.http.util.CleanupChannelGroup
 
CleanupChannelGroup(String) - Constructor for class com.ning.http.util.CleanupChannelGroup
 
clear() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
clear() - Method in class com.ning.http.client.FluentStringsMap
clear() - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
clone(Realm) - Method in class com.ning.http.client.Realm.RealmBuilder
 
close() - Method in class com.ning.http.client.AsyncHttpClient
Close the underlying connections.
close() - Method in interface com.ning.http.client.AsyncHttpProvider
Close the current underlying TCP/HTTP connection.
close() - Method in interface com.ning.http.client.Body
Releases any resources associated with this body.
close() - Method in interface com.ning.http.client.BodyConsumer
Invoked when all the response bytes has been processed.
close() - Method in class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
Closes the input stream, and "joins" (wait for complete execution together with potential exception thrown) of the async request.
close() - Method in class com.ning.http.client.consumers.AppendableBodyConsumer
 
close() - Method in class com.ning.http.client.consumers.ByteBufferBodyConsumer
 
close() - Method in class com.ning.http.client.consumers.FileBodyConsumer
 
close() - Method in class com.ning.http.client.consumers.OutputStreamBodyConsumer
 
close() - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
close() - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
close() - Method in class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
close() - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider
 
close() - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
close() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
close() - Method in class com.ning.http.client.SimpleAsyncHttpClient
Close the underlying AsyncHttpClient for this instance.
close() - Method in class com.ning.http.multipart.MultipartBody
 
close() - Method in class com.ning.http.util.CleanupChannelGroup
 
closeOut() - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
com.ning.http.client - package com.ning.http.client
 
com.ning.http.client.consumers - package com.ning.http.client.consumers
 
com.ning.http.client.extra - package com.ning.http.client.extra
 
com.ning.http.client.filter - package com.ning.http.client.filter
 
com.ning.http.client.generators - package com.ning.http.client.generators
 
com.ning.http.client.listenable - package com.ning.http.client.listenable
 
com.ning.http.client.listener - package com.ning.http.client.listener
 
com.ning.http.client.ntlm - package com.ning.http.client.ntlm
 
com.ning.http.client.oauth - package com.ning.http.client.oauth
 
com.ning.http.client.providers.apache - package com.ning.http.client.providers.apache
 
com.ning.http.client.providers.jdk - package com.ning.http.client.providers.jdk
 
com.ning.http.client.providers.netty - package com.ning.http.client.providers.netty
 
com.ning.http.client.providers.netty.spnego - package com.ning.http.client.providers.netty.spnego
 
com.ning.http.client.resumable - package com.ning.http.client.resumable
 
com.ning.http.client.simple - package com.ning.http.client.simple
 
com.ning.http.client.webdav - package com.ning.http.client.webdav
 
com.ning.http.multipart - package com.ning.http.multipart
 
com.ning.http.util - package com.ning.http.util
 
compressionEnabled - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
computeBasicAuthentication(Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
computeBasicAuthentication(ProxyServer) - Static method in class com.ning.http.util.AuthenticatorUtils
 
computeDigestAuthentication(Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
connectionsPool - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ConnectionsPool<U,V> - Interface in com.ning.http.client
An interface used by an AsyncHttpProvider for caching http connections.
connectionTimeOutInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
constructAuthHeader(String, String, long) - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
Method used for constructing
constructUserAgent(Class<? extends AsyncHttpProvider>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
consume(ByteBuffer) - Method in interface com.ning.http.client.BodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.AppendableBodyConsumer
 
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.ByteBufferBodyConsumer
 
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.FileBodyConsumer
 
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.OutputStreamBodyConsumer
 
consumerAuth - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
ConsumerKey - Class in com.ning.http.client.oauth
Value class for OAuth consumer keys.
ConsumerKey(String, String) - Constructor for class com.ning.http.client.oauth.ConsumerKey
 
containsKey(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
containsKey(Object) - Method in class com.ning.http.client.FluentStringsMap
containsKey(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
containsValue(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
containsValue(Object) - Method in class com.ning.http.client.FluentStringsMap
containsValue(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
content(V) - Method in interface com.ning.http.client.ListenableFuture
Set the content that will be returned by this instance
content(V) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
TODO.
content(V) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
content(V) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
CONTENT_DISPOSITION - Static variable in class com.ning.http.multipart.Part
Content dispostion characters
CONTENT_TRANSFER_ENCODING - Static variable in class com.ning.http.multipart.Part
Content type header
CONTENT_TYPE - Static variable in class com.ning.http.multipart.Part
Content type header
contentProcessed - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
contentToByte(Collection<HttpResponseBodyPart>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
contentToString(Collection<HttpResponseBodyPart>, String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
Cookie - Class in com.ning.http.client
 
Cookie(String, String, String, String, int, boolean) - Constructor for class com.ning.http.client.Cookie
 
Cookie(String, String, String, String, int, boolean, int) - Constructor for class com.ning.http.client.Cookie
 
createBody() - Method in interface com.ning.http.client.BodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator
 
createBody() - Method in class com.ning.http.client.generators.FileBodyGenerator
 
createBody() - Method in class com.ning.http.client.generators.InputStreamBodyGenerator
 
createInputStream() - Method in class com.ning.http.multipart.ByteArrayPartSource
 
createInputStream() - Method in class com.ning.http.multipart.FilePartSource
Return a new FileInputStream for the current filename.
createInputStream() - Method in interface com.ning.http.multipart.PartSource
Gets a new InputStream for reading this source.
createMultipartRequestEntity(List<Part>, FluentStringsMap) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
This is quite ugly as our internal names are duplicated, but we build on top of HTTP Client implementation.
createProxy(Properties) - Static method in class com.ning.http.util.ProxyUtils
Creates a proxy server instance from the given properties.
createUri(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
CRLF - Static variable in class com.ning.http.multipart.Part
Carriage return/linefeed

D

DateUtil - Class in com.ning.http.util
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
DateUtil.DateParseException - Exception in com.ning.http.util
 
DateUtil.DateParseException() - Constructor for exception com.ning.http.util.DateUtil.DateParseException
 
DateUtil.DateParseException(String) - Constructor for exception com.ning.http.util.DateUtil.DateParseException
 
decode(String) - Static method in class com.ning.http.util.Base64
Decodes the specified base64 string back into its raw data.
DEFAULT_CHARSET - Static variable in class com.ning.http.multipart.FilePart
Default charset of file attachments.
DEFAULT_CHARSET - Static variable in class com.ning.http.multipart.StringPart
Default charset of string parameters
DEFAULT_CHARSET - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
DEFAULT_CONTENT_TYPE - Static variable in class com.ning.http.multipart.FilePart
Default content encoding of file attachments.
DEFAULT_CONTENT_TYPE - Static variable in class com.ning.http.multipart.StringPart
Default content encoding of string parameters.
DEFAULT_TRANSFER_ENCODING - Static variable in class com.ning.http.multipart.FilePart
Default transfer encoding of file attachments.
DEFAULT_TRANSFER_ENCODING - Static variable in class com.ning.http.multipart.StringPart
Default transfer encoding of string parameters
delete(String) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Removes the values for the given key if present and returns this object.
delete(String) - Method in class com.ning.http.client.FluentStringsMap
Removes the values for the given key if present and returns this object.
delete() - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
delete(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
delete(BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
delete(BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
deleteAll(String...) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Removes the values for the given keys if present and returns this object.
deleteAll(Collection<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Removes the values for the given keys if present and returns this object.
deleteAll(String...) - Method in class com.ning.http.client.FluentStringsMap
Removes the values for the given keys if present and returns this object.
deleteAll(Collection<String>) - Method in class com.ning.http.client.FluentStringsMap
Removes the values for the given keys if present and returns this object.
derive() - Method in class com.ning.http.client.SimpleAsyncHttpClient
Returns a Builder for a derived SimpleAsyncHttpClient that uses the same instance of AsyncHttpClient to execute requests.
destroy() - Method in interface com.ning.http.client.ConnectionsPool
Destroy all connections that has been cached by this instance.
destroy() - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Destroy all connections that has been cached by this instance.
digest(byte[]) - Method in class com.ning.http.client.oauth.ThreadSafeHMAC
 
DISABLE_NESTED_REQUEST - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Allow nested request from any AsyncHandler
done() - Method in class com.ning.http.client.listenable.AbstractListenableFuture
 
done(Callable) - Method in interface com.ning.http.client.ListenableFuture
Execute a Callable and if there is no exception, mark this Future as done and release the internal lock.
done(Callable) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
done(Callable) - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
done(Callable) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
done(Callable) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 

E

encode(byte[]) - Static method in class com.ning.http.util.Base64
Encodes the specified data into a base64 string.
encode(String) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
encodeCookies(Collection<Cookie>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
entrySet() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
entrySet() - Method in class com.ning.http.client.FluentStringsMap
entrySet() - Method in class com.ning.http.client.simple.HeaderMap
 
equals(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
equals(Object) - Method in class com.ning.http.client.FluentStringsMap
 
equals(Object) - Method in class com.ning.http.client.oauth.ConsumerKey
 
equals(Object) - Method in class com.ning.http.client.oauth.RequestToken
 
equals(Object) - Method in class com.ning.http.client.Realm
 
exception - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
execute(AsyncHandler<T>) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
execute() - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
execute(Request, AsyncHandler<T>) - Method in interface com.ning.http.client.AsyncHttpProvider
Execute the request and invoke the AsyncHandler when the response arrive.
execute(Request, AsyncHandler<T>) - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider
 
execute(Request, AsyncHandler<T>) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
execute(Request, AsyncHandler<T>, ListenableFuture<?>) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
execute(Request, AsyncHandler<T>) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
EXECUTE_ASYNC_CONNECT - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Execute the connect operation asynchronously.
executeRequest(Request, AsyncHandler<T>) - Method in class com.ning.http.client.AsyncHttpClient
Execute an HTTP request.
executeRequest(Request) - Method in class com.ning.http.client.AsyncHttpClient
Execute an HTTP request.
ExecutionList - Class in com.ning.http.client.listenable
A list of (Runnable, Executor) pairs that guarantees that every Runnable that is added using the add method will be executed in its associated Executor after ExecutionList.run() is called.
ExecutionList() - Constructor for class com.ning.http.client.listenable.ExecutionList
 
executorService() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the ExecutorService an AsyncHttpClient use for handling asynchronous response.
EXTRA - Static variable in class com.ning.http.multipart.Part
Extra characters

F

FILE_NAME - Static variable in class com.ning.http.multipart.FilePart
Attachment's file name
FileBodyConsumer - Class in com.ning.http.client.consumers
 
FileBodyConsumer(RandomAccessFile) - Constructor for class com.ning.http.client.consumers.FileBodyConsumer
 
FileBodyGenerator - Class in com.ning.http.client.generators
Creates a request body from the contents of a file.
FileBodyGenerator(File) - Constructor for class com.ning.http.client.generators.FileBodyGenerator
 
FileBodyGenerator(File, long, long) - Constructor for class com.ning.http.client.generators.FileBodyGenerator
 
FileBodyGenerator.FileBody - Class in com.ning.http.client.generators
 
FileBodyGenerator.FileBody(File) - Constructor for class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
FileBodyGenerator.FileBody(File, long, long) - Constructor for class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
FilePart - Class in com.ning.http.client
A file multipart part.
FilePart(String, File, String, String) - Constructor for class com.ning.http.client.FilePart
 
FilePart - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
FilePart(String, PartSource, String, String) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, PartSource) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, File) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, File, String, String) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, String, File) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePart(String, String, File, String, String) - Constructor for class com.ning.http.multipart.FilePart
FilePart Constructor.
FilePartSource - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
FilePartSource(File) - Constructor for class com.ning.http.multipart.FilePartSource
Constructor for FilePartSource.
FilePartSource(String, File) - Constructor for class com.ning.http.multipart.FilePartSource
Constructor for FilePartSource.
filter(FilterContext) - Method in class com.ning.http.client.extra.ThrottleRequestFilter
 
filter(FilterContext) - Method in interface com.ning.http.client.filter.IOExceptionFilter
An AsyncHttpProvider will invoke IOExceptionFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned FilterContext to replay the Request or abort the processing.
filter(FilterContext) - Method in interface com.ning.http.client.filter.RequestFilter
An AsyncHttpProvider will invoke RequestFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned FilterContext.getRequest() and FilterContext.getAsyncHandler() to continue the request processing.
filter(FilterContext) - Method in interface com.ning.http.client.filter.ResponseFilter
An AsyncHttpProvider will invoke ResponseFilter.filter(com.ning.http.client.filter.FilterContext) and will use the returned FilterContext.replayRequest() and FilterContext.getAsyncHandler() to decide if the response processing can continue.
filter(FilterContext) - Method in class com.ning.http.client.resumable.ResumableIOExceptionFilter
 
FilterContext<T> - Class in com.ning.http.client.filter
A FilterContext can be used to decorate Request and AsyncHandler from a list of RequestFilter.
FilterContext(AsyncHandler<T>, Request) - Constructor for class com.ning.http.client.filter.FilterContext
Deprecated. use FilterContext.FilterContextBuilder instead
FilterContext(AsyncHandler<T>, Request, IOException) - Constructor for class com.ning.http.client.filter.FilterContext
Deprecated. use FilterContext.FilterContextBuilder instead
FilterContext(AsyncHandler<T>, Request, HttpResponseStatus) - Constructor for class com.ning.http.client.filter.FilterContext
Deprecated. use FilterContext.FilterContextBuilder instead
FilterContext(AsyncHandler<T>, Request, boolean) - Constructor for class com.ning.http.client.filter.FilterContext
Deprecated. use FilterContext.FilterContextBuilder instead
FilterContext.FilterContextBuilder<T> - Class in com.ning.http.client.filter
 
FilterContext.FilterContextBuilder() - Constructor for class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
FilterContext.FilterContextBuilder(FilterContext) - Constructor for class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
FilterException - Exception in com.ning.http.client.filter
An exception that can be thrown by an AsyncHandler to interrupt invocation of the RequestFilter and ResponseFilter.
FilterException(String) - Constructor for exception com.ning.http.client.filter.FilterException
 
FilterException(String, Throwable) - Constructor for exception com.ning.http.client.filter.FilterException
 
finalize() - Method in class com.ning.http.client.AsyncHttpClient
 
FLAG_NEGOTIATE_128 - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_ALWAYS_SIGN - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_KEY_EXCH - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_NTLM - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_NTLM2 - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_SEAL - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_NEGOTIATE_SIGN - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_TARGET_DESIRED - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FLAG_UNICODE_ENCODING - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
FluentCaseInsensitiveStringsMap - Class in com.ning.http.client
An implementation of a String -> List<String> map that adds a fluent interface, i.e.
FluentCaseInsensitiveStringsMap() - Constructor for class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
FluentCaseInsensitiveStringsMap(FluentCaseInsensitiveStringsMap) - Constructor for class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
FluentCaseInsensitiveStringsMap(Map<String, Collection<String>>) - Constructor for class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
FluentStringsMap - Class in com.ning.http.client
An implementation of a String -> List<String> map that adds a fluent interface, i.e.
FluentStringsMap() - Constructor for class com.ning.http.client.FluentStringsMap
 
FluentStringsMap(FluentStringsMap) - Constructor for class com.ning.http.client.FluentStringsMap
 
FluentStringsMap(Map<String, Collection<String>>) - Constructor for class com.ning.http.client.FluentStringsMap
 
FORCE_RESPONSE_BUFFERING - Static variable in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
formatDate(Date) - Static method in class com.ning.http.util.DateUtil
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class com.ning.http.util.DateUtil
Formats the given date according to the specified pattern.
fromUTF8(byte[]) - Static method in class com.ning.http.util.UTF8Codec
 
fromUTF8(byte[], int, int) - Static method in class com.ning.http.util.UTF8Codec
 

G

generateSpnegoDERObject(byte[]) - Method in interface com.ning.http.client.providers.netty.spnego.SpnegoTokenGenerator
 
generateToken(String) - Method in class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
generateType1Msg(String, String) - Method in class com.ning.http.client.ntlm.NTLMEngine
 
generateType3Msg(String, String, String, String, String) - Method in class com.ning.http.client.ntlm.NTLMEngine
 
get(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
get(Object) - Method in class com.ning.http.client.FluentStringsMap
get() - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
get(long, TimeUnit) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
get(long, TimeUnit) - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
get() - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
get(long, TimeUnit) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
get() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
get(long, TimeUnit) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
get(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
get() - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
get(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
get(BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
get(BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
get() - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getAlgorithm() - Method in class com.ning.http.client.Realm
 
getAlgorithm() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getAllowPoolingConnection() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is the ConnectionsPool support enabled.
getAndSetAuth(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getAndSetStatusReceived(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getAndSetWriteBody(boolean) - Method in interface com.ning.http.client.ListenableFuture
Write the Request body
getAndSetWriteBody(boolean) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
Write the Request body
getAndSetWriteBody(boolean) - Method in class com.ning.http.client.providers.jdk.JDKFuture
Write the Request body
getAndSetWriteBody(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Write the Request body
getAndSetWriteHeaders(boolean) - Method in interface com.ning.http.client.ListenableFuture
Write the Request headers
getAndSetWriteHeaders(boolean) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
Write the Request headers
getAndSetWriteHeaders(boolean) - Method in class com.ning.http.client.providers.jdk.JDKFuture
Write the Request headers
getAndSetWriteHeaders(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Write the Request headers
getAsapResponse() - Method in class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
Delegates to BodyDeferringAsyncHandler.getResponse().
getAsciiBytes(String) - Static method in class com.ning.http.multipart.MultipartEncodingUtil
 
getAsciiString(byte[]) - Static method in class com.ning.http.multipart.MultipartEncodingUtil
 
getAsyncHandler() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
getAsyncHandler() - Method in class com.ning.http.client.filter.FilterContext
Return the original or decorated AsyncHandler
getAsyncHandler() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getAsyncHttpProviderConfig() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the AsyncHttpProviderConfig
getAuthority(URI) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getAuthScheme() - Method in class com.ning.http.client.Realm
 
getBaseUrl(URI) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getBodyAsXML() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getBodyByteBuffer() - Method in class com.ning.http.client.HttpResponseBodyPart
Return a ByteBuffer that wraps the actual bytes read from the response's chunk.
getBodyByteBuffer() - Method in class com.ning.http.client.providers.apache.ApacheResponseBodyPart
 
getBodyByteBuffer() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
getBodyByteBuffer() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
 
getBodyEncoding() - Method in interface com.ning.http.client.Request
Return the encoding value used when encoding the request's body.
getBodyGenerator() - Method in interface com.ning.http.client.Request
Return the current request's body generator.
getBodyPartBytes() - Method in class com.ning.http.client.HttpResponseBodyPart
Return the response body's part bytes received.
getBodyPartBytes() - Method in class com.ning.http.client.providers.apache.ApacheResponseBodyPart
Return the response body's part bytes received.
getBodyPartBytes() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
Return the response body's part bytes received.
getBodyPartBytes() - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
Return the response body's part bytes received.
getBoundary() - Static method in class com.ning.http.multipart.Part
Deprecated. uses a constant string. Rather use Part.getPartBoundary()
getByteData() - Method in interface com.ning.http.client.Request
Return the current request's body as a byte array
getBytes(byte[]) - Method in class com.ning.http.client.listener.TransferCompletionHandler.TransferAdapter
 
getBytes(String, String) - Static method in class com.ning.http.multipart.MultipartEncodingUtil
 
getCharSet() - Method in class com.ning.http.client.ByteArrayPart
 
getCharSet() - Method in class com.ning.http.client.FilePart
 
getCharset() - Method in class com.ning.http.client.StringPart
 
getCharSet() - Method in class com.ning.http.multipart.Part
Return the character encoding of this part.
getCharSet() - Method in class com.ning.http.multipart.PartBase
Return the character encoding of this part.
getCnonce() - Method in class com.ning.http.client.Realm
 
getConfig() - Method in class com.ning.http.client.AsyncHttpClient
Return the AsyncHttpClientConfig
getConfig() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
getConnectionsPool() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return an instance of ConnectionsPool
getConnectionTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient can wait when connecting to a remote host
getContentLength() - Method in interface com.ning.http.client.Body
Gets the length of the body.
getContentLength() - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
getContentLength() - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
getContentLength() - Method in class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
getContentLength() - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.EntityWriterRequestEntity
 
getContentLength() - Method in interface com.ning.http.client.Request
Return the current size of the content-lenght header based on the body's size.
getContentLength() - Method in class com.ning.http.multipart.MultipartBody
 
getContentLength() - Method in class com.ning.http.multipart.MultipartRequestEntity
 
getContentLength() - Method in interface com.ning.http.multipart.RequestEntity
Gets the request entity's length.
getContentType() - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.EntityWriterRequestEntity
 
getContentType() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getContentType() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getContentType() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getContentType() - Method in interface com.ning.http.client.Response
Return the content-type header value.
getContentType() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getContentType() - Method in class com.ning.http.multipart.MultipartRequestEntity
 
getContentType() - Method in class com.ning.http.multipart.Part
Returns the content type of this part.
getContentType() - Method in class com.ning.http.multipart.PartBase
Returns the content type of this part.
getContentType() - Method in interface com.ning.http.multipart.RequestEntity
Gets the entity's content type.
getCookies() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getCookies() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getCookies() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getCookies() - Method in interface com.ning.http.client.Request
Return Coookie.
getCookies() - Method in interface com.ning.http.client.Response
Return the list of Cookie.
getCookies() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getCount() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
getData() - Method in class com.ning.http.client.ByteArrayPart
 
getDomain() - Method in class com.ning.http.client.Cookie
 
getDomain() - Method in class com.ning.http.client.Realm
Deprecated. - use getNtlmDomain()
getDomain() - Method in class com.ning.http.client.Realm.RealmBuilder
Deprecated. 
getEncoding() - Method in class com.ning.http.client.ProxyServer
 
getEncoding() - Method in class com.ning.http.client.Realm
 
getEncoding() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getEntityWriter() - Method in interface com.ning.http.client.Request
Return the current request's body as an EntityWriter
getFile() - Method in class com.ning.http.client.FilePart
 
getFile() - Method in interface com.ning.http.client.Request
Return the File to upload.
getFile() - Method in class com.ning.http.multipart.FilePartSource
 
getFileName() - Method in class com.ning.http.client.ByteArrayPart
 
getFileName() - Method in class com.ning.http.multipart.ByteArrayPartSource
 
getFileName() - Method in class com.ning.http.multipart.FilePartSource
Return the current filename
getFileName() - Method in interface com.ning.http.multipart.PartSource
Gets the name of the file this source represents.
getFirstValue(String) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Returns the value for the given key.
getFirstValue(String) - Method in class com.ning.http.client.FluentStringsMap
Returns the value for the given key.
getFirstValue(String) - Method in class com.ning.http.client.simple.HeaderMap
 
getHeader(String) - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getHeader(String) - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getHeader(String) - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getHeader(String) - Method in interface com.ning.http.client.Response
Return the response header
getHeader(String) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getHeaders() - Method in class com.ning.http.client.HttpResponseHeaders
Return the HTTP header
getHeaders() - Method in class com.ning.http.client.listener.TransferCompletionHandler.TransferAdapter
 
getHeaders(String) - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getHeaders() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getHeaders() - Method in class com.ning.http.client.providers.apache.ApacheResponseHeaders
Return the HTTP header
getHeaders(String) - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getHeaders() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getHeaders() - Method in class com.ning.http.client.providers.jdk.ResponseHeaders
Return the HTTP header
getHeaders(String) - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getHeaders() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getHeaders() - Method in class com.ning.http.client.providers.netty.ResponseHeaders
Return the HTTP header
getHeaders() - Method in interface com.ning.http.client.Request
Return the current set of Headers.
getHeaders(String) - Method in interface com.ning.http.client.Response
Return a List of the response header value.
getHeaders() - Method in interface com.ning.http.client.Response
 
getHeaders(String) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getHeaders() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getHost() - Method in class com.ning.http.client.ProxyServer
 
getHostnameVerifier() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the HostnameVerifier
getHttpResponse() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getIdleConnectionInPoolTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient will keep connection in pool.
getIdleConnectionTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Deprecated. Please use AsyncHttpClientConfig.getIdleConnectionInPoolTimeoutInMs()
getIoException() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
getIOException() - Method in class com.ning.http.client.filter.FilterContext
Return the IOException
getIOExceptionFilters() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the list of IOException
getIoThreadMultiplier() - Method in class com.ning.http.client.AsyncHttpClientConfig
 
getJoinedValue(String, String) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Returns the values for the given key joined into a single string using the given delimiter.
getJoinedValue(String, String) - Method in class com.ning.http.client.FluentStringsMap
Returns the values for the given key joined into a single string using the given delimiter.
getJoinedValue(String, String) - Method in class com.ning.http.client.simple.HeaderMap
 
getKeepAlive() - Method in class com.ning.http.client.AsyncHttpClientConfig
Deprecated. - Use AsyncHttpClientConfig.getAllowPoolingConnection()
getKeepAlive() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getKey() - Method in class com.ning.http.client.oauth.ConsumerKey
 
getKey() - Method in class com.ning.http.client.oauth.RequestToken
 
getLastResponse() - Method in class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
Delegates to Future#get() method.
getLength() - Method in interface com.ning.http.client.Request
Deprecated.  
getLength() - Method in class com.ning.http.multipart.ByteArrayPartSource
 
getLength() - Method in class com.ning.http.multipart.FilePartSource
Return the length of the file
getLength() - Method in interface com.ning.http.multipart.PartSource
Gets the number of bytes contained in this source.
getLengthOfParts(Part[]) - Static method in class com.ning.http.multipart.Part
Return the total sum of all parts and that of the last boundary
getLengthOfParts(Part[], byte[]) - Static method in class com.ning.http.multipart.Part
Gets the length of the multipart message including the given parts.
getMaxAge() - Method in class com.ning.http.client.Cookie
 
getMaxConnectionPerHost() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum number of connections per hosts an AsyncHttpClient can handle.
getMaxRedirects() - Method in class com.ning.http.client.AsyncHttpClientConfig
Get the maximum number of HTTP redirect
getMaxRequestRetry() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the number of time the library will retry when an IOException is throw by the remote server
getMaxTotalConnections() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum number of connections an AsyncHttpClient can handle.
getMethod() - Method in interface com.ning.http.client.Request
Return the request's method name (GET, POST, etc.)
getMethodName() - Method in class com.ning.http.client.Realm
 
getMethodName() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getMimeType() - Method in class com.ning.http.client.ByteArrayPart
 
getMimeType() - Method in class com.ning.http.client.FilePart
 
getMultipartBoundary() - Method in class com.ning.http.multipart.MultipartRequestEntity
Returns the MIME boundary string that is used to demarcate boundaries of this part.
getName() - Method in class com.ning.http.client.ByteArrayPart
 
getName() - Method in class com.ning.http.client.Cookie
 
getName() - Method in class com.ning.http.client.FilePart
 
getName() - Method in interface com.ning.http.client.Part
 
getName() - Method in class com.ning.http.client.StringPart
 
getName() - Method in class com.ning.http.multipart.Part
Return the name of this part.
getName() - Method in class com.ning.http.multipart.PartBase
Returns the name.
getNc() - Method in class com.ning.http.client.Realm
 
getNc() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNettyRequest() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getNonce() - Method in class com.ning.http.client.Realm
 
getNonce() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNonProxyHosts() - Method in class com.ning.http.client.ProxyServer
 
getNtlmDomain() - Method in class com.ning.http.client.ProxyServer
 
getNtlmDomain() - Method in class com.ning.http.client.Realm
Return the NTLM domain to use.
getNtlmDomain() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNtlmHost() - Method in class com.ning.http.client.Realm
Return the NTLM host.
getNtlmHost() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getParams() - Method in interface com.ning.http.client.Request
Return the current parameters.
getPartBoundary() - Method in class com.ning.http.multipart.Part
Gets the part boundary to be used.
getParts() - Method in interface com.ning.http.client.Request
Return the current Part
getPassword() - Method in class com.ning.http.client.ProxyServer
 
getPassword() - Method in class com.ning.http.client.Realm
 
getPassword() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getPath() - Method in class com.ning.http.client.Cookie
 
getPerRequestConfig() - Method in interface com.ning.http.client.Request
Return Per request configuration.
getPort() - Method in class com.ning.http.client.ProxyServer
 
getPort(URI) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getPorts() - Method in class com.ning.http.client.Cookie
 
getPosition() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
getPrincipal() - Method in class com.ning.http.client.ProxyServer
 
getPrincipal() - Method in class com.ning.http.client.Realm
 
getPrincipal() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getProperty(U) - Method in interface com.ning.http.client.AsyncHttpProviderConfig
Return the value associated with the property's name
getProperty(String) - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProviderConfig
 
getProperty(String) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
getProperty(String) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Return the value associated with the property's name
getProtocol() - Method in class com.ning.http.client.ProxyServer
 
getProtocol() - Method in enum com.ning.http.client.ProxyServer.Protocol
 
getProtocolAsString() - Method in class com.ning.http.client.ProxyServer
 
getProtocolMajorVersion() - Method in class com.ning.http.client.HttpResponseStatus
Protocol major version.
getProtocolMajorVersion() - Method in class com.ning.http.client.providers.apache.ApacheResponseStatus
 
getProtocolMajorVersion() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolMajorVersion() - Method in class com.ning.http.client.providers.netty.ResponseStatus
 
getProtocolMinorVersion() - Method in class com.ning.http.client.HttpResponseStatus
Protocol minor version.
getProtocolMinorVersion() - Method in class com.ning.http.client.providers.apache.ApacheResponseStatus
 
getProtocolMinorVersion() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolMinorVersion() - Method in class com.ning.http.client.providers.netty.ResponseStatus
 
getProtocolName() - Method in class com.ning.http.client.HttpResponseStatus
Protocol name from status line.
getProtocolName() - Method in class com.ning.http.client.providers.apache.ApacheResponseStatus
 
getProtocolName() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolName() - Method in class com.ning.http.client.providers.netty.ResponseStatus
 
getProtocolText() - Method in class com.ning.http.client.HttpResponseStatus
Full protocol name + version
getProtocolText() - Method in class com.ning.http.client.providers.apache.ApacheResponseStatus
 
getProtocolText() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolText() - Method in class com.ning.http.client.providers.netty.ResponseStatus
 
getProvider() - Method in class com.ning.http.client.AsyncHttpClient
Return the asynchronous AsyncHttpProvider
getProxyServer() - Method in class com.ning.http.client.AsyncHttpClientConfig
An instance of ProxyServer used by an AsyncHttpClient
getProxyServer() - Method in class com.ning.http.client.PerRequestConfig
 
getProxyServer() - Method in interface com.ning.http.client.Request
Return the ProxyServer
getQop() - Method in class com.ning.http.client.Realm
 
getQop() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getQueryParams() - Method in interface com.ning.http.client.Request
Return the query params.
getRangeOffset() - Method in interface com.ning.http.client.Request
Return the HTTP Range header value, or
getRawUrl() - Method in interface com.ning.http.client.Request
Return the undecoded url
getRealm() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the current Realm}
getRealm() - Method in interface com.ning.http.client.Request
Return the Realm
getRealmName() - Method in class com.ning.http.client.Realm
 
getRealmName() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getRedirectUri(URI, String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getReqType() - Method in interface com.ning.http.client.Request
Deprecated. - use getMethod
getRequest() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
getRequest() - Method in class com.ning.http.client.filter.FilterContext
Return the original or decorated Request
getRequest() - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
getRequest() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getRequestCompressionLevel() - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Return the compression level, or -1 if no compression is used.
getRequestCompressionLevel() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the compression level, or -1 if no compression is used.
getRequestFilters() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the list of RequestFilter
getRequestTimeoutInMs() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient wait for a response
getRequestTimeoutInMs() - Method in class com.ning.http.client.PerRequestConfig
 
getResponse() - Method in class com.ning.http.client.BodyDeferringAsyncHandler
This method -- unlike Future.get() -- will block only as long, as headers arrive.
getResponse() - Method in class com.ning.http.client.Realm
 
getResponse() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getResponseBody() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getResponseBody(String) - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getResponseBody() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBody(String) - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBody() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getResponseBody(String) - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getResponseBody(String) - Method in interface com.ning.http.client.Response
Return the entire response body as a String.
getResponseBody() - Method in interface com.ning.http.client.Response
Return the entire response body as a String.
getResponseBody() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBody(String) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyAsBytes() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getResponseBodyAsBytes() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyAsBytes() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getResponseBodyAsBytes() - Method in interface com.ning.http.client.Response
Return the entire response body as a byte[].
getResponseBodyAsBytes() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyAsStream() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getResponseBodyAsStream() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyAsStream() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getResponseBodyAsStream() - Method in interface com.ning.http.client.Response
Returns an input stream for the response body.
getResponseBodyAsStream() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyExcerpt(int) - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getResponseBodyExcerpt(int, String) - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getResponseBodyExcerpt(int) - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyExcerpt(int, String) - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyExcerpt(int) - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getResponseBodyExcerpt(int, String) - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getResponseBodyExcerpt(int, String) - Method in interface com.ning.http.client.Response
Returns the first maxLength bytes of the response body as a string.
getResponseBodyExcerpt(int) - Method in interface com.ning.http.client.Response
Returns the first maxLength bytes of the response body as a string.
getResponseBodyExcerpt(int) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyExcerpt(int, String) - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseFilters() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the list of ResponseFilter
getResponseStatus() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
getResponseStatus() - Method in class com.ning.http.client.filter.FilterContext
Return the unprocessed response's HttpResponseStatus
getScheme() - Method in class com.ning.http.client.Realm
 
getScheme() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getSecret() - Method in class com.ning.http.client.oauth.ConsumerKey
 
getSecret() - Method in class com.ning.http.client.oauth.RequestToken
 
getSource() - Method in class com.ning.http.multipart.FilePart
Returns the source of the file part.
getSSLContext() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return an instance of SSLContext used for SSL connection.
getSSLContext() - Static method in class com.ning.http.util.SslUtils
 
getSSLEngine() - Static method in class com.ning.http.util.SslUtils
 
getSSLEngineFactory() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return an instance of SSLEngineFactory used for SSL connection.
getState() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getStatusCode() - Method in class com.ning.http.client.HttpResponseStatus
Return the response status code
getStatusCode() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getStatusCode() - Method in class com.ning.http.client.providers.apache.ApacheResponseStatus
Return the response status code
getStatusCode() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getStatusCode() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
Return the response status code
getStatusCode() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getStatusCode() - Method in class com.ning.http.client.providers.netty.ResponseStatus
Return the response status code
getStatusCode() - Method in interface com.ning.http.client.Response
Returns the status code for the request.
getStatusCode() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getStatusText() - Method in class com.ning.http.client.HttpResponseStatus
Return the response status text
getStatusText() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getStatusText() - Method in class com.ning.http.client.providers.apache.ApacheResponseStatus
Return the response status text
getStatusText() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getStatusText() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
Return the response status text
getStatusText() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getStatusText() - Method in class com.ning.http.client.providers.netty.ResponseStatus
Return the response status text
getStatusText() - Method in interface com.ning.http.client.Response
Returns the status text for the request.
getStatusText() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getStreamData() - Method in interface com.ning.http.client.Request
Return the current request's body as an InputStream
getStringData() - Method in interface com.ning.http.client.Request
Return the current request's body as a string
getTransferEncoding() - Method in class com.ning.http.multipart.Part
Return the transfer encoding of this part.
getTransferEncoding() - Method in class com.ning.http.multipart.PartBase
Returns the transfer encoding of this part.
getTransferredBytes() - Method in class com.ning.http.client.consumers.FileBodyConsumer
 
getTransferredBytes() - Method in interface com.ning.http.client.ResumableBodyConsumer
Get the previously transferred bytes, for example the current file size.
getUri() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
getUri() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getUri() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
getURI() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
getUri() - Method in class com.ning.http.client.Realm
 
getUri() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getUri() - Method in interface com.ning.http.client.Response
Return the request URI.
getUri() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getUrl() - Method in class com.ning.http.client.HttpContent
 
getUrl() - Method in interface com.ning.http.client.Request
Return the decoded url
getUsePreemptiveAuth() - Method in class com.ning.http.client.Realm
Return true is preemptive authentication is enabled
getUsePreemptiveAuth() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getUserAgent() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the USER_AGENT header value
getValue() - Method in class com.ning.http.client.Cookie
 
getValue() - Method in class com.ning.http.client.StringPart
 
getVersion() - Method in class com.ning.http.client.Cookie
 
getVirtualHost() - Method in interface com.ning.http.client.Request
Return the virtual host value.

H

hasExpired() - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
Is the Future still valid
hasExpired() - Method in class com.ning.http.client.providers.jdk.JDKFuture
Is the Future still valid
hasExpired() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Is the Future still valid
hashCode() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
hashCode() - Method in class com.ning.http.client.FluentStringsMap
 
hashCode() - Method in class com.ning.http.client.oauth.ConsumerKey
 
hashCode() - Method in class com.ning.http.client.oauth.RequestToken
 
hashCode() - Method in class com.ning.http.client.Realm
 
hasResponseBody() - Method in class com.ning.http.client.providers.apache.ApacheResponse
Return true if the response's body has been computed by an AsyncHandler.
hasResponseBody() - Method in class com.ning.http.client.providers.jdk.JDKResponse
Return true if the response's body has been computed by an AsyncHandler.
hasResponseBody() - Method in class com.ning.http.client.providers.netty.NettyResponse
Return true if the response's body has been computed by an AsyncHandler.
hasResponseBody() - Method in interface com.ning.http.client.Response
Return true if the response's body has been computed by an AsyncHandler.
hasResponseBody() - Method in class com.ning.http.client.webdav.WebDavResponse
 
hasResponseHeaders() - Method in class com.ning.http.client.providers.apache.ApacheResponse
Return true if the response's headers has been computed by an AsyncHandler It will return false if the either AsyncHandler.onStatusReceived(HttpResponseStatus) or AsyncHandler.onHeadersReceived(HttpResponseHeaders) returned AsyncHandler.STATE.ABORT
hasResponseHeaders() - Method in class com.ning.http.client.providers.jdk.JDKResponse
Return true if the response's headers has been computed by an AsyncHandler It will return false if the either AsyncHandler.onStatusReceived(HttpResponseStatus) or AsyncHandler.onHeadersReceived(HttpResponseHeaders) returned AsyncHandler.STATE.ABORT
hasResponseHeaders() - Method in class com.ning.http.client.providers.netty.NettyResponse
Return true if the response's headers has been computed by an AsyncHandler It will return false if the either AsyncHandler.onStatusReceived(HttpResponseStatus) or AsyncHandler.onHeadersReceived(HttpResponseHeaders) returned AsyncHandler.STATE.ABORT
hasResponseHeaders() - Method in interface com.ning.http.client.Response
Return true if the response's headers has been computed by an AsyncHandler It will return false if the either AsyncHandler.onStatusReceived(HttpResponseStatus) or AsyncHandler.onHeadersReceived(HttpResponseHeaders) returned AsyncHandler.STATE.ABORT
hasResponseHeaders() - Method in class com.ning.http.client.webdav.WebDavResponse
 
hasResponseStatus() - Method in class com.ning.http.client.providers.apache.ApacheResponse
Return true if the response's status has been computed by an AsyncHandler
hasResponseStatus() - Method in class com.ning.http.client.providers.jdk.JDKResponse
Return true if the response's status has been computed by an AsyncHandler
hasResponseStatus() - Method in class com.ning.http.client.providers.netty.NettyResponse
Return true if the response's status has been computed by an AsyncHandler
hasResponseStatus() - Method in interface com.ning.http.client.Response
Return true if the response's status has been computed by an AsyncHandler
hasResponseStatus() - Method in class com.ning.http.client.webdav.WebDavResponse
 
head() - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
head(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
HEADER_AUTHORIZATION - Static variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
HeaderMap - Class in com.ning.http.client.simple
A map containing headers with the sole purpose of being given to SimpleAHCTransferListener.onHeaders(String, HeaderMap).
HeaderMap(FluentCaseInsensitiveStringsMap) - Constructor for class com.ning.http.client.simple.HeaderMap
 
hostnameVerifier - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
HttpContent - Class in com.ning.http.client
Base class for callback class used by AsyncHandler
HttpContent(URI, AsyncHttpProvider) - Constructor for class com.ning.http.client.HttpContent
 
HttpResponseBodyPart - Class in com.ning.http.client
A callback class used when an HTTP response body is received.
HttpResponseBodyPart(URI, AsyncHttpProvider) - Constructor for class com.ning.http.client.HttpResponseBodyPart
 
HttpResponseHeaders - Class in com.ning.http.client
A class that represent the HTTP headers.
HttpResponseHeaders(URI, AsyncHttpProvider) - Constructor for class com.ning.http.client.HttpResponseHeaders
 
HttpResponseHeaders(URI, AsyncHttpProvider, boolean) - Constructor for class com.ning.http.client.HttpResponseHeaders
 
HttpResponseStatus - Class in com.ning.http.client
A class that represent the HTTP response' status line (code + text)
HttpResponseStatus(URI, AsyncHttpProvider) - Constructor for class com.ning.http.client.HttpResponseStatus
 

I

idleConnectionInPoolTimeoutInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
IN_IO_THREAD - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
incrementAndGetCurrentRedirectCount() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
initialValue() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean
 
innerFuture - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
InputStreamBodyGenerator - Class in com.ning.http.client.generators
A BodyGenerator which use an InputStream for reading bytes, without having to read the entire stream in memory.
InputStreamBodyGenerator(InputStream) - Constructor for class com.ning.http.client.generators.InputStreamBodyGenerator
 
InputStreamBodyGenerator.ISBody - Class in com.ning.http.client.generators
 
InputStreamBodyGenerator.ISBody() - Constructor for class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
ioException(IOException) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
IOExceptionFilter - Interface in com.ning.http.client.filter
This filter is invoked when an IOException occurs during an http transaction.
ioExceptionFilters - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ioThreadMultiplier - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
isCancelled() - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
isCancelled() - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
isCancelled() - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
isCancelled() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
isClosed() - Method in class com.ning.http.client.AsyncHttpClient
Return true if closed
isClosed() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return true if one of the ExecutorService has been shutdown.
isCompressionEnabled() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is HTTP compression enabled.
isDone() - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
isDone - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
isDone() - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
isDone() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
isEmpty() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
isEmpty() - Method in class com.ning.http.client.FluentStringsMap
isEmpty() - Method in class com.ning.http.client.simple.HeaderMap
 
isInAuth() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
isNtlmMessageType2Received() - Method in class com.ning.http.client.Realm
 
isRedirected() - Method in class com.ning.http.client.providers.apache.ApacheResponse
 
isRedirected() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
isRedirected() - Method in class com.ning.http.client.providers.netty.NettyResponse
 
isRedirected() - Method in interface com.ning.http.client.Response
Return true if the response redirects to another object.
isRedirected() - Method in class com.ning.http.client.webdav.WebDavResponse
 
isRedirectEnabled() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is HTTP redirect enabled
isRedirectEnabled() - Method in interface com.ning.http.client.Request
Return the true> to follow redirect
isRemoveQueryParamOnRedirect() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return true if the query parameters will be stripped from the request when a redirect is requested.
isRepeatable() - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.EntityWriterRequestEntity
 
isRepeatable() - Method in class com.ning.http.multipart.MultipartRequestEntity
Returns true if all parts are repeatable, false otherwise.
isRepeatable() - Method in class com.ning.http.multipart.Part
Tests if this part can be sent more than once.
isRepeatable() - Method in interface com.ning.http.multipart.RequestEntity
Tests if RequestEntity.writeRequest(java.io.OutputStream) can be called more than once.
isSecure() - Method in class com.ning.http.client.Cookie
 
isSslConnectionPoolEnabled() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return true is SSL connection polling is enabled.
isTraillingHeadersReceived() - Method in class com.ning.http.client.HttpResponseHeaders
Return true is headers has been received after the response body.
isUseRawUrl() - Method in class com.ning.http.client.AsyncHttpClientConfig
 
isUseRawUrl() - Method in interface com.ning.http.client.Request
 
iterator() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
iterator() - Method in class com.ning.http.client.FluentStringsMap

J

JDKAsyncHttpProvider - Class in com.ning.http.client.providers.jdk
 
JDKAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
JDKAsyncHttpProviderConfig - Class in com.ning.http.client.providers.jdk
 
JDKAsyncHttpProviderConfig() - Constructor for class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
JDKDelegateFuture<V> - Class in com.ning.http.client.providers.jdk
 
JDKDelegateFuture(AsyncHandler<V>, int, ListenableFuture<V>, HttpURLConnection) - Constructor for class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
JDKFuture<V> - Class in com.ning.http.client.providers.jdk
 
JDKFuture(AsyncHandler<V>, int, HttpURLConnection) - Constructor for class com.ning.http.client.providers.jdk.JDKFuture
 
JDKResponse - Class in com.ning.http.client.providers.jdk
 
JDKResponse(HttpResponseStatus, HttpResponseHeaders, Collection<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.jdk.JDKResponse
 

K

keySet() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
keySet() - Method in class com.ning.http.client.FluentStringsMap
keySet() - Method in class com.ning.http.client.simple.HeaderMap
 

L

length() - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
Return the length of previously downloaded bytes.
length() - Method in interface com.ning.http.client.resumable.ResumableListener
Return the length of previously downloaded bytes.
length() - Method in class com.ning.http.multipart.Part
Return the full length of all the data.
lengthOfData() - Method in class com.ning.http.multipart.FilePart
Return the length of the data.
lengthOfData() - Method in class com.ning.http.multipart.Part
Return the length of the main content
lengthOfData() - Method in class com.ning.http.multipart.StringPart
Return the length of the data.
ListenableFuture<V> - Interface in com.ning.http.client
Extended Future
load() - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
Load the Map in memory, contains information about the transferred bytes.
load() - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Load the Map in memory, contains information about the transferred bytes.

M

mac - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
MAX_RETRY - Static variable in class com.ning.http.client.providers.netty.NettyResponseFuture
 
maxConnectionPerHost - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxDefaultRedirects - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
MaxRedirectException - Exception in com.ning.http.client
Thrown when the AsyncHttpClientConfig.getMaxRedirects() has been reached.
MaxRedirectException() - Constructor for exception com.ning.http.client.MaxRedirectException
 
MaxRedirectException(String) - Constructor for exception com.ning.http.client.MaxRedirectException
 
MaxRedirectException(Throwable) - Constructor for exception com.ning.http.client.MaxRedirectException
 
MaxRedirectException(String, Throwable) - Constructor for exception com.ning.http.client.MaxRedirectException
 
maxRequestRetry - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxTotalConnections - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
MultipartBody - Class in com.ning.http.multipart
 
MultipartBody(List<Part>, String, String) - Constructor for class com.ning.http.multipart.MultipartBody
 
MultipartEncodingUtil - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
MultipartEncodingUtil() - Constructor for class com.ning.http.multipart.MultipartEncodingUtil
 
MultipartRequestEntity - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
MultipartRequestEntity(Part[], FluentStringsMap) - Constructor for class com.ning.http.multipart.MultipartRequestEntity
Creates a new multipart entity containing the given parts.

N

NettyAsyncHttpProvider - Class in com.ning.http.client.providers.netty
 
NettyAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
NettyAsyncHttpProvider.OptimizedFileRegion - Class in com.ning.http.client.providers.netty
 
NettyAsyncHttpProvider.OptimizedFileRegion(RandomAccessFile, long, long) - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
NettyAsyncHttpProvider.ThreadLocalBoolean - Class in com.ning.http.client.providers.netty
 
NettyAsyncHttpProvider.ThreadLocalBoolean() - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean
 
NettyAsyncHttpProvider.ThreadLocalBoolean(boolean) - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.ThreadLocalBoolean
 
NettyAsyncHttpProviderConfig - Class in com.ning.http.client.providers.netty
This class can be used to pass Netty's internal configuration options.
NettyAsyncHttpProviderConfig() - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
NettyConnectionsPool - Class in com.ning.http.client.providers.netty
A simple implementation of ConnectionsPool based on a ConcurrentHashMap
NettyConnectionsPool(NettyAsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.NettyConnectionsPool
 
NettyResponse - Class in com.ning.http.client.providers.netty
Wrapper around the Response API.
NettyResponse(HttpResponseStatus, HttpResponseHeaders, Collection<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.netty.NettyResponse
 
NettyResponseFuture<V> - Class in com.ning.http.client.providers.netty
A Future that can be used to track when an asynchronous HTTP request has been fully processed.
NettyResponseFuture(URI, Request, AsyncHandler<V>, HttpRequest, int, NettyAsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.NettyResponseFuture
 
newFuture(URI, Request, AsyncHandler<T>, HttpRequest, AsyncHttpClientConfig, NettyAsyncHttpProvider) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
newSSLEngine() - Method in interface com.ning.http.client.SSLEngineFactory
Creates new SSLEngine.
nonceBuffer - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
NTLMEngine - Class in com.ning.http.client.ntlm
Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM authentication protocol.
NTLMEngine() - Constructor for class com.ning.http.client.ntlm.NTLMEngine
 
NTLMEngineException - Exception in com.ning.http.client.ntlm
Signals NTLM protocol failure.
NTLMEngineException() - Constructor for exception com.ning.http.client.ntlm.NTLMEngineException
 
NTLMEngineException(String) - Constructor for exception com.ning.http.client.ntlm.NTLMEngineException
Creates a new NTLMEngineException with the specified message.
NTLMEngineException(String, Throwable) - Constructor for exception com.ning.http.client.ntlm.NTLMEngineException
Creates a new NTLMEngineException with the specified detail message and cause.

O

OAuthSignatureCalculator - Class in com.ning.http.client.oauth
Simple OAuth signature calculator that can used for constructing client signatures for accessing services that use OAuth for authorization.
OAuthSignatureCalculator(ConsumerKey, RequestToken) - Constructor for class com.ning.http.client.oauth.OAuthSignatureCalculator
 
offer(U, V) - Method in interface com.ning.http.client.ConnectionsPool
Add a connection tpo the pool
offer(String, Channel) - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Add a connection tpo the pool
onAllBytesReceived() - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
Invoked when all the bytes has been sucessfully transferred.
onAllBytesReceived() - Method in interface com.ning.http.client.resumable.ResumableListener
Invoked when all the bytes has been sucessfully transferred.
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in interface com.ning.http.client.AsyncHandler
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.listener.TransferCompletionHandler
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked as soon as some response body part are received.
onBytesReceived(ByteBuffer) - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
This method uses the last valid bytes written on disk to position a RandomAccessFile, allowing resumable file download.
onBytesReceived(ByteBuffer) - Method in interface com.ning.http.client.listener.TransferListener
Invoked every time response's chunk are received.
onBytesReceived(ByteBuffer) - Method in interface com.ning.http.client.resumable.ResumableListener
Invoked when some bytes are available to digest.
onBytesReceived(String, long, long, long) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called when bytes of the responses body are received.
onBytesSent(ByteBuffer) - Method in interface com.ning.http.client.listener.TransferListener
Invoked every time request's chunk are sent.
onBytesSent(String, long, long, long) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called when bytes are sent.
onCompleted() - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked once the HTTP response processing is finished.
onCompleted(Response) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked once the HTTP response processing is finished.
onCompleted(Response) - Method in class com.ning.http.client.AsyncCompletionHandlerBase
 
onCompleted() - Method in interface com.ning.http.client.AsyncHandler
Invoked once the HTTP response processing is finished.
onCompleted() - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onCompleted(Response) - Method in class com.ning.http.client.listener.TransferCompletionHandler
 
onCompleted() - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked once the HTTP response processing is finished.
onCompleted(String, int, String) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called when the request is completed.
onCompleted() - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked once the HTTP response processing is finished.
onCompleted(WebDavResponse) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked once the HTTP response has been fully read.
onContentWriteCompleted() - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onContentWriteCompleted() - Method in class com.ning.http.client.listener.TransferCompletionHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onContentWriteCompleted() - Method in interface com.ning.http.client.ProgressAsyncHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onContentWriteProgress(long, long, long) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked when the I/O operation associated with the Request body as been progressed.
onContentWriteProgress(long, long, long) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Invoked when the I/O operation associated with the Request body as been progressed.
onContentWriteProgress(long, long, long) - Method in interface com.ning.http.client.ProgressAsyncHandler
Invoked when the I/O operation associated with the Request body wasn't fully written in a single I/O write operation.
onHeaders(String, HeaderMap) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called after the response headers are received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in interface com.ning.http.client.AsyncHandler
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked as soon as the HTTP headers has been received.
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked as soon as the HTTP headers has been received.
onHeaderWriteCompleted() - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onHeaderWriteCompleted() - Method in class com.ning.http.client.listener.TransferCompletionHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onHeaderWriteCompleted() - Method in interface com.ning.http.client.ProgressAsyncHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onRequestHeadersSent(FluentCaseInsensitiveStringsMap) - Method in interface com.ning.http.client.listener.TransferListener
Invoked when the request bytes are starting to get send.
onRequestResponseCompleted() - Method in interface com.ning.http.client.listener.TransferListener
Invoked when the response bytes are been fully received.
onResponseHeadersReceived(FluentCaseInsensitiveStringsMap) - Method in interface com.ning.http.client.listener.TransferListener
Invoked when the response bytes are starting to get received.
onStatus(String, int, String) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called after the connection status is received.
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in interface com.ning.http.client.AsyncHandler
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked as soon as the HTTP status line has been received
onThrowable(Throwable) - Method in class com.ning.http.client.AsyncCompletionHandler
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in class com.ning.http.client.AsyncCompletionHandlerBase
 
onThrowable(Throwable) - Method in interface com.ning.http.client.AsyncHandler
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
onThrowable(Throwable) - Method in class com.ning.http.client.listener.TransferCompletionHandler
 
onThrowable(Throwable) - Method in interface com.ning.http.client.listener.TransferListener
Invoked when there is an unexpected issue.
onThrowable(Throwable) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in interface com.ning.http.client.ThrowableHandler
 
onThrowable(Throwable) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked when an unexpected exception occurs during the processing of the response.
options() - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
options(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
options(BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
options(BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
OutputStreamBodyConsumer - Class in com.ning.http.client.consumers
 
OutputStreamBodyConsumer(OutputStream) - Constructor for class com.ning.http.client.consumers.OutputStreamBodyConsumer
 

P

parseCharset(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
parseCookie(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
parseDate(String) - Static method in class com.ning.http.util.DateUtil
Parses a date value.
parseDate(String, Collection) - Static method in class com.ning.http.util.DateUtil
Parses the date value using the given date formats.
parseDate(String, Collection, Date) - Static method in class com.ning.http.util.DateUtil
Parses the date value using the given date formats.
parseWWWAuthenticateHeader(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
Part - Interface in com.ning.http.client
Interface for the parts in a multipart request.
Part - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
Part() - Constructor for class com.ning.http.multipart.Part
 
PartBase - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
PartBase(String, String, String, String) - Constructor for class com.ning.http.multipart.PartBase
Constructor.
parts - Variable in class com.ning.http.multipart.MultipartRequestEntity
The MIME parts as set by the constructor
PartSource - Interface in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
PATTERN_ASCTIME - Static variable in class com.ning.http.util.DateUtil
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class com.ning.http.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class com.ning.http.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PerRequestConfig - Class in com.ning.http.client
Per request configuration.
PerRequestConfig() - Constructor for class com.ning.http.client.PerRequestConfig
 
PerRequestConfig(ProxyServer, int) - Constructor for class com.ning.http.client.PerRequestConfig
 
poll(U) - Method in interface com.ning.http.client.ConnectionsPool
Remove the connection associated with the uri.
poll(String) - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Remove the connection associated with the uri.
post(Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyConsumer, Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyGenerator) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyGenerator, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyGenerator, BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
post(BodyGenerator, BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
prepareConnect(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client CONNECT request.
prepareDelete(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client DELETE request.
prepareGet(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client GET request.
prepareHead(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client HEAD request.
prepareOptions(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client OPTIONS request.
preparePost(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client POST request.
preparePut(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client PUT request.
prepareRequest(Request) - Method in class com.ning.http.client.AsyncHttpClient
Construct a AsyncHttpClient.BoundRequestBuilder using a Request
prepareResponse(HttpResponseStatus, HttpResponseHeaders, Collection<HttpResponseBodyPart>) - Method in interface com.ning.http.client.AsyncHttpProvider
Prepare a Response
prepareResponse(HttpResponseStatus, HttpResponseHeaders, Collection<HttpResponseBodyPart>) - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider
 
prepareResponse(HttpResponseStatus, HttpResponseHeaders, Collection<HttpResponseBodyPart>) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
prepareResponse(HttpResponseStatus, HttpResponseHeaders, Collection<HttpResponseBodyPart>) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
ProgressAsyncHandler<T> - Interface in com.ning.http.client
An extended AsyncHandler with two extra callback who get invoked during the content upload to a remote server.
PropertiesBasedResumableProcessor - Class in com.ning.http.client.resumable
A ResumableAsyncHandler.ResumableProcessor which use a properties file to store the download index information.
PropertiesBasedResumableProcessor() - Constructor for class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
 
propertiesSet() - Method in interface com.ning.http.client.AsyncHttpProviderConfig
Return the curent entry set.
propertiesSet() - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProviderConfig
 
propertiesSet() - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
propertiesSet() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Return the curent entry set.
provider - Variable in class com.ning.http.client.HttpContent
 
provider() - Method in class com.ning.http.client.HttpContent
 
provider() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
providerConfig - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
PROXY_HOST - Static variable in class com.ning.http.util.ProxyUtils
The host to use as proxy.
PROXY_NONPROXYHOSTS - Static variable in class com.ning.http.util.ProxyUtils
A specification of non-proxy hosts.
PROXY_PASSWORD - Static variable in class com.ning.http.util.ProxyUtils
The password to use for authentication for the proxy server.
PROXY_PORT - Static variable in class com.ning.http.util.ProxyUtils
The port to use for the proxy.
PROXY_PROTOCOL - Static variable in class com.ning.http.util.ProxyUtils
The protocol to use.
PROXY_USER - Static variable in class com.ning.http.util.ProxyUtils
The username to use for authentication for the proxy server.
proxyServer - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ProxyServer - Class in com.ning.http.client
Represents a proxy server.
ProxyServer(ProxyServer.Protocol, String, int, String, String) - Constructor for class com.ning.http.client.ProxyServer
 
ProxyServer(String, int, String, String) - Constructor for class com.ning.http.client.ProxyServer
 
ProxyServer(ProxyServer.Protocol, String, int) - Constructor for class com.ning.http.client.ProxyServer
 
ProxyServer(String, int) - Constructor for class com.ning.http.client.ProxyServer
 
ProxyServer.Protocol - Enum in com.ning.http.client
 
ProxyUtils - Class in com.ning.http.util
Utilities for Proxy handling.
ProxyUtils() - Constructor for class com.ning.http.util.ProxyUtils
 
put(String, List<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
put(String, List<String>) - Method in class com.ning.http.client.FluentStringsMap
put(String, long) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
Associate a key with the number of bytes sucessfully transferred.
put(String, long) - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Associate a key with the number of bytes sucessfully transferred.
put(String, List<String>) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
put(Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyConsumer, Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.FluentStringsMap
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.

Q

QUOTE - Static variable in class com.ning.http.multipart.Part
Content dispostion characters

R

random - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
To generate Nonce, need some (pseudo)randomness; no need for secure variant here.
RandomAccessBody - Interface in com.ning.http.client
A request body which supports random access to its contents.
read(ByteBuffer) - Method in interface com.ning.http.client.Body
Reads the next chunk of bytes from the body.
read(ByteBuffer) - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
read(ByteBuffer) - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
read(ByteBuffer) - Method in class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
read(ByteBuffer) - Method in class com.ning.http.multipart.MultipartBody
 
readFully(InputStream, int[]) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
realm - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
Realm - Class in com.ning.http.client
This class is required when authentication is needed.
Realm.AuthScheme - Enum in com.ning.http.client
 
Realm.RealmBuilder - Class in com.ning.http.client
A builder for Realm
Realm.RealmBuilder() - Constructor for class com.ning.http.client.Realm.RealmBuilder
 
reaper - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
reaper() - Method in class com.ning.http.client.AsyncHttpClientConfig
A ScheduledExecutorService used to expire idle connections.
redirectEnabled - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
releaseExternalResources() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
remotelyClosed(Channel, NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
remove(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
remove(Object) - Method in class com.ning.http.client.FluentStringsMap
remove(String) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
Remove the key associate value.
remove(String) - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Remove the key associate value.
remove(Object) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
removeAll(V) - Method in interface com.ning.http.client.ConnectionsPool
Remove all connections from the cache.
removeAll(Channel) - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
Remove all connections from the cache.
removeIOExceptionFilter(IOExceptionFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Remove an IOExceptionFilter tthat will be invoked when an IOException occurs during the download/upload operations.
removeNonProxyHost(String) - Method in class com.ning.http.client.ProxyServer
 
removeProperty(U) - Method in interface com.ning.http.client.AsyncHttpProviderConfig
Remove the value associated with the property's name
removeProperty(String) - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProviderConfig
 
removeProperty(String) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
removeProperty(String) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Remove the value associated with the property's name
removeQueryParamOnRedirect - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
removeRequestFilter(RequestFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Remove an RequestFilter that will be invoked before AsyncHttpClient.executeRequest(Request)
removeResponseFilter(ResponseFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Remove an ResponseFilter that will be invoked as soon as the response is received, and before AsyncHandler.onStatusReceived(HttpResponseStatus).
removeTransferListener(TransferListener) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Remove a TransferListener
replace(String, String...) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replaces the values for the given key with the given values.
replace(String, Collection<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replaces the values for the given key with the given values.
replace(String, String...) - Method in class com.ning.http.client.FluentStringsMap
Replaces the values for the given key with the given values.
replace(String, Collection<String>) - Method in class com.ning.http.client.FluentStringsMap
Replaces the values for the given key with the given values.
replaceAll(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
replaceAll(Map<? extends String, ? extends Collection<String>>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
replaceAll(FluentStringsMap) - Method in class com.ning.http.client.FluentStringsMap
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
replaceAll(Map<? extends String, ? extends Collection<String>>) - Method in class com.ning.http.client.FluentStringsMap
Replace the values for all keys from the given map that are also present in this object, with the values from the given map.
replayRequest() - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
replayRequest(boolean) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
replayRequest() - Method in class com.ning.http.client.filter.FilterContext
Return true if the current response's processing needs to be interrupted and a new Request be executed.
request(Request) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
Request - Interface in com.ning.http.client
The Request class can be used to construct HTTP request:
request - Variable in class com.ning.http.client.RequestBuilderBase
 
Request.EntityWriter - Interface in com.ning.http.client
An entity that can be used to manipulate the Request's body output before it get sent.
requestBuilder(String, String) - Method in class com.ning.http.client.AsyncHttpClient
 
requestBuilder(Request) - Method in class com.ning.http.client.AsyncHttpClient
 
RequestBuilder - Class in com.ning.http.client
Builder for a Request.
RequestBuilder() - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(String) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(String, boolean) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(Request) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilderBase<T extends RequestBuilderBase<T>> - Class in com.ning.http.client
Builder for Request
RequestBuilderBase(Class<T>, String, boolean) - Constructor for class com.ning.http.client.RequestBuilderBase
 
RequestBuilderBase(Class<T>, Request) - Constructor for class com.ning.http.client.RequestBuilderBase
 
requestCompressionLevel - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
RequestEntity - Interface in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
RequestFilter - Interface in com.ning.http.client.filter
A Filter interface that gets invoked before making an actual request.
requestFilters - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
requestTimeout(AsyncHttpClientConfig, PerRequestConfig) - Static method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider
 
requestTimeout(AsyncHttpClientConfig, PerRequestConfig) - Static method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
requestTimeoutInMs - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
RequestToken - Class in com.ning.http.client.oauth
Value class used for OAuth tokens (request secret, access secret); simple container with two parts, public id part ("key") and confidential ("secret") part.
RequestToken(String, String) - Constructor for class com.ning.http.client.oauth.RequestToken
 
reset() - Method in class com.ning.http.client.Response.ResponseBuilder
Reset the internal state of this builder.
Response - Interface in com.ning.http.client
Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
Response.ResponseBuilder - Class in com.ning.http.client
 
Response.ResponseBuilder() - Constructor for class com.ning.http.client.Response.ResponseBuilder
 
ResponseBodyPart - Class in com.ning.http.client.providers.jdk
A callback class used when an HTTP response body is received.
ResponseBodyPart(URI, byte[], AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.jdk.ResponseBodyPart
 
ResponseBodyPart - Class in com.ning.http.client.providers.netty
A callback class used when an HTTP response body is received.
ResponseBodyPart(URI, HttpResponse, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.ResponseBodyPart
 
ResponseBodyPart(URI, HttpResponse, AsyncHttpProvider, HttpChunk) - Constructor for class com.ning.http.client.providers.netty.ResponseBodyPart
 
ResponseFilter - Interface in com.ning.http.client.filter
A Filter interface that gets invoked before making the processing of the response bytes.
responseFilters - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ResponseHeaders - Class in com.ning.http.client.providers.jdk
A class that represent the HTTP headers.
ResponseHeaders(URI, HttpURLConnection, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.jdk.ResponseHeaders
 
ResponseHeaders - Class in com.ning.http.client.providers.netty
A class that represent the HTTP headers.
ResponseHeaders(URI, HttpResponse, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.ResponseHeaders
 
ResponseHeaders(URI, HttpResponse, AsyncHttpProvider, HttpChunkTrailer) - Constructor for class com.ning.http.client.providers.netty.ResponseHeaders
 
responseStatus(HttpResponseStatus) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
ResponseStatus - Class in com.ning.http.client.providers.jdk
A class that represent the HTTP response' status line (code + text)
ResponseStatus(URI, HttpURLConnection, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.jdk.ResponseStatus
 
ResponseStatus - Class in com.ning.http.client.providers.netty
A class that represent the HTTP response' status line (code + text)
ResponseStatus(URI, HttpResponse, AsyncHttpProvider) - Constructor for class com.ning.http.client.providers.netty.ResponseStatus
 
responseTimeoutInMs - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
ResumableAsyncHandler<T> - Class in com.ning.http.client.resumable
An AsyncHandler which support resumable download, e.g when used with an ResumableIOExceptionFilter, this handler can resume the download operation at the point it was before the interruption occured.
ResumableAsyncHandler(long) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(boolean) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler() - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(AsyncHandler<T>) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(long, AsyncHandler<T>) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(ResumableAsyncHandler.ResumableProcessor) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(ResumableAsyncHandler.ResumableProcessor, boolean) - Constructor for class com.ning.http.client.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler.ResumableProcessor - Interface in com.ning.http.client.resumable
An interface to implement in order to manage the way the incomplete file management are handled.
ResumableBodyConsumer - Interface in com.ning.http.client
 
ResumableIOExceptionFilter - Class in com.ning.http.client.resumable
Simple IOExceptionFilter that replay the current Request using a ResumableAsyncHandler
ResumableIOExceptionFilter() - Constructor for class com.ning.http.client.resumable.ResumableIOExceptionFilter
 
ResumableListener - Interface in com.ning.http.client.resumable
A listener class that can be used to digest the bytes from an ResumableAsyncHandler
ResumableRandomAccessFileListener - Class in com.ning.http.client.extra
A TransferListener which use a RandomAccessFile for storing the received bytes.
ResumableRandomAccessFileListener(RandomAccessFile) - Constructor for class com.ning.http.client.extra.ResumableRandomAccessFileListener
 
resume() - Method in class com.ning.http.client.consumers.FileBodyConsumer
 
resume() - Method in interface com.ning.http.client.ResumableBodyConsumer
Prepare this consumer to resume a download, for example by seeking to the end of the underlying file.
REUSE_ADDRESS - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
See Socket.setReuseAddress(boolean)
reuseChannel() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
run() - Method in class com.ning.http.client.listenable.ExecutionList
Runs this execution list, executing all pairs in the order they were added.

S

save(Map<String, Long>) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
Save the current Map instance which contains information about the current transfer state.
save(Map<String, Long>) - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Save the current Map instance which contains information about the current transfer state.
send(OutputStream) - Method in class com.ning.http.multipart.Part
Write all the data to the output stream.
sendContentTypeHeader(OutputStream) - Method in class com.ning.http.multipart.Part
Write the content type header to the specified output stream
sendData(OutputStream) - Method in class com.ning.http.multipart.FilePart
Write the data in "source" to the specified stream.
sendData(OutputStream) - Method in class com.ning.http.multipart.Part
Write the data to the specified output stream
sendData(OutputStream) - Method in class com.ning.http.multipart.StringPart
Writes the data to the given OutputStream.
sendDispositionHeader(OutputStream) - Method in class com.ning.http.multipart.FilePart
Write the disposition header to the output stream
sendDispositionHeader(OutputStream) - Method in class com.ning.http.multipart.Part
Write the content disposition header to the specified output stream
sendEnd(OutputStream) - Method in class com.ning.http.multipart.Part
Write the end data to the output stream.
sendEndOfHeader(OutputStream) - Method in class com.ning.http.multipart.Part
Write the end of the header to the output stream
sendMessageEnd(OutputStream, byte[]) - Static method in class com.ning.http.multipart.Part
 
sendPart(OutputStream, Part, byte[]) - Static method in class com.ning.http.multipart.Part
Write all parts and the last boundary to the specified output stream.
sendParts(OutputStream, Part[]) - Static method in class com.ning.http.multipart.Part
Write all parts and the last boundary to the specified output stream.
sendParts(OutputStream, Part[], byte[]) - Static method in class com.ning.http.multipart.Part
Write all parts and the last boundary to the specified output stream.
sendStart(OutputStream) - Method in class com.ning.http.multipart.Part
Write the start to the specified output stream
sendTransferEncodingHeader(OutputStream) - Method in class com.ning.http.multipart.Part
Write the content transfer encoding header to the specified output stream
setAlgorithm(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setAllowPoolingConnection(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set true if connection can be pooled by a ConnectionsPool.
setAllowPoolingConnection(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setAllowPoolingConnection(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setAllowSslConnectionPool(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Return true is if connections pooling is enabled.
setAllowSslConnectionPool(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setApplicationThreadPool(ExecutorService) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setAsyncHttpClientProviderConfig(AsyncHttpProviderConfig<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the AsyncHttpProviderConfig
setBody(byte[]) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(Request.EntityWriter, long) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(Request.EntityWriter) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(InputStream) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setBody(byte[]) - Method in class com.ning.http.client.RequestBuilder
 
setBody(Request.EntityWriter, long) - Method in class com.ning.http.client.RequestBuilder
 
setBody(Request.EntityWriter) - Method in class com.ning.http.client.RequestBuilder
 
setBody(InputStream) - Method in class com.ning.http.client.RequestBuilder
Deprecated. RequestBuilderBase.setBody(BodyGenerator) setBody(new InputStreamBodyGenerator(inputStream))
setBody(String) - Method in class com.ning.http.client.RequestBuilder
 
setBody(File) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(byte[]) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(InputStream) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(Request.EntityWriter) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(Request.EntityWriter, long) - Method in class com.ning.http.client.RequestBuilderBase
 
setBody(BodyGenerator) - Method in class com.ning.http.client.RequestBuilderBase
 
setBodyEncoding(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setCharSet(String) - Method in class com.ning.http.multipart.PartBase
Sets the character encoding.
setCharSet(String) - Method in class com.ning.http.multipart.StringPart
 
setCompressionEnabled(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Enable HTTP compression.
setCompressionEnabled(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setCompressionEnabled(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setConnectionsPool(ConnectionsPool<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the ConnectionsPool
setConnectionsPool(ConnectionsPool<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setConnectionTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient can wait when connecting to a remote host
setConnectionTimeOutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setConnectionTimeoutInMs(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setContentLength(int) - Method in class com.ning.http.client.RequestBuilderBase
 
setContentType(String) - Method in class com.ning.http.multipart.PartBase
Sets the content type.
setDefaultThrowableHandler(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setDomain(String) - Method in class com.ning.http.client.Realm.RealmBuilder
Deprecated. 
setEncoding(String) - Method in class com.ning.http.client.ProxyServer
 
setEnconding(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setErrorDocumentBehaviour(SimpleAsyncHttpClient.ErrorDocumentBehaviour) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
This setting controls whether an error document should be written via the BodyConsumer after an error status code was received (e.g.
setExecutorService(ExecutorService) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the ExecutorService an AsyncHttpClient use for handling asynchronous response.
setExecutorService(ExecutorService) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setFollowRedirects(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set to true to enable HTTP redirect
setFollowRedirects(boolean) - Method in class com.ning.http.client.RequestBuilder
 
setFollowRedirects(boolean) - Method in class com.ning.http.client.RequestBuilderBase
 
setFollowRedirects(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setFollowRedirects(boolean) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setHeader(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setHeader(String, String) - Method in class com.ning.http.client.RequestBuilder
 
setHeader(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
setHeader(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setHeader(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setHeaders(Map<String, Collection<String>>) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.RequestBuilder
 
setHeaders(Map<String, Collection<String>>) - Method in class com.ning.http.client.RequestBuilder
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.RequestBuilderBase
 
setHeaders(Map<String, Collection<String>>) - Method in class com.ning.http.client.RequestBuilderBase
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setHeaders(Map<String, Collection<String>>) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setHeaders(Map<String, Collection<String>>) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setHeaders(FluentCaseInsensitiveStringsMap) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setHostnameVerifier(HostnameVerifier) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the HostnameVerifier
setHostnameVerifier(HostnameVerifier) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setHttpResponse(HttpResponse) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setIdleConnectionInPoolTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient will keep connection idle in pool.
setIdleConnectionInPoolTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setIdleConnectionInPoolTimeoutInMs(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setIdleConnectionTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Deprecated. Please use AsyncHttpClientConfig.Builder.setIdleConnectionInPoolTimeoutInMs(int)
setInnerFuture(Future<V>) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
setInnerFuture(Future<V>) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
setIOThreadMultiplier(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
 
setIoThreadMultiplier(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setKeepAlive(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Deprecated. - Use AsyncHttpClientConfig.Builder.setAllowPoolingConnection(boolean)
setKeepAlive(boolean) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setListener(SimpleAHCTransferListener) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
Set the listener to notify about connection progress.
setMaxConnectionPerHost(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaxDefaultRedirects(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaximumConnectionsPerHost(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of connections per hosts an AsyncHttpClient can handle.
setMaximumConnectionsPerHost(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaximumConnectionsTotal(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of connections an AsyncHttpClient can handle.
setMaximumConnectionsTotal(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaximumNumberOfRedirects(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of HTTP redirect
setMaximumNumberOfRedirects(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaxRequestRetry(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the number of time a request will be retried when an IOException occurs because of a Network exception.
setMaxRequestRetry(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaxRequestRetry(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
Set the number of time a request will be retried when an IOException occurs because of a Network exception.
setMaxTotalConnections(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMethod(String) - Method in class com.ning.http.client.RequestBuilder
 
setMethod(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setMethodName(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setName(String) - Method in class com.ning.http.multipart.PartBase
Sets the part name.
setNc(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNettyRequest(HttpRequest) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setNonce(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNtlmDomain(String) - Method in class com.ning.http.client.ProxyServer
 
setNtlmDomain(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNtlmHost(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNtlmMessageType2Received(boolean) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setParameters(Map<String, Collection<String>>) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setParameters(FluentStringsMap) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setParameters(Map<String, Collection<String>>) - Method in class com.ning.http.client.RequestBuilder
 
setParameters(FluentStringsMap) - Method in class com.ning.http.client.RequestBuilder
 
setParameters(FluentStringsMap) - Method in class com.ning.http.client.RequestBuilderBase
 
setParameters(Map<String, Collection<String>>) - Method in class com.ning.http.client.RequestBuilderBase
 
setParameters(Map<String, Collection<String>>) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setParameters(FluentStringsMap) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setParameters(FluentStringsMap) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setParameters(Map<String, Collection<String>>) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setPassword(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setPerRequestConfig(PerRequestConfig) - Method in class com.ning.http.client.RequestBuilderBase
 
setPorts(int...) - Method in class com.ning.http.client.Cookie
 
setPorts(Iterable<Integer>) - Method in class com.ning.http.client.Cookie
 
setPrincipal(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setProviderConfig(AsyncHttpProviderConfig<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setProxyHost(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyPassword(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyPort(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyPrincipal(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyProtocol(ProxyServer.Protocol) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProxyServer(ProxyServer) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set an instance of ProxyServer used by an AsyncHttpClient
setProxyServer(ProxyServer) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setProxyServer(ProxyServer) - Method in class com.ning.http.client.RequestBuilder
 
setProxyServer(ProxyServer) - Method in class com.ning.http.client.RequestBuilderBase
 
setQop(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setQueryParameters(FluentStringsMap) - Method in class com.ning.http.client.RequestBuilder
 
setQueryParameters(FluentStringsMap) - Method in class com.ning.http.client.RequestBuilderBase
 
setRangeOffset(long) - Method in class com.ning.http.client.RequestBuilderBase
 
setRealm(Realm) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the Realm that will be used for all requests.
setRealm(Realm) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRealm(Realm) - Method in class com.ning.http.client.RequestBuilderBase
 
setRealmDomain(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmEnconding(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmName(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setRealmName(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmPassword(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmPrincipal(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmScheme(Realm.AuthScheme) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRealmUsePreemptiveAuth(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setReaper(ScheduledExecutorService) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setReaperFuture(Future<?>) - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
setReaperFuture(Future<?>) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setRedirectEnabled(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRemoveQueryParamOnRedirect(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRemoveQueryParamsOnRedirect(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set to false if you don't want the query parameters removed when a redirect occurs.
setRequest(Request) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setRequestCompressionLevel(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the compression level, or -1 if no compression is used.
setRequestCompressionLevel(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRequestCompressionLevel(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setRequestTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient wait for a response
setRequestTimeoutInMs(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRequestTimeoutInMs(int) - Method in class com.ning.http.client.PerRequestConfig
 
setRequestTimeoutInMs(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setResponse(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setResumableDownload(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
Enable resumable downloads for the SimpleAHC.
setResumableDownload(boolean) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setResumableListener(ResumableListener) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
Set a ResumableListener
setScheduledExecutorService(ScheduledExecutorService) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set theScheduledExecutorService used to expire idle connections.
setScheduledExecutorService(ScheduledExecutorService) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setScheme(Realm.AuthScheme) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setSignatureCalculator(SignatureCalculator) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setSignatureCalculator(SignatureCalculator) - Method in class com.ning.http.client.AsyncHttpClient
Set default signature calculator to use for requests build by this client instance
setSSLContext(SSLContext) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the SSLContext for secure connection.
setSslContext(SSLContext) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setSSLContext(SSLContext) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setSSLEngineFactory(SSLEngineFactory) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the SSLEngineFactory for secure connection.
setSslEngineFactory(SSLEngineFactory) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setSSLEngineFactory(SSLEngineFactory) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setState(NettyResponseFuture.STATE) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setTransferEncoding(String) - Method in class com.ning.http.multipart.PartBase
Sets the transfer encoding.
setURI(URI) - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
setUri(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setUrl(String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setUrl(String) - Method in class com.ning.http.client.RequestBuilder
 
setUrl(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setUrl(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setUrl(String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setUsePreemptiveAuth(boolean) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setUseProxyProperties(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Sets whether AHC should use the default http.proxy* system properties to obtain proxy information.
setUserAgent(String) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the USER_AGENT header value
setUserAgent(String) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setUserAgent(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setUseRawUrl(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Allows use unescaped URLs in requests useful for retrieving data from broken sites
setUseRawUrl(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setVirtualHost(String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setVirtualHost(String) - Method in class com.ning.http.client.RequestBuilder
 
setVirtualHost(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setVirtualHost(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setVirtualHost(String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
signatureCalculator - Variable in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
Calculator used for calculating request signature for the request being built, if any.
signatureCalculator - Variable in class com.ning.http.client.AsyncHttpClient
Default signature calculator to use for all requests constructed by this client instance.
SignatureCalculator - Interface in com.ning.http.client
Interface that allows injecting signature calculator into RequestBuilder so that signature calculation and inclusion can be added as a pluggable component.
SimpleAHCTransferListener - Interface in com.ning.http.client.simple
A simple transfer listener for use with the SimpleAsyncHttpClient.
SimpleAsyncHttpClient - Class in com.ning.http.client
Simple implementation of AsyncHttpClient and it's related builders (AsyncHttpClientConfig, Realm, ProxyServer and AsyncHandler.
SimpleAsyncHttpClient.Builder - Class in com.ning.http.client
 
SimpleAsyncHttpClient.Builder() - Constructor for class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
SimpleAsyncHttpClient.DerivedBuilder - Interface in com.ning.http.client
This interface contains possible configuration changes for a derived SimpleAsyncHttpClient.
SimpleAsyncHttpClient.ErrorDocumentBehaviour - Enum in com.ning.http.client
 
simpleDateFormat - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
size() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
size() - Method in class com.ning.http.client.FluentStringsMap
size() - Method in class com.ning.http.client.simple.HeaderMap
 
SpnegoEngine - Class in com.ning.http.client.providers.netty.spnego
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
SpnegoEngine(SpnegoTokenGenerator) - Constructor for class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
SpnegoEngine() - Constructor for class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
SpnegoTokenGenerator - Interface in com.ning.http.client.providers.netty.spnego
Abstract SPNEGO token generator.
sslContext - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
sslEngineFactory - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
SSLEngineFactory - Interface in com.ning.http.client
Factory that creates an SSLEngine to be used for a single SSL connection.
SslUtils - Class in com.ning.http.util
This class is a copy of http://github.com/sonatype/wagon-ning/raw/master/src/main/java/org/apache/maven/wagon/providers/http/SslUtils.java
SslUtils() - Constructor for class com.ning.http.util.SslUtils
 
StringPart - Class in com.ning.http.client
A string multipart part.
StringPart(String, String, String) - Constructor for class com.ning.http.client.StringPart
 
StringPart(String, String) - Constructor for class com.ning.http.client.StringPart
 
StringPart - Class in com.ning.http.multipart
This class is an adaptation of the Apache HttpClient implementation
StringPart(String, String, String) - Constructor for class com.ning.http.multipart.StringPart
Constructor.
StringPart(String, String) - Constructor for class com.ning.http.multipart.StringPart
Constructor.

T

ThreadSafeHMAC - Class in com.ning.http.client.oauth
Since cloning (of MAC instances) is not necessarily supported on all platforms (and specifically seems to fail on MacOS), let's wrap synchronization/reuse details here.
ThreadSafeHMAC(ConsumerKey, RequestToken) - Constructor for class com.ning.http.client.oauth.ThreadSafeHMAC
 
ThrottleRequestFilter - Class in com.ning.http.client.extra
A RequestFilter throttles requests and block when the number of permits is reached, waiting for the response to arrives before executing the next request.
ThrottleRequestFilter(int) - Constructor for class com.ning.http.client.extra.ThrottleRequestFilter
 
ThrottleRequestFilter(int, int) - Constructor for class com.ning.http.client.extra.ThrottleRequestFilter
 
ThrowableHandler - Interface in com.ning.http.client
Simple Throwable handler to be used with SimpleAsyncHttpClient
timedOut - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
toString() - Method in class com.ning.http.client.Cookie
 
toString() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
toString() - Method in class com.ning.http.client.FluentStringsMap
 
toString() - Method in class com.ning.http.client.oauth.ConsumerKey
 
toString() - Method in class com.ning.http.client.oauth.RequestToken
 
toString() - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
toString() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
toString() - Method in class com.ning.http.client.providers.netty.NettyConnectionsPool
 
toString() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
 
toString() - Method in enum com.ning.http.client.ProxyServer.Protocol
 
toString() - Method in class com.ning.http.client.ProxyServer
 
toString() - Method in class com.ning.http.client.Realm
 
toString() - Method in interface com.ning.http.client.Response
Subclasses SHOULD implement toString() in a way that identifies the request for logging.
toString() - Method in class com.ning.http.multipart.Part
Return a string representation of this object.
touch() - Method in interface com.ning.http.client.ListenableFuture
Touch the current instance to prevent external service to times out.
touch() - Method in class com.ning.http.client.providers.apache.ApacheResponseFuture
 
touch - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
touch() - Method in class com.ning.http.client.providers.jdk.JDKFuture
Touch the current instance to prevent external service to times out.
touch() - Method in class com.ning.http.client.providers.netty.NettyResponseFuture
Touch the current instance to prevent external service to times out.
toUTF8(String) - Static method in class com.ning.http.util.UTF8Codec
 
transferAdapter(TransferCompletionHandler.TransferAdapter) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Associate a TransferCompletionHandler.TransferAdapter with this listener.
TransferCompletionHandler - Class in com.ning.http.client.listener
A AsyncHandler that can be used to notify a set of TransferListener AsyncHttpClient client = new AsyncHttpClient(); TransferCompletionHandler tl = new TransferCompletionHandler(); tl.addTransferListener(new TransferListener() { public void onRequestHeadersSent(FluentCaseInsensitiveStringsMap headers) { } public void onResponseHeadersReceived(FluentCaseInsensitiveStringsMap headers) { } public void onBytesReceived(ByteBuffer buffer) { } public void onBytesSent(ByteBuffer buffer) { } public void onRequestResponseCompleted() { } public void onThrowable(Throwable t) { } }); Response response = httpClient.prepareGet("http://...").execute(tl).get();
TransferCompletionHandler() - Constructor for class com.ning.http.client.listener.TransferCompletionHandler
Create a TransferCompletionHandler that will not accumulate bytes.
TransferCompletionHandler(boolean) - Constructor for class com.ning.http.client.listener.TransferCompletionHandler
Create a TransferCompletionHandler that can or cannot accumulate bytes and make it available when Response.getResponseBody() get called.
TransferCompletionHandler.TransferAdapter - Class in com.ning.http.client.listener
 
TransferCompletionHandler.TransferAdapter(FluentCaseInsensitiveStringsMap) - Constructor for class com.ning.http.client.listener.TransferCompletionHandler.TransferAdapter
 
TransferListener - Interface in com.ning.http.client.listener
A simple interface an application can implements in order to received byte transfer information.
transferTo(long, long, WritableByteChannel) - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
transferTo(WritableByteChannel, long) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider.OptimizedFileRegion
 
transferTo(long, long, WritableByteChannel) - Method in interface com.ning.http.client.RandomAccessBody
Transfers the specified chunk of bytes from this body to the specified channel.
transferTo(long, long, WritableByteChannel) - Method in class com.ning.http.multipart.MultipartBody
 

U

uri - Variable in class com.ning.http.client.HttpContent
 
urlConnection - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
USE_BLOCKING_IO - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Use Netty's blocking IO stategy.
USE_DIRECT_BYTEBUFFER - Static variable in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
Use direct ByteBuffer
userAgent - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
userAuth - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
useRawUrl - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
useRawUrl - Variable in class com.ning.http.client.RequestBuilderBase
 
UTF8Codec - Class in com.ning.http.util
Wrapper class for more convenient (and possibly more efficient in future) UTF-8 encoding and decoding.
UTF8Codec() - Constructor for class com.ning.http.util.UTF8Codec
 
UTF8UrlEncoder - Class in com.ning.http.util
Convenience class that encapsulates details of "percent encoding" (as per RFC-3986, see [http://www.ietf.org/rfc/rfc3986.txt]).

V

valueOf(String) - Static method in enum com.ning.http.client.AsyncHandler.STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.ProxyServer.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.Realm.AuthScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.SimpleAsyncHttpClient.ErrorDocumentBehaviour
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ning.http.client.AsyncHandler.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
values() - Method in class com.ning.http.client.FluentStringsMap
values() - Static method in enum com.ning.http.client.ProxyServer.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ning.http.client.Realm.AuthScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
values() - Static method in enum com.ning.http.client.SimpleAsyncHttpClient.ErrorDocumentBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebDavCompletionHandlerBase<T> - Class in com.ning.http.client.webdav
Simple AsyncHandler that add support for WebDav's response manipulation.
WebDavCompletionHandlerBase() - Constructor for class com.ning.http.client.webdav.WebDavCompletionHandlerBase
 
WebDavResponse - Class in com.ning.http.client.webdav
Customized Response which add support for getting the response's body as an XML document (@link WebDavResponse#getBodyAsXML}
WebDavResponse(Response, Document) - Constructor for class com.ning.http.client.webdav.WebDavResponse
 
writeEntity(OutputStream) - Method in interface com.ning.http.client.Request.EntityWriter
 
writeRequest(OutputStream) - Method in class com.ning.http.client.providers.apache.ApacheAsyncHttpProvider.EntityWriterRequestEntity
 
writeRequest(Channel, AsyncHttpClientConfig, NettyResponseFuture<T>, HttpRequest) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
writeRequest(OutputStream) - Method in class com.ning.http.multipart.MultipartRequestEntity
 
writeRequest(OutputStream) - Method in interface com.ning.http.multipart.RequestEntity
Writes the request entity to the given stream.
writeTo(OutputStream) - Method in class com.ning.http.client.HttpResponseBodyPart
Write the available bytes to the OutputStream
writeTo(OutputStream) - Method in class com.ning.http.client.providers.apache.ApacheResponseBodyPart
 
writeTo(OutputStream) - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
writeTo(OutputStream) - Method in class com.ning.http.client.providers.netty.ResponseBodyPart
 

A B C D E F G H I J K L M N O P Q R S T U V W

Copyright © 2011. All Rights Reserved.