Skip navigation links
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.ListenableFuture.CompletedFailure
 
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.future.NettyResponseFuture
 
abort(Channel, NettyResponseFuture<?>, Throwable) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
abortChannelPreemption(Object) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
AbstractFilePart - Class in com.ning.http.client.multipart
This class is an adaptation of the Apache HttpClient implementation
AbstractFilePart(String, String, Charset, String, String) - Constructor for class com.ning.http.client.multipart.AbstractFilePart
FilePart Constructor.
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
 
acceptAnyCertificate - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
accumulate(HttpResponseStatus) - Method in class com.ning.http.client.Response.ResponseBuilder
 
accumulate(HttpResponseHeaders) - Method in class com.ning.http.client.Response.ResponseBuilder
 
accumulate(HttpResponseBodyPart) - Method in class com.ning.http.client.Response.ResponseBuilder
 
adapt(Runnable) - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns a null result upon ForkJoinTask.join().
adapt(Runnable, T) - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns the given result upon ForkJoinTask.join().
adapt(Callable<? extends T>) - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns a new ForkJoinTask that performs the call method of the given Callable as its action, and returns its result upon ForkJoinTask.join(), translating any checked exceptions encountered into RuntimeException.
add(String, String) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
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
 
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.client.providers.netty.channel.CleanupChannelGroup
 
add(K) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(long) - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Adds the given value.
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.
addAll(Collection<? extends K>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling ConcurrentHashMapV8.KeySetView.add(K) on each one.
addAuthorizationHeader(HttpHeaders, String) - Method in class com.ning.http.client.providers.netty.request.NettyRequestFactory
 
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
 
addCustomHeader(String, String) - Method in class com.ning.http.client.multipart.PartBase
 
addFormParam(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addFormParam(String, String) - Method in class com.ning.http.client.RequestBuilder
 
addFormParam(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
addFormParam(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addFormParam(String, String) - 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.
addListener(Runnable, Executor) - Method in class com.ning.http.client.ListenableFuture.CompletedFailure
 
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
 
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(GrizzlyAsyncHttpProviderConfig.Property, Object) - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
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
addQueryParam(String, String) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
addQueryParam(String, String) - Method in class com.ning.http.client.RequestBuilder
 
addQueryParam(String, String) - Method in class com.ning.http.client.RequestBuilderBase
 
addQueryParam(String, String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
addQueryParam(String, String) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
addQueryParams(List<Param>) - Method in class com.ning.http.client.RequestBuilder
 
addQueryParams(List<Param>) - Method in class com.ning.http.client.RequestBuilderBase
 
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
 
addToPendingCount(int) - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Adds (atomically) the given value to the pending count.
addTransferListener(TransferListener) - Method in class com.ning.http.client.listener.TransferCompletionHandler
addWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
addWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
addWebSocketListener(WebSocketListener) - Method in interface com.ning.http.client.ws.WebSocket
addWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler.Builder
Add a WebSocketListener that will be added to the WebSocket
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.
allowPoolingConnections - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
allowPoolingSslConnections - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
AppendableBodyConsumer - Class in com.ning.http.client.consumers
An Appendable customer for ByteBuffer
AppendableBodyConsumer(Appendable, String) - Constructor for class com.ning.http.client.consumers.AppendableBodyConsumer
 
AppendableBodyConsumer(Appendable) - Constructor for class com.ning.http.client.consumers.AppendableBodyConsumer
 
applicationThreadPool - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
apply(A) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.Action
 
apply(A, B) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.BiAction
 
apply(A, B) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.BiFun
 
apply(double, double) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.DoubleByDoubleToDouble
 
apply(A) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.Fun
 
apply(int, int) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.IntByIntToInt
 
apply(long, long) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.LongByLongToLong
 
apply(A, B) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ObjectByObjectToDouble
 
apply(A, B) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ObjectByObjectToInt
 
apply(A, B) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ObjectByObjectToLong
 
apply(A) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ObjectToDouble
 
apply(A) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ObjectToInt
 
apply(A) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ObjectToLong
 
applyIoExceptionFiltersAndReplayRequest(NettyResponseFuture<?>, IOException, Channel) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
asGuavaFuture(ListenableFuture<V>) - Static method in class com.ning.http.client.extra.ListenableFutureAdapter
 
ASYNC_CLIENT - Static variable in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
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
 
AsyncHandlerExtensions - Interface in com.ning.http.client
This interface hosts new low level callback methods on AsyncHandler.
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
AsyncHttpClientConfigBean - Class in com.ning.http.client
Simple JavaBean version of AsyncHttpClientConfig
AsyncHttpClientConfigBean() - Constructor for class com.ning.http.client.AsyncHttpClientConfigBean
 
AsyncHttpClientConfigDefaults - Class in com.ning.http.client
 
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, boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
AuthenticatorUtils - Class in com.ning.http.util
 
AuthenticatorUtils() - Constructor for class com.ning.http.util.AuthenticatorUtils
 
available() - Method in class com.ning.http.client.HttpResponseBodyPartsInputStream
 
avoidProxy(ProxyServer, Request) - Static method in class com.ning.http.util.ProxyUtils
 
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.
awaitQuiescence(long, TimeUnit) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
If called by a ForkJoinTask operating in this pool, equivalent in effect to ForkJoinTask.helpQuiesce().
awaitTermination(long, TimeUnit) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.

B

Base64 - Class in com.ning.http.util
Implements the "base64" binary encoding scheme as defined by RFC 2045.
base64Encode(byte[]) - Static method in class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
BaseFeeder(FeedableBodyGenerator) - Constructor for class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.BaseFeeder
 
block() - Method in interface com.ning.http.client.providers.netty.chmv8.ForkJoinPool.ManagedBlocker
Possibly blocks the current thread, for example waiting for a lock or condition.
Body - Interface in com.ning.http.client
A request body.
BodyChunkedInput - Class in com.ning.http.client.providers.netty.request.body
Adapts a Body to Netty's ChunkedInput.
BodyChunkedInput(Body) - Constructor for class com.ning.http.client.providers.netty.request.body.BodyChunkedInput
 
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.
BodyDeferringInputStream(Future<Response>, BodyDeferringAsyncHandler, InputStream) - Constructor for class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
 
BodyFileRegion - Class in com.ning.http.client.providers.netty.request.body
Adapts a RandomAccessBody to Netty's FileRegion.
BodyFileRegion(RandomAccessBody) - Constructor for class com.ning.http.client.providers.netty.request.body.BodyFileRegion
 
BodyGenerator - Interface in com.ning.http.client
Creates a request body.
bodyParts - Variable in class com.ning.http.client.ResponseBase
 
build() - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
build() - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
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
 
build() - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler.Builder
buildCookies() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
buildCookies() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
buildCookies() - Method in class com.ning.http.client.providers.netty.response.NettyResponse
 
buildCookies() - Method in class com.ning.http.client.ResponseBase
 
Builder() - Constructor for class com.ning.http.client.AsyncHttpClientConfig.Builder
 
Builder(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClientConfig.Builder
Create a config builder with values taken from the given prototype configuration.
Builder() - Constructor for class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
Builder() - Constructor for class com.ning.http.client.ws.WebSocketUpgradeHandler.Builder
 
buildStaticIOException(String) - Static method in class com.ning.http.util.MiscUtils
 
BUILT_PATH_UNTOUCHED_CHARS - Static variable in class com.ning.http.util.UTF8UrlEncoder
 
BUILT_QUERY_UNTOUCHED_CHARS - Static variable in class com.ning.http.util.UTF8UrlEncoder
 
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
 
ByteArrayPart - Class in com.ning.http.client.multipart
 
ByteArrayPart(String, byte[]) - Constructor for class com.ning.http.client.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String) - Constructor for class com.ning.http.client.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String, Charset) - Constructor for class com.ning.http.client.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String, Charset, String) - Constructor for class com.ning.http.client.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String, Charset, String, String) - Constructor for class com.ning.http.client.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String, Charset, String, String, String) - Constructor for class com.ning.http.client.multipart.ByteArrayPart
 
ByteBody() - Constructor for class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
byteBuffer2ByteArray(ByteBuffer) - Static method in class com.ning.http.util.StringUtils
 
ByteBufferBodyConsumer - Class in com.ning.http.client.consumers
A ByteBuffer implementation of BodyConsumer
ByteBufferBodyConsumer(ByteBuffer) - Constructor for class com.ning.http.client.consumers.ByteBufferBodyConsumer
 

C

calculateAndAddSignature(Request, RequestBuilderBase<?>) - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
calculateAndAddSignature(Request, RequestBuilderBase<?>) - Method in interface com.ning.http.client.SignatureCalculator
Method called when RequestBuilder.build() method is called.
calculateCharset(String) - Method in class com.ning.http.client.ResponseBase
 
calculateSignature(String, Uri, long, String, List<Param>, List<Param>) - 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.netty.Callback
 
Callback - Class in com.ning.http.client.providers.netty
 
Callback(NettyResponseFuture<?>) - Constructor for class com.ning.http.client.providers.netty.Callback
 
canBeReplayed() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
Return true if the Future can be recovered.
cancel(boolean) - Method in class com.ning.http.client.ListenableFuture.CompletedFailure
 
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.chmv8.ForkJoinTask
Attempts to cancel execution of this task.
cancel(boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
cancel() - Method in class com.ning.http.client.providers.netty.request.timeout.TimeoutsHolder
 
cancelled - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
cancelTimeouts() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
canFeed() - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder
Notification that it's possible to send another block of data via FeedableBodyGenerator.BaseFeeder.feed(org.glassfish.grizzly.Buffer, boolean).
canRetry() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
channel() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
channel - Variable in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
CHANNEL_CLOSED_EXCEPTION - Static variable in class com.ning.http.client.providers.netty.handler.Processor
 
channelBuffer() - Method in class com.ning.http.client.providers.netty.request.body.NettyByteArrayBody
 
channelBuffer() - Method in class com.ning.http.client.providers.netty.request.body.NettyByteBufferBody
 
channelBuffer() - Method in class com.ning.http.client.providers.netty.request.body.NettyCompositeByteArrayBody
 
channelBuffer() - Method in class com.ning.http.client.providers.netty.request.body.NettyDirectBody
 
channelBuffer2bytes(ChannelBuffer) - Static method in class com.ning.http.client.providers.netty.util.ChannelBufferUtils
 
ChannelBufferUtils - Class in com.ning.http.client.providers.netty.util
 
ChannelBufferUtils() - Constructor for class com.ning.http.client.providers.netty.util.ChannelBufferUtils
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class com.ning.http.client.providers.netty.handler.Processor
 
ChannelManager - Class in com.ning.http.client.providers.netty.channel
 
ChannelManager(AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, Timer) - Constructor for class com.ning.http.client.providers.netty.channel.ChannelManager
 
channelManager - Variable in class com.ning.http.client.providers.netty.handler.Protocol
 
ChannelPool - Interface in com.ning.http.client.providers.netty.channel.pool
An interface used by an AsyncHttpProvider for caching http connections.
ChannelPoolPartitionSelector - Interface in com.ning.http.client.providers.netty.channel.pool
 
Channels - Class in com.ning.http.client.providers.netty.channel
 
charAt(int) - Method in class com.ning.http.util.StringCharSequence
 
charSequence2ByteBuffer(CharSequence, Charset) - Static method in class com.ning.http.util.StringUtils
 
charSequence2Bytes(CharSequence, Charset) - Static method in class com.ning.http.util.StringUtils
 
CHARSET_BYTES - Static variable in interface com.ning.http.client.multipart.Part
Content charset as a byte array
CHUNKED_WRITER_HANDLER - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
clean() - Method in class com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask
When the timeout is cancelled, it could still be referenced for quite some time in the Timer.
CleanupChannelGroup - Class in com.ning.http.client.providers.netty.channel
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.client.providers.netty.channel.CleanupChannelGroup
 
CleanupChannelGroup(String) - Constructor for class com.ning.http.client.providers.netty.channel.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.providers.netty.chmv8.ConcurrentHashMapV8
Removes all of the mappings from this map.
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 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.multipart.MultipartBody
 
close() - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider
 
close() - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
close() - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
close() - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
close() - Method in class com.ning.http.client.providers.netty.channel.CleanupChannelGroup
 
close() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
close() - Method in class com.ning.http.client.providers.netty.request.body.BodyChunkedInput
 
close() - Method in class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator.PushBody
 
close() - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
close(int, String) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
close() - Method in class com.ning.http.client.SimpleAsyncHttpClient
Close the underlying AsyncHttpClient for this instance.
close() - Method in interface com.ning.http.client.ws.WebSocket
Close the WebSocket.
closeAsynchronously() - Method in class com.ning.http.client.AsyncHttpClient
Asynchronous close the AsyncHttpProvider by spawning a thread and avoid blocking.
closeChannel(Channel) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
closeOut() - Method in class com.ning.http.client.BodyDeferringAsyncHandler
 
closeSilently(Closeable) - Static method in class com.ning.http.util.MiscUtils
 
com.ning.http.client - package com.ning.http.client
 
com.ning.http.client.consumers - package com.ning.http.client.consumers
 
com.ning.http.client.cookie - package com.ning.http.client.cookie
 
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.multipart - package com.ning.http.client.multipart
 
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.grizzly - package com.ning.http.client.providers.grizzly
 
com.ning.http.client.providers.grizzly.events - package com.ning.http.client.providers.grizzly.events
 
com.ning.http.client.providers.grizzly.websocket - package com.ning.http.client.providers.grizzly.websocket
 
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.channel - package com.ning.http.client.providers.netty.channel
 
com.ning.http.client.providers.netty.channel.pool - package com.ning.http.client.providers.netty.channel.pool
 
com.ning.http.client.providers.netty.chmv8 - package com.ning.http.client.providers.netty.chmv8
 
com.ning.http.client.providers.netty.future - package com.ning.http.client.providers.netty.future
 
com.ning.http.client.providers.netty.handler - package com.ning.http.client.providers.netty.handler
 
com.ning.http.client.providers.netty.request - package com.ning.http.client.providers.netty.request
 
com.ning.http.client.providers.netty.request.body - package com.ning.http.client.providers.netty.request.body
 
com.ning.http.client.providers.netty.request.timeout - package com.ning.http.client.providers.netty.request.timeout
 
com.ning.http.client.providers.netty.response - package com.ning.http.client.providers.netty.response
 
com.ning.http.client.providers.netty.util - package com.ning.http.client.providers.netty.util
 
com.ning.http.client.providers.netty.ws - package com.ning.http.client.providers.netty.ws
 
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.spnego - package com.ning.http.client.spnego
 
com.ning.http.client.uri - package com.ning.http.client.uri
 
com.ning.http.client.webdav - package com.ning.http.client.webdav
 
com.ning.http.client.ws - package com.ning.http.client.ws
 
com.ning.http.util - package com.ning.http.util
 
commonPool() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns the common pool instance.
compareAndSetForkJoinTaskTag(short, short) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Atomically conditionally sets the tag value for this task.
compareAndSetPendingCount(int, int) - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Sets (atomically) the pending count to the given count only if it currently holds the given expected value.
complete(T) - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Regardless of pending count, invokes CountedCompleter.onCompletion(CountedCompleter), marks this task as complete and further triggers CountedCompleter.tryComplete() on this task's completer, if one exists.
complete(V) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Completes this task, and if not already aborted or cancelled, returning the given value as the result of subsequent invocations of join and related operations.
completed() - Method in class com.ning.http.client.multipart.FilePartStallHandler
 
CompletedFailure(Throwable) - Constructor for class com.ning.http.client.ListenableFuture.CompletedFailure
 
CompletedFailure(String, Throwable) - Constructor for class com.ning.http.client.ListenableFuture.CompletedFailure
 
completeExceptionally(Throwable) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception upon join and related operations.
compressionEnforced - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
compute(K, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
The main computation performed by this task.
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
 
computeIfAbsent(K, ConcurrentHashMapV8.Fun<? super K, ? extends V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(K, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeRealmURI(Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
computeRealmURI(Uri, boolean, boolean) - Static method in class com.ning.http.util.AuthenticatorUtils
 
ConcurrentHashMapV8<K,V> - Class in com.ning.http.client.providers.netty.chmv8
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
ConcurrentHashMapV8() - Constructor for class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
ConcurrentHashMapV8(int) - Constructor for class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
ConcurrentHashMapV8(Map<? extends K, ? extends V>) - Constructor for class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Creates a new map with the same mappings as the given map.
ConcurrentHashMapV8(int, float) - Constructor for class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
ConcurrentHashMapV8(int, float, int) - Constructor for class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
ConcurrentHashMapV8.Action<A> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a void action of one argument
ConcurrentHashMapV8.BiAction<A,B> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a void action of two arguments
ConcurrentHashMapV8.BiFun<A,B,T> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function of two arguments
ConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> - Interface in com.ning.http.client.providers.netty.chmv8
An object for traversing and partitioning elements of a source.
ConcurrentHashMapV8.DoubleByDoubleToDouble - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping two doubles to a double
ConcurrentHashMapV8.Fun<A,T> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function of one argument
ConcurrentHashMapV8.IntByIntToInt - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping two ints to an int
ConcurrentHashMapV8.KeySetView<K,V> - Class in com.ning.http.client.providers.netty.chmv8
A view of a ConcurrentHashMapV8 as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
ConcurrentHashMapV8.LongByLongToLong - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping two longs to a long
ConcurrentHashMapV8.ObjectByObjectToDouble<A,B> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping two arguments to a double
ConcurrentHashMapV8.ObjectByObjectToInt<A,B> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping two arguments to an int
ConcurrentHashMapV8.ObjectByObjectToLong<A,B> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping two arguments to a long
ConcurrentHashMapV8.ObjectToDouble<A> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping its argument to a double
ConcurrentHashMapV8.ObjectToInt<A> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping its argument to an int
ConcurrentHashMapV8.ObjectToLong<A> - Interface in com.ning.http.client.providers.netty.chmv8
Interface describing a function mapping its argument to a long
config - Variable in class com.ning.http.client.HttpResponseStatus
 
config - Variable in class com.ning.http.client.providers.netty.handler.Protocol
 
configureBootstraps(NettyRequestSender, AtomicBoolean) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
connectionHeader(boolean, boolean) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
connectionPool - Variable in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
ConnectionPoolPartitioning - Interface in com.ning.http.client
 
ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning - Enum in com.ning.http.client
 
ConnectionPoolPartitioning.ProxyPartitionKey - Class in com.ning.http.client
 
ConnectionStrategy - Interface in com.ning.http.client.providers.netty.handler
Provides an interface for decisions about HTTP connections.
connectionTTL - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
connectRequested(ChannelHandlerContext, ChannelStateEvent) - Method in class com.ning.http.client.providers.netty.channel.SslInitializer
 
connectTimeout - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
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
 
contains(Object) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Deprecated.
contains(Object) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
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.providers.netty.chmv8.ConcurrentHashMapV8
Tests if the specified object is a key in this table.
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.providers.netty.chmv8.ConcurrentHashMapV8
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
content(V) - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
CONTENT_DISPOSITION_BYTES - Static variable in interface com.ning.http.client.multipart.Part
Content dispostion as a byte array
CONTENT_ID_BYTES - Static variable in interface com.ning.http.client.multipart.Part
Content type header as a byte array
CONTENT_TRANSFER_ENCODING_BYTES - Static variable in interface com.ning.http.client.multipart.Part
Content type header as a byte array
CONTENT_TYPE_BYTES - Static variable in interface com.ning.http.client.multipart.Part
Content type header as a byte array
contentProcessed - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
contentToByte(List<HttpResponseBodyPart>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
contentToInputStream(List<HttpResponseBodyPart>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
contentToString(List<HttpResponseBodyPart>, Charset) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
ContinueEvent - Class in com.ning.http.client.providers.grizzly.events
 
ContinueEvent(HttpTransactionContext) - Constructor for class com.ning.http.client.providers.grizzly.events.ContinueEvent
 
Cookie - Class in com.ning.http.client.cookie
 
Cookie(String, String, boolean, String, String, long, boolean, boolean) - Constructor for class com.ning.http.client.cookie.Cookie
 
CookieDecoder - Class in com.ning.http.client.cookie
 
CookieDecoder() - Constructor for class com.ning.http.client.cookie.CookieDecoder
 
CookieEncoder - Class in com.ning.http.client.cookie
 
CookieUtil - Class in com.ning.http.client.cookie
 
CountedCompleter<T> - Class in com.ning.http.client.providers.netty.chmv8
A ForkJoinTask with a completion action performed when triggered and there are no remaining pending actions.
CountedCompleter(CountedCompleter<?>, int) - Constructor for class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Creates a new CountedCompleter with the given completer and initial pending count.
CountedCompleter(CountedCompleter<?>) - Constructor for class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Creates a new CountedCompleter with the given completer and an initial pending count of zero.
CountedCompleter() - Constructor for class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Creates a new CountedCompleter with no completer and an initial pending count of zero.
CounterPartVisitor - Class in com.ning.http.client.multipart
 
CounterPartVisitor() - Constructor for class com.ning.http.client.multipart.CounterPartVisitor
 
create(String) - Static method in class com.ning.http.client.uri.Uri
 
create(Uri, String) - Static method in class com.ning.http.client.uri.Uri
 
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
 
createBody() - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator
 
createBody() - Method in class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator
 
createProxyServerSelector(Properties) - Static method in class com.ning.http.util.ProxyUtils
Creates a proxy server instance from the given properties.
createProxyServerSelector(ProxySelector) - Static method in class com.ning.http.util.ProxyUtils
Create a proxy server selector based on the passed in JDK proxy selector.
createProxyServerSelector(ProxyServer) - Static method in class com.ning.http.util.ProxyUtils
Create a proxy server selector that always selects a single proxy server.
createRandomBytes(int) - Static method in class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
createRandomNumber(int, int) - Static method in class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
createSslHandler(String, int) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
CRLF_BYTES - Static variable in interface com.ning.http.client.multipart.Part
Carriage return/linefeed as a byte array
customize(TCPNIOTransport, FilterChainBuilder) - Method in interface com.ning.http.client.providers.grizzly.TransportCustomizer
Customizes the configuration of the provided TCPNIOTransport and FilterChainBuilder instances.

D

DateUtils - Class in com.ning.http.util
 
decode(String) - Static method in class com.ning.http.client.cookie.CookieDecoder
Decodes the specified HTTP header value into Cookie.
decode(String) - Static method in class com.ning.http.util.Base64
Decodes the specified base64 string back into its raw data.
decode(String) - Static method in class com.ning.http.util.UTF8UrlDecoder
 
decode(String, int, int) - Static method in class com.ning.http.util.UTF8UrlDecoder
 
decrement() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Equivalent to add(-1).
decrementPendingCountUnlessZero() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
If the pending count is nonzero, (atomically) decrements it.
DEFAULT - Static variable in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator
Defer to whatever the connection has been configured for max pending bytes.
DEFAULT_CHARSET - Static variable in class com.ning.http.client.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.client.multipart.AbstractFilePart
Default content encoding of file attachments.
DEFAULT_CONTENT_TYPE - Static variable in class com.ning.http.client.multipart.StringPart
Default content encoding of string parameters.
DEFAULT_TRANSFER_ENCODING - Static variable in class com.ning.http.client.multipart.AbstractFilePart
Default transfer encoding of file attachments.
DEFAULT_TRANSFER_ENCODING - Static variable in class com.ning.http.client.multipart.StringPart
Default transfer encoding of string parameters
defaultAcceptAnyCertificate() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultAllowPoolingConnections() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultAllowPoolingSslConnections() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
DefaultChannelPool - Class in com.ning.http.client.providers.netty.channel.pool
A simple implementation of ChannelPool based on a ConcurrentHashMapV8
DefaultChannelPool(AsyncHttpClientConfig, Timer) - Constructor for class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
DefaultChannelPool(long, int, boolean, Timer) - Constructor for class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
defaultCompressionEnforced() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
DefaultConnectionStrategy - Class in com.ning.http.client.providers.netty.handler
Connection strategy implementing standard HTTP 1.0 and 1.1 behaviour.
DefaultConnectionStrategy() - Constructor for class com.ning.http.client.providers.netty.handler.DefaultConnectionStrategy
 
defaultConnectionTTL() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultConnectTimeout() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultDisableUrlEncodingForBoundRequests() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultEnabledProtocols() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultFollowRedirect() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultForkJoinWorkerThreadFactory - Static variable in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Creates a new ForkJoinWorkerThread.
DefaultHostnameVerifier - Class in com.ning.http.util
Uses the internal HostnameChecker to verify the server's hostname matches with the certificate.
DefaultHostnameVerifier() - Constructor for class com.ning.http.util.DefaultHostnameVerifier
A hostname verifier that uses the {{sun.security.util.HostnameChecker}} under the hood.
DefaultHostnameVerifier(HostnameChecker) - Constructor for class com.ning.http.util.DefaultHostnameVerifier
A hostname verifier that takes an external hostname checker.
DefaultHostnameVerifier(HostnameVerifier) - Constructor for class com.ning.http.util.DefaultHostnameVerifier
A hostname verifier that falls back to another hostname verifier if not found.
DefaultHostnameVerifier(HostnameChecker, HostnameVerifier) - Constructor for class com.ning.http.util.DefaultHostnameVerifier
A hostname verifier with a hostname checker, that falls back to another hostname verifier if not found.
defaultIoThreadMultiplier() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultMaxConnections() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultMaxConnectionsPerHost() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultMaxRedirects() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultMaxRequestRetry() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
DefaultNettyWebSocketFactory() - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig.DefaultNettyWebSocketFactory
 
defaultPooledConnectionIdleTimeout() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultReadTimeout() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultRequestTimeout() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
DefaultSSLEngineFactory(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.SSLEngineFactory.DefaultSSLEngineFactory
 
defaultSslSessionCacheSize() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultSslSessionTimeout() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultStrict302Handling() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultUseProxyProperties() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultUseProxySelector() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultUserAgent() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultUseRelativeURIsWithConnectProxies() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
DefaultWebSocketListener - Class in com.ning.http.client.ws
Default WebSocketListener implementation.
DefaultWebSocketListener() - Constructor for class com.ning.http.client.ws.DefaultWebSocketListener
 
defaultWebSocketTimeout() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
DEFLATER_HANDLER - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
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.providers.netty.channel.pool.ChannelPool
Destroy all connections that has been cached by this instance.
destroy() - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
destroy() - Method in class com.ning.http.client.providers.netty.channel.pool.NoopChannelPool
 
digest(ByteBuffer) - Method in class com.ning.http.client.oauth.ThreadSafeHMAC
 
disableUrlEncodingForBoundRequests - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
DiscardEvent - Enum in com.ning.http.client.providers.netty
Simple marker for stopping publishing bytes
done() - Method in class com.ning.http.client.ListenableFuture.CompletedFailure
 
done() - Method in interface com.ning.http.client.ListenableFuture
Terminate and if there is no exception, mark this Future as done and release the internal lock.
done() - Method in class com.ning.http.client.providers.jdk.JDKDelegateFuture
 
done() - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
done() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
done - Variable in class com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask
 
doubleValue() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Returns the LongAdder.sum() as a double after a widening primitive conversion.
drainChannelAndOffer(Channel, NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
drainChannelAndOffer(Channel, NettyResponseFuture<?>, boolean, Object) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
drainTasksTo(Collection<? super ForkJoinTask<?>>) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Removes all available unexecuted submitted and forked tasks from scheduling queues and adds them to the given collection, without altering their execution status.

E

elements() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns an enumeration of the values in this table.
enabledCipherSuites - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
enabledProtocols - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
encode(Collection<Cookie>) - Static method in class com.ning.http.client.cookie.CookieEncoder
 
encode(byte[]) - Static method in class com.ning.http.util.Base64
Encodes the specified data into a base64 string.
encode(Uri, List<Param>) - Method in enum com.ning.http.util.UriEncoder
 
encodeAndAppendFormElement(StringBuilder, CharSequence) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
encodeAndAppendQuery(StringBuilder, String) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
encodeAndAppendQueryElement(StringBuilder, CharSequence) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
encodePath(String) - Method in enum com.ning.http.util.UriEncoder
 
encodePath(String) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
encodeQueryElement(String) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
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.providers.netty.chmv8.ConcurrentHashMapV8
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class com.ning.http.client.simple.HeaderMap
 
equals(Object) - Method in class com.ning.http.client.ConnectionPoolPartitioning.ProxyPartitionKey
 
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.Param
 
equals(Object) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Compares the specified object with this map for equality.
equals(Object) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
 
equals(Object) - Method in class com.ning.http.client.Realm
 
equals(Object) - Method in class com.ning.http.client.uri.Uri
 
estimateSize() - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ConcurrentHashMapSpliterator
Returns an estimate of the number of elements covered by this Spliterator.
exception - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class com.ning.http.client.providers.netty.handler.Processor
 
exec() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Implements execution conventions for CountedCompleters.
exec() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Immediately performs the base action of this task and returns true if, upon return from this method, this task is guaranteed to have completed normally.
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.grizzly.GrizzlyAsyncHttpProvider
 
execute(Request, AsyncHandler<T>) - Method in class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
execute(ForkJoinTask<?>) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Arranges for (asynchronous) execution of the given task.
execute(Runnable) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
 
execute(Request, AsyncHandler<T>) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
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.
exitAfterHandlingRedirect(Channel, NettyResponseFuture<?>, HttpResponse, Request, int, Realm) - Method in class com.ning.http.client.providers.netty.handler.Protocol
 
exitAfterProcessingFilters(Channel, NettyResponseFuture<?>, AsyncHandler<?>, HttpResponseStatus, HttpResponseHeaders) - Method in class com.ning.http.client.providers.netty.handler.Protocol
 
expire(String, long) - Method in class com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask
 
EXTRA_BYTES - Static variable in interface com.ning.http.client.multipart.Part
Extra characters as a byte array

F

feed(Buffer, boolean) - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.BaseFeeder
 
feed(Buffer, boolean) - Method in interface com.ning.http.client.providers.grizzly.FeedableBodyGenerator.Feeder
This method will write the specified Buffer to the connection.
feed(ByteBuffer, boolean) - Method in class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator
 
FeedableBodyGenerator - Class in com.ning.http.client.providers.grizzly
A Grizzly-specific BodyGenerator that allows data to be fed to the connection in blocking or non-blocking fashion via the use of a FeedableBodyGenerator.Feeder.
FeedableBodyGenerator() - Constructor for class com.ning.http.client.providers.grizzly.FeedableBodyGenerator
 
feedableBodyGenerator - Variable in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.BaseFeeder
 
FeedableBodyGenerator - Class in com.ning.http.client.providers.netty.request.body
BodyGenerator which may return just part of the payload at the time handler is requesting it.
FeedableBodyGenerator() - Constructor for class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator
 
FeedableBodyGenerator.BaseFeeder - Class in com.ning.http.client.providers.grizzly
Base class for FeedableBodyGenerator.Feeder implementations.
FeedableBodyGenerator.Feeder - Interface in com.ning.http.client.providers.grizzly
Specifies the functionality all Feeders must implement.
FeedableBodyGenerator.FeedListener - Interface in com.ning.http.client.providers.netty.request.body
 
FeedableBodyGenerator.NonBlockingFeeder - Class in com.ning.http.client.providers.grizzly
Implementations of this class provide the framework to read data from some source and feed data to the FeedableBodyGenerator without blocking.
FeedableBodyGenerator.NonBlockingFeeder.ReadyToFeedListener - Interface in com.ning.http.client.providers.grizzly
Listener to signal that data is available to be fed.
FeedableBodyGenerator.PushBody - Class in com.ning.http.client.providers.netty.request.body
 
FeedableBodyGenerator.SimpleFeeder - Class in com.ning.http.client.providers.grizzly
This simple FeedableBodyGenerator.Feeder implementation allows the implementation to feed data in whatever fashion is deemed appropriate.
FileBody(File) - Constructor for class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
FileBody(File, long, long) - Constructor for class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
FileBodyConsumer - Class in com.ning.http.client.consumers
A RandomAccessFile that can be used as a ResumableBodyConsumer
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
 
FilePart - Class in com.ning.http.client.multipart
 
FilePart(String, File) - Constructor for class com.ning.http.client.multipart.FilePart
 
FilePart(String, File, String) - Constructor for class com.ning.http.client.multipart.FilePart
 
FilePart(String, File, String, Charset) - Constructor for class com.ning.http.client.multipart.FilePart
 
FilePart(String, File, String, Charset, String) - Constructor for class com.ning.http.client.multipart.FilePart
 
FilePart(String, File, String, Charset, String, String) - Constructor for class com.ning.http.client.multipart.FilePart
 
FilePart(String, File, String, Charset, String, String, String) - Constructor for class com.ning.http.client.multipart.FilePart
 
FilePartStallHandler - Class in com.ning.http.client.multipart
 
FilePartStallHandler(long, AbstractFilePart) - Constructor for class com.ning.http.client.multipart.FilePartStallHandler
 
FileUploadStalledException - Exception in com.ning.http.client.multipart
 
FileUploadStalledException() - Constructor for exception com.ning.http.client.multipart.FileUploadStalledException
 
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<T>) - Method in interface com.ning.http.client.filter.RequestFilter
filter(FilterContext<T>) - Method in interface com.ning.http.client.filter.ResponseFilter
An AsyncHttpProvider will invoke ResponseFilter.filter(com.ning.http.client.filter.FilterContext<T>) 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.FilterContextBuilder<T> - Class in com.ning.http.client.filter
 
FilterContextBuilder() - Constructor for class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
FilterContextBuilder(FilterContext<T>) - 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
 
firstComplete() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
If this task's pending count is zero, returns this task; otherwise decrements its pending count and returns null.
floatValue() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Returns the LongAdder.sum() as a float after a widening primitive conversion.
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
 
flush() - Method in interface com.ning.http.client.providers.grizzly.FeedableBodyGenerator.Feeder
This method will be invoked when it's possible to begin feeding data downstream.
flush() - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder
 
flushChannelPoolPartition(String) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
flushChannelPoolPartitions(ChannelPoolPartitionSelector) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
flushPartition(String) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
flushPartition(Object) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Flush a partition
flushPartition(Object) - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
flushPartition(Object) - Method in class com.ning.http.client.providers.netty.channel.pool.NoopChannelPool
 
flushPartitions(ChannelPoolPartitionSelector) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
flushPartitions(ChannelPoolPartitionSelector) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Flush partitions based on a selector
flushPartitions(ChannelPoolPartitionSelector) - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
flushPartitions(ChannelPoolPartitionSelector) - Method in class com.ning.http.client.providers.netty.channel.pool.NoopChannelPool
 
followRedirect - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
followRedirect(AsyncHttpClientConfig, Request) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
FORCE_RESPONSE_BUFFERING - Static variable in class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
forEach(ConcurrentHashMapV8.BiAction<? super K, ? super V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
 
forEach(long, ConcurrentHashMapV8.BiAction<? super K, ? super V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Performs the given action for each (key, value).
forEach(long, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.Action<? super U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Performs the given action for each non-null transformation of each (key, value).
forEach(ConcurrentHashMapV8.Action<? super K>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
 
forEachEntry(long, ConcurrentHashMapV8.Action<? super Map.Entry<K, V>>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Performs the given action for each entry.
forEachEntry(long, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.Action<? super U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Performs the given action for each non-null transformation of each entry.
forEachKey(long, ConcurrentHashMapV8.Action<? super K>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Performs the given action for each key.
forEachKey(long, ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.Action<? super U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Performs the given action for each non-null transformation of each key.
forEachRemaining(ConcurrentHashMapV8.Action<? super T>) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ConcurrentHashMapSpliterator
Applies the action to each untraversed element
forEachValue(long, ConcurrentHashMapV8.Action<? super V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Performs the given action for each value.
forEachValue(long, ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.Action<? super U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Performs the given action for each non-null transformation of each value.
fork() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Arranges to asynchronously execute this task in the pool the current task is running in, if applicable, or using the ForkJoinPool.commonPool() if not ForkJoinTask.inForkJoinPool().
ForkJoinPool - Class in com.ning.http.client.providers.netty.chmv8
An ExecutorService for running ForkJoinTasks.
ForkJoinPool() - Constructor for class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Creates a ForkJoinPool with parallelism equal to Runtime.availableProcessors(), using the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int) - Constructor for class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Creates a ForkJoinPool with the indicated parallelism level, the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Creates a ForkJoinPool with the given parameters.
ForkJoinPool.ForkJoinWorkerThreadFactory - Interface in com.ning.http.client.providers.netty.chmv8
Factory for creating new ForkJoinWorkerThreads.
ForkJoinPool.ManagedBlocker - Interface in com.ning.http.client.providers.netty.chmv8
Interface for extending managed parallelism for tasks running in ForkJoinPools.
ForkJoinTask<V> - Class in com.ning.http.client.providers.netty.chmv8
Abstract base class for tasks that run within a ForkJoinPool.
ForkJoinTask() - Constructor for class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
 
ForkJoinWorkerThread - Class in com.ning.http.client.providers.netty.chmv8
A thread managed by a ForkJoinPool, which executes ForkJoinTasks.
ForkJoinWorkerThread(ForkJoinPool) - Constructor for class com.ning.http.client.providers.netty.chmv8.ForkJoinWorkerThread
Creates a ForkJoinWorkerThread operating in the given pool.
FORM_DATA_DISPOSITION_TYPE_BYTES - Static variable in interface com.ning.http.client.multipart.Part
form-data as a byte array
FORM_URL_ENCODED_SAFE_CHARS - Static variable in class com.ning.http.util.UTF8UrlEncoder
 
future() - Method in class com.ning.http.client.providers.netty.Callback
 
future() - Method in class com.ning.http.client.providers.netty.request.NettyConnectListener
 

G

generateFileEnd() - Method in class com.ning.http.client.multipart.AbstractFilePart
 
generateFileStart(byte[]) - Method in class com.ning.http.client.multipart.AbstractFilePart
 
generateMultipartBoundary() - Static method in class com.ning.http.client.providers.jdk.MultipartRequestEntity
Generates a random multipart boundary string.
generateNonce() - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
generateSpnegoDERObject(byte[]) - Method in interface com.ning.http.client.spnego.SpnegoTokenGenerator
 
generateTimestamp() - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
generateToken(String) - Method in class com.ning.http.client.spnego.SpnegoEngine
 
generateType1Msg() - Method in class com.ning.http.client.ntlm.NTLMEngine
Creates the first message (type 1 message) in the NTLM authentication sequence.
generateType3Msg(String, String, String, String, String) - Method in class com.ning.http.client.ntlm.NTLMEngine
 
get() - Static method in class com.ning.http.client.cookie.RFC2616DateParser
 
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.ListenableFuture.CompletedFailure
 
get(long, TimeUnit) - Method in class com.ning.http.client.ListenableFuture.CompletedFailure
 
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(Object) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
get(long, TimeUnit) - Method in class com.ning.http.client.providers.netty.future.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
 
getAcceptKey(String) - Static method in class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
getActiveThreadCount() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns an estimate of the number of threads that are currently stealing or executing tasks.
getAlgorithm() - Method in class com.ning.http.client.Realm
 
getAlgorithm() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getAndSetAuth(boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getAndSetNtlmAttempted(Connection) - Static method in class com.ning.http.client.providers.grizzly.Utils
 
getAndSetStatusReceived(boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getAsapResponse() - Method in class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
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.future.NettyResponseFuture
 
getAsyncHttpProviderConfig() - Method in class com.ning.http.client.AsyncHttpClientConfig
getAsyncMode() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.
getAttribute(Channel) - Static method in class com.ning.http.client.providers.netty.channel.Channels
 
getAuthority(Uri) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getBaseUrl(Uri) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getBody() - Method in class com.ning.http.client.providers.netty.request.body.NettyBodyBody
 
getBody() - Method in class com.ning.http.client.providers.netty.request.NettyRequest
 
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.grizzly.GrizzlyResponseBodyPart
 
getBodyByteBuffer() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
getBodyByteBuffer() - Method in class com.ning.http.client.providers.netty.response.NettyResponseBodyPart
 
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.grizzly.GrizzlyResponseBodyPart
 
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.response.NettyResponseBodyPart
Return the response body's part bytes received.
getBoolean(String, boolean) - Static method in class com.ning.http.util.MiscUtils
 
getBootstrap(String, boolean, boolean) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
getBossExecutorService() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getBoundary() - Method in class com.ning.http.client.multipart.MultipartBody
 
getByteData() - Method in interface com.ning.http.client.Request
Return the current request's body as a byte array
getBytes() - Method in class com.ning.http.client.multipart.ByteArrayPart
 
getBytes(byte[]) - Method in class com.ning.http.client.multipart.StringPart
 
getChannelBuffer() - Method in class com.ning.http.client.providers.netty.response.NettyResponseBodyPart
 
getChannelPool() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getChannelRemoteAddress() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getCharset() - Method in interface com.ning.http.client.multipart.Part
Return the character encoding of this part.
getCharset() - Method in class com.ning.http.client.multipart.PartBase
 
getCharset() - Method in class com.ning.http.client.ProxyServer
 
getCharset() - Method in class com.ning.http.client.Realm
 
getCharset() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getChunkedFileChunkSize() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getCnonce() - Method in class com.ning.http.client.Realm
 
getCommonPoolParallelism() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns the targeted parallelism level of the common pool.
getCompleter() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Returns the completer established in this task's constructor, or null if none.
getCompositeByteData() - Method in interface com.ning.http.client.Request
 
getConfig() - Method in class com.ning.http.client.AsyncHttpClient
getConfig() - Method in class com.ning.http.client.HttpResponseStatus
 
getConnection() - Method in class com.ning.http.client.providers.grizzly.events.SSLSwitchingEvent
 
getConnectionPool() - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
getConnectionPoolPartitioning() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getConnectionPoolPartitioning() - Method in interface com.ning.http.client.Request
 
getConnectionStrategy() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getConnectionTTL() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient will keep connection in the pool, or -1 to keep connection while possible.
getConnectTimeout() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient can wait when connecting to a remote host
getContentId() - Method in interface com.ning.http.client.multipart.Part
Return the content ID of this part.
getContentId() - Method in class com.ning.http.client.multipart.PartBase
 
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.multipart.MultipartBody
 
getContentLength() - Method in interface com.ning.http.client.multipart.RequestEntity
Gets the request entity's length.
getContentLength() - Method in class com.ning.http.client.providers.jdk.MultipartRequestEntity
 
getContentLength() - Method in class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator.PushBody
 
getContentLength() - Method in interface com.ning.http.client.providers.netty.request.body.NettyBody
 
getContentLength() - Method in class com.ning.http.client.providers.netty.request.body.NettyBodyBody
 
getContentLength() - Method in class com.ning.http.client.providers.netty.request.body.NettyByteArrayBody
 
getContentLength() - Method in class com.ning.http.client.providers.netty.request.body.NettyByteBufferBody
 
getContentLength() - Method in class com.ning.http.client.providers.netty.request.body.NettyCompositeByteArrayBody
 
getContentLength() - Method in class com.ning.http.client.providers.netty.request.body.NettyFileBody
 
getContentLength() - Method in class com.ning.http.client.providers.netty.request.body.NettyInputStreamBody
 
getContentLength() - Method in interface com.ning.http.client.Request
Return the current size of the content-lenght header based on the body's size.
getContentType() - Method in class com.ning.http.client.multipart.MultipartBody
 
getContentType() - Method in interface com.ning.http.client.multipart.Part
Returns the content type of this part.
getContentType() - Method in class com.ning.http.client.multipart.PartBase
 
getContentType() - Method in interface com.ning.http.client.multipart.RequestEntity
Gets the entity's content type.
getContentType() - Method in class com.ning.http.client.providers.jdk.MultipartRequestEntity
 
getContentType() - Method in interface com.ning.http.client.providers.netty.request.body.NettyBody
 
getContentType() - Method in class com.ning.http.client.providers.netty.request.body.NettyBodyBody
 
getContentType() - Method in class com.ning.http.client.providers.netty.request.body.NettyByteArrayBody
 
getContentType() - Method in class com.ning.http.client.providers.netty.request.body.NettyByteBufferBody
 
getContentType() - Method in class com.ning.http.client.providers.netty.request.body.NettyCompositeByteArrayBody
 
getContentType() - Method in class com.ning.http.client.providers.netty.request.body.NettyFileBody
 
getContentType() - Method in class com.ning.http.client.providers.netty.request.body.NettyInputStreamBody
 
getContentType() - Method in class com.ning.http.client.providers.netty.request.body.NettyMultipartBody
 
getContentType() - Method in interface com.ning.http.client.Response
Return the content-type header value.
getContentType() - Method in class com.ning.http.client.ResponseBase
 
getContentType() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getContext() - Method in class com.ning.http.client.providers.grizzly.events.ContinueEvent
 
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.ResponseBase
 
getCookies() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getCount() - Method in class com.ning.http.client.multipart.CounterPartVisitor
 
getCount() - Method in class com.ning.http.client.providers.netty.request.body.BodyFileRegion
 
getCount() - Method in class com.ning.http.client.providers.netty.request.body.OptimizedFileRegion
 
getDataLength() - Method in class com.ning.http.client.multipart.ByteArrayPart
 
getDataLength() - Method in class com.ning.http.client.multipart.FilePart
 
getDataLength() - Method in class com.ning.http.client.multipart.PartBase
 
getDataLength() - Method in class com.ning.http.client.multipart.StringPart
Return the length of the data.
getDefaultPort(Uri) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getDispositionType() - Method in interface com.ning.http.client.multipart.Part
Gets the disposition-type to be used in Content-Disposition header
getDispositionType() - Method in class com.ning.http.client.multipart.PartBase
 
getDomain() - Method in class com.ning.http.client.cookie.Cookie
 
getEnabledCipherSuites() - Method in class com.ning.http.client.AsyncHttpClientConfig
since 1.9.0
getEnabledProtocols() - Method in class com.ning.http.client.AsyncHttpClientConfig
since 1.9.0
getException() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns the exception thrown by the base computation, or a CancellationException if cancelled, or null if none or if the method has not yet completed.
getExpires() - Method in class com.ning.http.client.cookie.Cookie
Deprecated.
getFactory() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns the factory used for constructing new workers.
getFile() - Method in class com.ning.http.client.generators.FileBodyGenerator
 
getFile() - Method in class com.ning.http.client.multipart.FilePart
 
getFile() - Method in class com.ning.http.client.providers.netty.request.body.NettyFileBody
 
getFile() - Method in interface com.ning.http.client.Request
Return the File to upload.
getFileName() - Method in class com.ning.http.client.multipart.AbstractFilePart
 
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
 
getFollowRedirect() - Method in interface com.ning.http.client.Request
Return follow redirect
getForkJoinTaskTag() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns the tag for this task.
getFormParams() - Method in interface com.ning.http.client.Request
Return the current form parameters.
getGrizzlyWebSocket() - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
getHandshakeTimeout() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getHeader(String) - Method in interface com.ning.http.client.Response
Return the response header
getHeader(String) - Method in class com.ning.http.client.ResponseBase
 
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.providers.grizzly.GrizzlyResponseHeaders
 
getHeaders() - Method in class com.ning.http.client.providers.jdk.ResponseHeaders
Return the HTTP header
getHeaders() - Method in class com.ning.http.client.providers.netty.response.NettyResponseHeaders
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.ResponseBase
 
getHeaders() - Method in class com.ning.http.client.ResponseBase
 
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.providers.grizzly.events.SSLSwitchingEvent
 
getHost() - Method in class com.ning.http.client.ProxyServer
 
getHost() - Method in class com.ning.http.client.uri.Uri
 
getHostnameVerifier() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the HostnameVerifier
getHttpAdditionalPipelineInitializer() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getHttpClientCodecMaxChunkSize() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getHttpClientCodecMaxHeaderSize() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getHttpClientCodecMaxInitialLineLength() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getHttpHeaders() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getHttpRequest() - Method in class com.ning.http.client.providers.netty.request.NettyRequest
 
getHttpsAdditionalPipelineInitializer() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getHttpTxContext() - Method in class com.ning.http.client.providers.grizzly.events.GracefulCloseEvent
 
getInetAddress() - Method in interface com.ning.http.client.Request
Return the InetAddress to override
getInputStream() - Method in class com.ning.http.client.generators.InputStreamBodyGenerator
 
getInputStream() - Method in class com.ning.http.client.providers.netty.request.body.NettyInputStreamBody
 
getInstance() - Static method in class com.ning.http.util.SslUtils
 
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
 
getJdkDefaultProxyServerSelector() - Static method in class com.ning.http.util.ProxyUtils
Get a proxy server selector based on the JDK default proxy selector.
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
 
getKey() - Method in class com.ning.http.client.oauth.ConsumerKey
 
getKey() - Method in class com.ning.http.client.oauth.RequestToken
 
getKey() - Static method in class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
getLastResponse() - Method in class com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
Delegates to Future#get() method.
getLastTouch() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getLengthOfParts(List<Part>, byte[]) - Static method in class com.ning.http.client.multipart.MultipartUtils
 
getLocalAddress() - Method in interface com.ning.http.client.Request
 
getMappedValue() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMaxAge() - Method in class com.ning.http.client.cookie.Cookie
 
getMaxConnections() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum number of connections an AsyncHttpClient can handle.
getMaxConnectionsPerHost() - 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
getMessageEnd(byte[]) - Static method in class com.ning.http.client.multipart.MultipartUtils
 
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
 
getMultipartBoundary() - Method in class com.ning.http.client.providers.jdk.MultipartRequestEntity
Returns the MIME boundary string that is used to demarcate boundaries of this part.
getName() - Method in class com.ning.http.client.cookie.Cookie
 
getName() - Method in interface com.ning.http.client.multipart.Part
Return the name of this part.
getName() - Method in class com.ning.http.client.multipart.PartBase
 
getName() - Method in class com.ning.http.client.Param
 
getNameResolver() - Method in interface com.ning.http.client.Request
 
getNc() - Method in class com.ning.http.client.Realm
 
getNc() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNettyHeaderValuesByCaseInsensitiveName(HttpHeaders, String) - Static method in class com.ning.http.client.providers.netty.util.HttpUtils
 
getNettyRequest() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getNettyTimer() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getNettyWebSocketFactory() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getNonce() - Method in class com.ning.http.client.Realm
 
getNonce() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getNonEmptyPath(Uri) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
Convenient for HTTP layer when targeting server root
getNonProxyHosts() - Method in class com.ning.http.client.ProxyServer
 
getNTLM(List<String>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
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.ProxyServer
 
getNtlmHost() - Method in class com.ning.http.client.Realm
Return the NTLM host.
getNtlmHost() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getOffset() - Method in class com.ning.http.client.providers.netty.request.body.NettyFileBody
 
getOpaque() - Method in class com.ning.http.client.Realm
 
getOpaque() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getOrDefault(Object, V) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOutputStream() - Method in class com.ning.http.client.multipart.OutputStreamPartVisitor
 
getParallelism() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns the targeted parallelism level of this pool.
getPartitionKey(Uri, ProxyServer) - Method in interface com.ning.http.client.ConnectionPoolPartitioning
 
getPartitionKey(Uri, ProxyServer) - Method in enum com.ning.http.client.ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning
 
getPartitionKey() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getParts() - Method in interface com.ning.http.client.Request
Return the current Parts
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.Cookie
 
getPath() - Method in class com.ning.http.client.uri.Uri
 
getPendingCount() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Returns the current pending count.
getPool() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns the pool hosting the current task execution, or null if this task is executing outside of any ForkJoinPool.
getPool() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinWorkerThread
Returns the pool hosting this thread.
getPooledConnectionIdleTimeout() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient will keep connection in pool.
getPoolIndex() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinWorkerThread
Returns the unique index number of this thread in its pool.
getPoolSize() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns the number of worker threads that have started but not yet terminated.
getPort() - Method in class com.ning.http.client.providers.grizzly.events.SSLSwitchingEvent
 
getPort() - Method in class com.ning.http.client.ProxyServer
 
getPort() - Method in class com.ning.http.client.uri.Uri
 
getPosition() - Method in class com.ning.http.client.providers.netty.request.body.BodyFileRegion
 
getPosition() - Method in class com.ning.http.client.providers.netty.request.body.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(GrizzlyAsyncHttpProviderConfig.Property) - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
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
getProperty(String, Class<T>, T) - 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
 
getProtocolMajorVersion() - Method in class com.ning.http.client.HttpResponseStatus
Protocol major version.
getProtocolMajorVersion() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseStatus
 
getProtocolMajorVersion() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolMajorVersion() - Method in class com.ning.http.client.providers.netty.response.NettyResponseStatus
 
getProtocolMinorVersion() - Method in class com.ning.http.client.HttpResponseStatus
Protocol minor version.
getProtocolMinorVersion() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseStatus
 
getProtocolMinorVersion() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolMinorVersion() - Method in class com.ning.http.client.providers.netty.response.NettyResponseStatus
 
getProtocolName() - Method in class com.ning.http.client.HttpResponseStatus
Protocol name from status line.
getProtocolName() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseStatus
 
getProtocolName() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolName() - Method in class com.ning.http.client.providers.netty.response.NettyResponseStatus
 
getProtocolText() - Method in class com.ning.http.client.HttpResponseStatus
Full protocol name + version
getProtocolText() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseStatus
 
getProtocolText() - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
getProtocolText() - Method in class com.ning.http.client.providers.netty.response.NettyResponseStatus
 
getProvider() - Method in class com.ning.http.client.AsyncHttpClient
Return the asynchronous AsyncHttpProvider
getProxyServer() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getProxyServer() - Method in interface com.ning.http.client.Request
Return the ProxyServer
getProxyServer(AsyncHttpClientConfig, Request) - Static method in class com.ning.http.util.ProxyUtils
 
getProxyServerSelector() - Method in class com.ning.http.client.AsyncHttpClientConfig
An instance of ProxyServer used by an AsyncHttpClient
getQop() - Method in class com.ning.http.client.Realm
 
getQop() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getQuery() - Method in class com.ning.http.client.uri.Uri
 
getQueryParams() - Method in interface com.ning.http.client.Request
Return the query params.
getQueuedSubmissionCount() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns an estimate of the number of tasks submitted to this pool that have not yet begun executing.
getQueuedTaskCount() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns an estimate of the total number of tasks currently held in queues by worker threads (but not including tasks submitted to the pool that have not begun executing).
getQueuedTaskCount() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns an estimate of the number of tasks that have been forked by the current worker thread but not yet executed.
getRangeOffset() - Method in interface com.ning.http.client.Request
Return the HTTP Range header value, or
getRawResult() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Returns the result of the computation.
getRawResult() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns the result that would be returned by ForkJoinTask.join(), even if this task completed abnormally, or null if this task is not known to have been completed.
getReadTimeout() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient can stay idle.
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
 
getRegionLength() - Method in class com.ning.http.client.generators.FileBodyGenerator
 
getRegionSeek() - Method in class com.ning.http.client.generators.FileBodyGenerator
 
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.netty.future.NettyResponseFuture
 
getRequestFilters() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the list of RequestFilter
getRequestTimeout() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient waits until the response is completed.
getRequestTimeout() - Method in interface com.ning.http.client.Request
Overrides the config default value
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(String) - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
getResponseBody() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
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.response.NettyResponse
 
getResponseBody(String) - Method in class com.ning.http.client.providers.netty.response.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
 
getResponseBodyAsByteBuffer() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
getResponseBodyAsByteBuffer() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyAsByteBuffer() - Method in class com.ning.http.client.providers.netty.response.NettyResponse
 
getResponseBodyAsByteBuffer() - Method in interface com.ning.http.client.Response
Return the entire response body as a ByteBuffer.
getResponseBodyAsByteBuffer() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getResponseBodyAsBytes() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
getResponseBodyAsBytes() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyAsBytes() - Method in class com.ning.http.client.providers.netty.response.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
 
getResponseBodyAsChannelBuffer() - Method in class com.ning.http.client.providers.netty.response.NettyResponse
 
getResponseBodyAsStream() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
getResponseBodyAsStream() - Method in class com.ning.http.client.providers.jdk.JDKResponse
 
getResponseBodyAsStream() - Method in class com.ning.http.client.providers.netty.response.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, String) - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
getResponseBodyExcerpt(int) - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
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.response.NettyResponse
 
getResponseBodyExcerpt(int, String) - Method in class com.ning.http.client.providers.netty.response.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
getResponseHeaders() - Method in class com.ning.http.client.filter.FilterContext
Return the response HttpResponseHeaders
getResponseStatus() - Method in class com.ning.http.client.filter.FilterContext
Return the unprocessed response's HttpResponseStatus
getRoot() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Returns the root of the current computation; i.e., this task if it has no completer, else its completer's root.
getRunningThreadCount() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns an estimate of the number of worker threads that are not blocked waiting to join tasks or for other managed synchronization.
getScheme() - Method in class com.ning.http.client.ProxyServer
 
getScheme() - Method in class com.ning.http.client.Realm
 
getScheme() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getScheme() - Method in class com.ning.http.client.uri.Uri
 
getSchemeDefaultPort(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
getSecret() - Method in class com.ning.http.client.oauth.ConsumerKey
 
getSecret() - Method in class com.ning.http.client.oauth.RequestToken
 
getSocketChannelFactory() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getSSLContext() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return an instance of SSLContext used for SSL connection.
getSSLContext(AsyncHttpClientConfig) - Method in class com.ning.http.util.SslUtils
 
getSslEngineFactory() - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
getSslEngineFactory() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getSslHandler(ChannelPipeline) - Static method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
getSslSessionCacheSize() - Method in class com.ning.http.client.AsyncHttpClientConfig
since 1.9.13
getSslSessionTimeout() - Method in class com.ning.http.client.AsyncHttpClientConfig
since 1.9.13
getStalledTime() - Method in class com.ning.http.client.multipart.AbstractFilePart
 
getStart() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getState() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
getStatusCode() - Method in class com.ning.http.client.HttpResponseStatus
Return the response status code
getStatusCode() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseStatus
 
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.response.NettyResponseStatus
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.ResponseBase
 
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.grizzly.GrizzlyResponseStatus
 
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.response.NettyResponseStatus
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.ResponseBase
 
getStatusText() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getStealCount() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns an estimate of the total number of tasks stolen from one thread's work queue by another.
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
getSurplusQueuedTaskCount() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns an estimate of how many more locally queued tasks are held by the current worker thread than there are other worker threads that might steal them, or zero if this thread is not operating in a ForkJoinPool.
getTransferEncoding() - Method in interface com.ning.http.client.multipart.Part
Return the transfer encoding of this part.
getTransferEncoding() - Method in class com.ning.http.client.multipart.PartBase
 
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.
getUncaughtExceptionHandler() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks.
getUri() - Method in class com.ning.http.client.HttpResponseStatus
Return the request Uri
getUri() - Method in class com.ning.http.client.providers.netty.future.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.Request
 
getUri() - Method in interface com.ning.http.client.Response
Return the request Uri.
getUri() - Method in class com.ning.http.client.ResponseBase
 
getUri() - Method in class com.ning.http.client.webdav.WebDavResponse
 
getUrl() - Method in class com.ning.http.client.ProxyServer
 
getUrl() - Method in interface com.ning.http.client.Request
 
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
getUserInfo() - Method in class com.ning.http.client.uri.Uri
 
getValue() - Method in class com.ning.http.client.cookie.Cookie
 
getValue() - Method in class com.ning.http.client.multipart.StringPart
 
getValue() - Method in class com.ning.http.client.Param
 
getVirtualHost() - Method in interface com.ning.http.client.Request
Return the virtual host value.
getWebSocketMaxBufferSize() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getWebSocketMaxFrameSize() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getWebSocketTimeout() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time, in milliseconds, a WebSocket may be idle before being timed out.
getWsAdditionalPipelineInitializer() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
getWssAdditionalPipelineInitializer() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
GracefulCloseEvent - Class in com.ning.http.client.providers.grizzly.events
FilterChainEvent to gracefully complete the request-response processing when Connection is getting closed by the remote host.
GracefulCloseEvent(HttpTransactionContext) - Constructor for class com.ning.http.client.providers.grizzly.events.GracefulCloseEvent
 
GrizzlyAsyncHttpProvider - Class in com.ning.http.client.providers.grizzly
A Grizzly 2.0-based implementation of AsyncHttpProvider.
GrizzlyAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider
 
GrizzlyAsyncHttpProviderConfig - Class in com.ning.http.client.providers.grizzly
AsyncHttpProviderConfig implementation that allows customization of the Grizzly runtime outside of the scope of what the AsyncHttpClientConfig offers.
GrizzlyAsyncHttpProviderConfig() - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
GrizzlyAsyncHttpProviderConfig.Property - Enum in com.ning.http.client.providers.grizzly
Grizzly-specific customization properties.
GrizzlyResponse - Class in com.ning.http.client.providers.grizzly
HttpResponseBodyPart implementation using the Grizzly 2.0 HTTP client codec.
GrizzlyResponse(HttpResponsePacket, HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyResponse
 
GrizzlyResponseBodyPart - Class in com.ning.http.client.providers.grizzly
HttpResponseBodyPart implementation using the Grizzly 2.0 HTTP client codec.
GrizzlyResponseBodyPart(HttpContent, Connection) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyResponseBodyPart
 
GrizzlyResponseHeaders - Class in com.ning.http.client.providers.grizzly
HttpResponseHeaders implementation using the Grizzly 2.0 HTTP client codec.
GrizzlyResponseHeaders(HttpResponsePacket) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyResponseHeaders
 
GrizzlyResponseStatus - Class in com.ning.http.client.providers.grizzly
HttpResponseStatus implementation using the Grizzly 2.0 HTTP client codec.
GrizzlyResponseStatus(HttpResponsePacket, Uri, AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyResponseStatus
 
GrizzlyWebSocketAdapter - Class in com.ning.http.client.providers.grizzly.websocket
Grizzly AHC WebSocket adapter.
GZIP_DEFLATE - Static variable in class com.ning.http.client.providers.netty.request.NettyRequestFactory
 

H

handle(Channel, NettyResponseFuture<?>, Object) - Method in class com.ning.http.client.providers.netty.handler.HttpProtocol
 
handle(Channel, NettyResponseFuture<?>, Object) - Method in class com.ning.http.client.providers.netty.handler.Protocol
 
handle(Channel, NettyResponseFuture<?>, Object) - Method in class com.ning.http.client.providers.netty.handler.WebSocketProtocol
 
handleUnexpectedClosedChannel(Channel, NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
hasExpired() - Method in class com.ning.http.client.providers.jdk.JDKFuture
Is the Future still valid
hashCode() - Method in class com.ning.http.client.ConnectionPoolPartitioning.ProxyPartitionKey
 
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.Param
 
hashCode() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
 
hashCode() - Method in class com.ning.http.client.Realm
 
hashCode() - Method in class com.ning.http.client.uri.Uri
 
hasIOExceptionFilters - Variable in class com.ning.http.client.providers.netty.handler.Protocol
 
hasNextChunk() - Method in class com.ning.http.client.providers.netty.request.body.BodyChunkedInput
 
hasQueuedSubmissions() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns true if there are any tasks submitted to this pool that have not yet begun executing.
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.ResponseBase
 
hasResponseBody() - Method in class com.ning.http.client.webdav.WebDavResponse
 
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.ResponseBase
 
hasResponseHeaders() - Method in class com.ning.http.client.webdav.WebDavResponse
 
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.ResponseBase
 
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
 
headers(FluentCaseInsensitiveStringsMap) - Method in class com.ning.http.client.listener.TransferCompletionHandler
Set headers to this listener.
headers - Variable in class com.ning.http.client.ResponseBase
 
helpQuiesce() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Possibly executes tasks until the pool hosting the current task is quiescent.
HostnameChecker - Interface in com.ning.http.util
Hostname checker interface.
hostnameVerifier - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
HTTP - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
HTTP_HANDLER - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
HTTP_PROCESSOR - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
HttpProtocol - Class in com.ning.http.client.providers.netty.handler
 
HttpProtocol(ChannelManager, AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, NettyRequestSender) - Constructor for class com.ning.http.client.providers.netty.handler.HttpProtocol
 
HttpResponseBodyPart - Class in com.ning.http.client
A callback class used when an HTTP response body is received.
HttpResponseBodyPart(boolean) - Constructor for class com.ning.http.client.HttpResponseBodyPart
 
HttpResponseBodyPartsInputStream - Class in com.ning.http.client
An InputStream that reads all the elements in an array of HttpResponseBodyParts.
HttpResponseBodyPartsInputStream(List<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.HttpResponseBodyPartsInputStream
 
HttpResponseHeaders - Class in com.ning.http.client
A class that represent the HTTP headers.
HttpResponseHeaders() - Constructor for class com.ning.http.client.HttpResponseHeaders
 
HttpResponseHeaders(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, AsyncHttpClientConfig) - Constructor for class com.ning.http.client.HttpResponseStatus
 
HTTPS - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
HttpTransactionContext - Class in com.ning.http.client.providers.grizzly
 
HttpUtils - Class in com.ning.http.client.providers.netty.util
 

I

increment() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Equivalent to add(1).
incrementAndGetCurrentRedirectCount() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
INFLATER_HANDLER - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
inForkJoinPool() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns true if the current thread is a ForkJoinWorkerThread executing as a ForkJoinPool computation.
initializeTransport(AsyncHttpClientConfig) - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider
 
initPipeline(ChannelPipeline) - Method in interface com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer
 
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
 
INSTANCE - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
INSTANCE - Static variable in class com.ning.http.client.spnego.SpnegoEngine
 
intValue() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Returns the LongAdder.sum() as an int after a narrowing primitive conversion.
invoke(ForkJoinTask<T>) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Performs the given task, returning its result upon completion.
invoke() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Commences performing this task, awaits its completion if necessary, and returns its result, or throws an (unchecked) RuntimeException or Error if the underlying computation did so.
invokeAll(Collection<? extends Callable<T>>) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
 
invokeAll(ForkJoinTask<?>, ForkJoinTask<?>) - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Forks the given tasks, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAll(ForkJoinTask<?>...) - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Forks the given tasks, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
invokeAll(Collection<T>) - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Forks all tasks in the specified collection, returning when isDone holds for each task or an (unchecked) exception is encountered, in which case the exception is rethrown.
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
 
isAcceptAnyCertificate() - Method in class com.ning.http.client.AsyncHttpClientConfig
since 1.9.0
isAllowPoolingConnections() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is pooling connections enabled.
isAllowPoolingSslConnections() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return true is SSL connection polling is enabled.
ISBody() - Constructor for class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
isCancelled() - Method in class com.ning.http.client.ListenableFuture.CompletedFailure
 
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.chmv8.ForkJoinTask
 
isCancelled() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
isChannelValid(Channel) - Static method in class com.ning.http.client.providers.netty.channel.Channels
 
isClosed() - Method in class com.ning.http.client.AsyncHttpClient
Return true if closed
isClosed() - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
isCompletedAbnormally() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns true if this task threw an exception or was cancelled.
isCompletedNormally() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns true if this task completed without throwing an exception and was not cancelled.
isCompressionEnforced() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is HTTP compression enforced.
isConnectAllowed() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
isDisableUrlEncodingForBoundedRequests() - Method in class com.ning.http.client.AsyncHttpClientConfig
 
isDisableZeroCopy() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
isDone() - Method in class com.ning.http.client.ListenableFuture.CompletedFailure
 
isDone() - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder
 
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.chmv8.ForkJoinTask
 
isDone() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
isDontWriteBodyBecauseExpectContinue() - Method in class com.ning.http.client.providers.netty.future.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.providers.netty.chmv8.ConcurrentHashMapV8
isEmpty() - Method in class com.ning.http.client.simple.HeaderMap
 
isEndOfInput() - Method in class com.ning.http.client.providers.netty.request.body.BodyChunkedInput
 
isFailed() - Method in class com.ning.http.client.multipart.FilePartStallHandler
 
isFollowRedirect() - Method in class com.ning.http.client.AsyncHttpClientConfig
Is HTTP redirect enabled
isForceHttp10() - Method in class com.ning.http.client.ProxyServer
 
isHeadersAlreadyWrittenOnContinue() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
isHttpOnly() - Method in class com.ning.http.client.cookie.Cookie
 
isInAuth() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
isKeepAlive() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
isKeepEncodingHeader() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
isLast() - Method in class com.ning.http.client.HttpResponseBodyPart
Return true if this is the last part.
isLast() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseBodyPart
 
isNonEmpty(String) - Static method in class com.ning.http.util.MiscUtils
 
isNonEmpty(Object[]) - Static method in class com.ning.http.util.MiscUtils
 
isNonEmpty(byte[]) - Static method in class com.ning.http.util.MiscUtils
 
isNonEmpty(Collection<?>) - Static method in class com.ning.http.util.MiscUtils
 
isNonEmpty(Map<?, ?>) - Static method in class com.ning.http.util.MiscUtils
 
isNtlmEstablished(Connection) - Static method in class com.ning.http.client.providers.grizzly.Utils
 
isOmitQuery() - Method in class com.ning.http.client.Realm
 
isOmitQuery() - Method in class com.ning.http.client.Realm.RealmBuilder
 
isOpen() - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
isOpen() - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Return true if a connection can be cached.
isOpen() - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
isOpen() - Method in class com.ning.http.client.providers.netty.channel.pool.NoopChannelPool
 
isOpen() - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
isOpen() - Method in interface com.ning.http.client.ws.WebSocket
Returns true if the WebSocket is open/connected.
isQuiescent() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns true if all worker threads are currently idle.
isReady() - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder
 
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.ResponseBase
 
isRedirected() - Method in class com.ning.http.client.webdav.WebDavResponse
 
isReleasable() - Method in interface com.ning.http.client.providers.netty.chmv8.ForkJoinPool.ManagedBlocker
Returns true if blocking is unnecessary.
isSameHostAndProtocol(Uri, Uri) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
isSecure() - Method in class com.ning.http.client.cookie.Cookie
 
isSecure() - Method in class com.ning.http.client.providers.grizzly.events.SSLSwitchingEvent
 
isSecure(String) - Static method in class com.ning.http.client.providers.grizzly.Utils
 
isSecure(Uri) - Static method in class com.ning.http.client.providers.grizzly.Utils
 
isSecure(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
isSecure(Uri) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
isShutdown() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns true if this pool has been shut down.
isSslHandlerConfigured(ChannelPipeline) - Static method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
isStreamWasAlreadyConsumed() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
isStrict302Handling() - Method in class com.ning.http.client.AsyncHttpClientConfig
In the case of a POST/Redirect/Get scenario where the server uses a 302 for the redirect, should AHC respond to the redirect with a GET or whatever the original method was.
isTargetProxy() - Method in class com.ning.http.client.Realm
 
isTargetProxy() - Method in class com.ning.http.client.Realm.RealmBuilder
 
isTerminated() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns true if all tasks have completed following shut down.
isTerminating() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns true if the process of termination has commenced but not yet completed.
isTraillingHeadersReceived() - Method in class com.ning.http.client.HttpResponseHeaders
Return true is headers has been received after the response body.
isUnderlyingConnectionToBeClosed() - Method in class com.ning.http.client.HttpResponseBodyPart
Return true of the underlying connection will be closed once the response has been fully processed.
isUnderlyingConnectionToBeClosed() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseBodyPart
 
isUseAbsoluteURI() - Method in class com.ning.http.client.Realm
 
isUseAbsoluteURI() - Method in class com.ning.http.client.Realm.RealmBuilder
 
isUseDeadLockChecker() - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
isUseRelativeURIsWithConnectProxies() - Method in class com.ning.http.client.AsyncHttpClientConfig
 
isValid() - Method in class com.ning.http.client.AsyncHttpClientConfig
 
isWebSocket(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
isWrap() - Method in class com.ning.http.client.cookie.Cookie
 
iterator() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
iterator() - Method in class com.ning.http.client.FluentStringsMap
 
iterator() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
 

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, JDKFuture<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, List<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.jdk.JDKResponse
 
join() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns the result of the computation when it is done.

K

keepAlive(HttpRequest, HttpResponse) - Method in interface com.ning.http.client.providers.netty.handler.ConnectionStrategy
Determines whether the connection should be kept alive after this HTTP message exchange.
keepAlive(HttpRequest, HttpResponse) - Method in class com.ning.http.client.providers.netty.handler.DefaultConnectionStrategy
Implemented in accordance with RFC 7230 section 6.1 https://tools.ietf.org/html/rfc7230#section-6.1
keys() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns an enumeration of the keys in this table.
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.providers.netty.chmv8.ConcurrentHashMapV8
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in class com.ning.http.client.simple.HeaderMap
 

L

length() - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
 
length() - Method in class com.ning.http.client.HttpResponseBodyPart
Return length of this part in bytes.
length(byte[]) - Method in interface com.ning.http.client.multipart.Part
Return the full length of all the data.
length(byte[]) - Method in class com.ning.http.client.multipart.PartBase
Return the full length of all the data.
length() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseBodyPart
 
length() - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
length() - Method in class com.ning.http.client.providers.netty.response.NettyResponseBodyPart
 
length() - Method in interface com.ning.http.client.resumable.ResumableListener
Return the length of previously downloaded bytes.
length - Variable in class com.ning.http.util.StringCharSequence
 
length() - Method in class com.ning.http.util.StringCharSequence
 
ListenableFuture<V> - Interface in com.ning.http.client
Extended Future
ListenableFuture.CompletedFailure<T> - Class in com.ning.http.client
 
ListenableFutureAdapter - Class in com.ning.http.client.extra
 
ListenableFutureAdapter() - Constructor for class com.ning.http.client.extra.ListenableFutureAdapter
 
listeners - Variable in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
load() - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
 
load() - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Load the Map in memory, contains information about the transferred bytes.
logger - Variable in class com.ning.http.client.providers.netty.handler.Protocol
 
LongAdder - Class in com.ning.http.client.providers.netty.chmv8
One or more variables that together maintain an initially zero long sum.
LongAdder() - Constructor for class com.ning.http.client.providers.netty.chmv8.LongAdder
Creates a new adder with initial sum of zero.
longValue() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Equivalent to LongAdder.sum().

M

mac - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
MAGIC_GUID - Static variable in class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
main(String[]) - Static method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider
 
managedBlock(ForkJoinPool.ManagedBlocker) - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Blocks in accord with the given blocker.
mappingCount() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the number of mappings.
markUnderlyingConnectionAsToBeClosed() - Method in class com.ning.http.client.HttpResponseBodyPart
Close the underlying connection once the processing has completed.
markUnderlyingConnectionAsToBeClosed() - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseBodyPart
 
match(String, X509Certificate) - Method in interface com.ning.http.util.HostnameChecker
 
match(String, Principal) - Method in interface com.ning.http.util.HostnameChecker
 
match(String, X509Certificate) - Method in class com.ning.http.util.ProxyHostnameChecker
 
match(String, Principal) - Method in class com.ning.http.util.ProxyHostnameChecker
 
maxBufferSize - Variable in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
maxConnections - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxConnectionsPerHost - 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
 
maxRedirects - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
maxRequestRetry - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
md5(byte[]) - Static method in class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
merge(K, V, ConcurrentHashMapV8.BiFun<? super V, ? super V, ? extends V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
If the specified key is not already associated with a (non-null) value, associates it with the given value.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class com.ning.http.client.providers.netty.handler.Processor
 
millisTime() - Static method in class com.ning.http.util.DateUtils
 
MiscUtils - Class in com.ning.http.util
 
MultipartBody - Class in com.ning.http.client.multipart
 
MultipartBody(List<Part>, String, long, byte[]) - Constructor for class com.ning.http.client.multipart.MultipartBody
 
MultipartRequestEntity - Class in com.ning.http.client.providers.jdk
This class is an adaptation of the Apache HttpClient implementation
MultipartRequestEntity(List<Part>, FluentCaseInsensitiveStringsMap) - Constructor for class com.ning.http.client.providers.jdk.MultipartRequestEntity
Creates a new multipart entity containing the given parts.
MultipartUtils - Class in com.ning.http.client.multipart
 

N

NAME_BYTES - Static variable in interface com.ning.http.client.multipart.Part
name as a byte array
NameResolver - Interface in com.ning.http.client
 
NameResolver.JdkNameResolver - Enum in com.ning.http.client
 
NettyAsyncHttpProvider - Class in com.ning.http.client.providers.netty
 
NettyAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProvider
 
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
 
NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer - Interface in com.ning.http.client.providers.netty
 
NettyAsyncHttpProviderConfig.DefaultNettyWebSocketFactory - Class in com.ning.http.client.providers.netty
 
NettyAsyncHttpProviderConfig.NettyWebSocketFactory - Interface in com.ning.http.client.providers.netty
 
NettyBody - Interface in com.ning.http.client.providers.netty.request.body
 
NettyBodyBody - Class in com.ning.http.client.providers.netty.request.body
 
NettyBodyBody(Body, NettyAsyncHttpProviderConfig) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyBodyBody
 
NettyByteArrayBody - Class in com.ning.http.client.providers.netty.request.body
 
NettyByteArrayBody(byte[]) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyByteArrayBody
 
NettyByteArrayBody(byte[], String) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyByteArrayBody
 
NettyByteBufferBody - Class in com.ning.http.client.providers.netty.request.body
 
NettyByteBufferBody(ByteBuffer) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyByteBufferBody
 
NettyByteBufferBody(ByteBuffer, String) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyByteBufferBody
 
NettyCompositeByteArrayBody - Class in com.ning.http.client.providers.netty.request.body
 
NettyCompositeByteArrayBody(List<byte[]>) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyCompositeByteArrayBody
 
NettyCompositeByteArrayBody(List<byte[]>, String) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyCompositeByteArrayBody
 
nettyConfig - Variable in class com.ning.http.client.providers.netty.handler.Protocol
 
NettyConnectListener<T> - Class in com.ning.http.client.providers.netty.request
Non Blocking connect.
NettyConnectListener(NettyResponseFuture<T>, NettyRequestSender, ChannelManager, boolean, Object) - Constructor for class com.ning.http.client.providers.netty.request.NettyConnectListener
 
NettyDirectBody - Class in com.ning.http.client.providers.netty.request.body
 
NettyDirectBody() - Constructor for class com.ning.http.client.providers.netty.request.body.NettyDirectBody
 
NettyFileBody - Class in com.ning.http.client.providers.netty.request.body
 
NettyFileBody(File, NettyAsyncHttpProviderConfig) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyFileBody
 
NettyFileBody(File, long, long, NettyAsyncHttpProviderConfig) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyFileBody
 
NettyInputStreamBody - Class in com.ning.http.client.providers.netty.request.body
 
NettyInputStreamBody(InputStream) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyInputStreamBody
 
NettyMultipartBody - Class in com.ning.http.client.providers.netty.request.body
 
NettyMultipartBody(List<Part>, FluentCaseInsensitiveStringsMap, NettyAsyncHttpProviderConfig) - Constructor for class com.ning.http.client.providers.netty.request.body.NettyMultipartBody
 
NettyRequest - Class in com.ning.http.client.providers.netty.request
 
NettyRequest(HttpRequest, NettyBody) - Constructor for class com.ning.http.client.providers.netty.request.NettyRequest
 
NettyRequestFactory - Class in com.ning.http.client.providers.netty.request
 
NettyRequestFactory(AsyncHttpClientConfig, NettyAsyncHttpProviderConfig) - Constructor for class com.ning.http.client.providers.netty.request.NettyRequestFactory
 
NettyRequestSender - Class in com.ning.http.client.providers.netty.request
 
NettyRequestSender(AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, ChannelManager, Timer, AtomicBoolean) - Constructor for class com.ning.http.client.providers.netty.request.NettyRequestSender
 
NettyResponse - Class in com.ning.http.client.providers.netty.response
Wrapper around the Response API.
NettyResponse(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.providers.netty.response.NettyResponse
 
NettyResponseBodyPart - Class in com.ning.http.client.providers.netty.response
A callback class used when an HTTP response body is received.
NettyResponseBodyPart(HttpResponse, boolean) - Constructor for class com.ning.http.client.providers.netty.response.NettyResponseBodyPart
 
NettyResponseBodyPart(HttpResponse, HttpChunk, boolean) - Constructor for class com.ning.http.client.providers.netty.response.NettyResponseBodyPart
 
NettyResponseFuture<V> - Class in com.ning.http.client.providers.netty.future
A Future that can be used to track when an asynchronous HTTP request has been fully processed.
NettyResponseFuture(Uri, Request, AsyncHandler<V>, NettyRequest, int, ConnectionPoolPartitioning, ProxyServer) - Constructor for class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
nettyResponseFuture - Variable in class com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask
 
NettyResponseFuture.STATE - Enum in com.ning.http.client.providers.netty.future
 
NettyResponseHeaders - Class in com.ning.http.client.providers.netty.response
A class that represent the HTTP headers.
NettyResponseHeaders(HttpHeaders) - Constructor for class com.ning.http.client.providers.netty.response.NettyResponseHeaders
 
NettyResponseHeaders(HttpHeaders, HttpHeaders) - Constructor for class com.ning.http.client.providers.netty.response.NettyResponseHeaders
 
NettyResponseStatus - Class in com.ning.http.client.providers.netty.response
A class that represent the HTTP response' status line (code + text)
NettyResponseStatus(Uri, AsyncHttpClientConfig, HttpResponse) - Constructor for class com.ning.http.client.providers.netty.response.NettyResponseStatus
 
NettyWebSocket - Class in com.ning.http.client.providers.netty.ws
 
NettyWebSocket(Channel, NettyAsyncHttpProviderConfig) - Constructor for class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
NettyWebSocket(Channel, NettyAsyncHttpProviderConfig, Collection<WebSocketListener>) - Constructor for class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
newDrainCallback(NettyResponseFuture<?>, Channel, boolean, Object) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
newInstance(AsyncHttpProviderConfig<?, ?>, ProtocolHandler) - Static method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
Create new GrizzlyWebSocketAdapter instance.
newKeySet() - Static method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Creates a new Set backed by a ConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(int) - Static method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Creates a new Set backed by a ConcurrentHashMapV8 from the given type to Boolean.TRUE.
newMultipartBody(List<Part>, FluentCaseInsensitiveStringsMap) - Static method in class com.ning.http.client.multipart.MultipartUtils
Creates a new multipart entity containing the given parts.
newNettyRequest(Request, Uri, boolean, ProxyServer) - Method in class com.ning.http.client.providers.netty.request.NettyRequestFactory
 
newNettyWebSocket(Channel, NettyAsyncHttpProviderConfig) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig.DefaultNettyWebSocketFactory
 
newNettyWebSocket(Channel, NettyAsyncHttpProviderConfig) - Method in interface com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig.NettyWebSocketFactory
 
newSSLEngine(String, int) - Method in class com.ning.http.client.SSLEngineFactory.DefaultSSLEngineFactory
 
newSSLEngine(String, int) - Method in interface com.ning.http.client.SSLEngineFactory
Creates new SSLEngine.
newTaskFor(Runnable, T) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
 
newTaskFor(Callable<T>) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
 
newThread(ForkJoinPool) - Method in interface com.ning.http.client.providers.netty.chmv8.ForkJoinPool.ForkJoinWorkerThreadFactory
Returns a new worker thread operating in the given pool.
newTimeout(TimerTask, long) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
newValidCookie(String, String, boolean, String, String, int, long, boolean, boolean) - Static method in class com.ning.http.client.cookie.Cookie
Deprecated. 
newValidCookie(String, String, boolean, String, String, long, boolean, boolean) - Static method in class com.ning.http.client.cookie.Cookie
 
nextChunk() - Method in class com.ning.http.client.providers.netty.request.body.BodyChunkedInput
 
nextComplete() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
If this task does not have a completer, invokes ForkJoinTask.quietlyComplete() and returns null.
NO_PROXY_SELECTOR - Static variable in interface com.ning.http.client.ProxyServerSelector
A selector that always selects no proxy.
NonBlockingFeeder(FeedableBodyGenerator) - Constructor for class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder
Constructs the NonBlockingFeeder with the associated FeedableBodyGenerator.
NONCE_BUFFER - Static variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
NoopChannelPool - Class in com.ning.http.client.providers.netty.channel.pool
 
NoopChannelPool() - Constructor for class com.ning.http.client.providers.netty.channel.pool.NoopChannelPool
 
notifyReadyToFeed(FeedableBodyGenerator.NonBlockingFeeder.ReadyToFeedListener) - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder
Callback registration to signal the FeedableBodyGenerator that data is available once again to continue feeding.
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(Channel, Object) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Add a connection to the pool
offer(Channel, Object) - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
offer(Channel, Object) - Method in class com.ning.http.client.providers.netty.channel.pool.NoopChannelPool
 
onAllBytesReceived() - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
 
onAllBytesReceived() - Method in interface com.ning.http.client.resumable.ResumableListener
Invoked when all the bytes has been sucessfully transferred.
onBinaryFragment(HttpResponseBodyPart) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.AsyncCompletionHandler
 
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
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
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(byte[]) - 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(Uri, 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(long, long, long) - Method in interface com.ning.http.client.listener.TransferListener
Invoked every time request's chunk are sent.
onBytesSent(Uri, long, long, long) - Method in interface com.ning.http.client.simple.SimpleAHCTransferListener
This method is called when bytes are sent.
onClose(NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.handler.HttpProtocol
 
onClose(NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.handler.Protocol
 
onClose(NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.handler.WebSocketProtocol
 
onClose() - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
onClose(int, String) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
onClose(WebSocket) - Method in class com.ning.http.client.ws.DefaultWebSocketListener
 
onClose(WebSocket, int, String) - Method in interface com.ning.http.client.ws.WebSocketCloseCodeReasonListener
Invoked when the WebSocket is close.
onClose(WebSocket) - Method in interface com.ning.http.client.ws.WebSocketListener
Invoked when the WebSocket is close.
onClose(WebSocket, int, String) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
onCompleted() - Method in class com.ning.http.client.AsyncCompletionHandler
 
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
 
onCompleted(Uri, 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
 
onCompleted(WebDavResponse) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
Invoked once the HTTP response has been fully read.
onCompleted() - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
onCompletion(CountedCompleter<?>) - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Performs an action when method CountedCompleter.tryComplete() is invoked and the pending count is zero, or when the unconditional method CountedCompleter.complete(T) is invoked.
onConnectionOpen() - Method in interface com.ning.http.client.AsyncHandlerExtensions
Notify the callback when a new connection was successfully opened.
onConnectionPooled() - Method in interface com.ning.http.client.AsyncHandlerExtensions
Notify the callback when a new connection was successfully fetched from the pool.
onContentAdded() - Method in interface com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator.FeedListener
 
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 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
 
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.
onDnsResolved(InetAddress) - Method in interface com.ning.http.client.AsyncHandlerExtensions
Notify the callback after DNS resolution has completed.
onError(NettyResponseFuture<?>, Throwable) - Method in class com.ning.http.client.providers.netty.handler.HttpProtocol
 
onError(NettyResponseFuture<?>, Throwable) - Method in class com.ning.http.client.providers.netty.handler.Protocol
 
onError(NettyResponseFuture<?>, Throwable) - Method in class com.ning.http.client.providers.netty.handler.WebSocketProtocol
 
onError(Throwable) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
onError(Throwable) - Method in class com.ning.http.client.ws.DefaultWebSocketListener
 
onError(Throwable) - Method in interface com.ning.http.client.ws.WebSocketListener
Invoked when the WebSocket is open.
onExceptionalCompletion(Throwable, CountedCompleter<?>) - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Performs an action when method ForkJoinTask.completeExceptionally(Throwable) is invoked or method CountedCompleter.compute() throws an exception, and this task has not already otherwise completed normally.
onFailure(Throwable) - Method in interface com.ning.http.client.UpgradeHandler
If the upgrade fail.
onFailure(Throwable) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
onFragment(HttpResponseBodyPart) - Method in interface com.ning.http.client.ws.WebSocketByteFragmentListener
 
onFragment(HttpResponseBodyPart) - Method in interface com.ning.http.client.ws.WebSocketTextFragmentListener
 
onHeaders(Uri, 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
 
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
 
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.resumable.ResumableAsyncHandler
 
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
 
onHeadersReceived(HttpResponseHeaders) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
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
 
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.
onMessage(byte[]) - Method in class com.ning.http.client.ws.DefaultWebSocketListener
 
onMessage(String) - Method in class com.ning.http.client.ws.DefaultWebSocketListener
 
onMessage(byte[]) - Method in interface com.ning.http.client.ws.WebSocketByteListener
Invoked when bytes are available.
onMessage(String) - Method in interface com.ning.http.client.ws.WebSocketTextListener
Invoked when WebSocket text message are received.
onOpen(WebSocket) - Method in class com.ning.http.client.ws.DefaultWebSocketListener
 
onOpen(WebSocket) - Method in interface com.ning.http.client.ws.WebSocketListener
Invoked when the WebSocket is open.
onOpenConnection() - Method in interface com.ning.http.client.AsyncHandlerExtensions
Notify the callback when trying to open a new connection.
onPing(HttpResponseBodyPart) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
onPing(byte[]) - Method in class com.ning.http.client.ws.DefaultWebSocketListener
 
onPing(byte[]) - Method in interface com.ning.http.client.ws.WebSocketPingListener
Invoked when a ping message is received
onPong(HttpResponseBodyPart) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
onPong(byte[]) - Method in class com.ning.http.client.ws.DefaultWebSocketListener
 
onPong(byte[]) - Method in interface com.ning.http.client.ws.WebSocketPongListener
Invoked when a pong message is received
onPoolConnection() - Method in interface com.ning.http.client.AsyncHandlerExtensions
Notify the callback when trying to fetch a connection from the pool.
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.
onRetry() - Method in interface com.ning.http.client.AsyncHandlerExtensions
Notify the callback every time a request is being retried.
onSendRequest(Object) - Method in interface com.ning.http.client.AsyncHandlerExtensions
Notify the callback when a request is about to be written on the wire.
onSslHandshakeCompleted() - Method in interface com.ning.http.client.AsyncHandlerExtensions
Notify the callback when the SSL handshake performed to establish an HTTPS connection has been completed.
onStart() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinWorkerThread
Initializes internal state after construction but before processing any tasks.
onStatus(Uri, 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
 
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
 
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
 
onStatusReceived(HttpResponseStatus) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
onSuccess(T) - Method in interface com.ning.http.client.UpgradeHandler
If the HTTP Upgrade succeed (response's status code equals 101), the AsyncHttpProvider will invoke that method
onSuccess(WebSocket) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
onTermination(Throwable) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinWorkerThread
Performs cleanup associated with termination of this worker thread.
onTextFragment(HttpResponseBodyPart) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
onThrowable(Throwable) - Method in class com.ning.http.client.AsyncCompletionHandler
 
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
 
onThrowable(Throwable) - Method in interface com.ning.http.client.ThrowableHandler
 
onThrowable(Throwable) - Method in class com.ning.http.client.webdav.WebDavCompletionHandlerBase
 
onThrowable(Throwable) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
operationComplete(ChannelFuture) - Method in class com.ning.http.client.providers.netty.request.NettyConnectListener
 
operationComplete(ChannelFuture) - Method in class com.ning.http.client.providers.netty.request.ProgressListener
 
operationProgressed(ChannelFuture, long, long, long) - Method in class com.ning.http.client.providers.netty.request.ProgressListener
 
OptimizedFileRegion - Class in com.ning.http.client.providers.netty.request.body
 
OptimizedFileRegion(RandomAccessFile, long, long) - Constructor for class com.ning.http.client.providers.netty.request.body.OptimizedFileRegion
 
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
A simple OutputStream implementation for BodyConsumer
OutputStreamBodyConsumer(OutputStream) - Constructor for class com.ning.http.client.consumers.OutputStreamBodyConsumer
 
OutputStreamPartVisitor - Class in com.ning.http.client.multipart
 
OutputStreamPartVisitor(OutputStream) - Constructor for class com.ning.http.client.multipart.OutputStreamPartVisitor
 

P

Param - Class in com.ning.http.client
A pair of (name, value) String
Param(String, String) - Constructor for class com.ning.http.client.Param
 
parse(String, ParsePosition) - Method in class com.ning.http.client.cookie.RFC2616DateParser
 
parseCharset(String) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
parseProxyAuthenticateHeader(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
parseWWWAuthenticateHeader(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
Part - Interface in com.ning.http.client.multipart
 
PartBase - Class in com.ning.http.client.multipart
 
PartBase(String, String, Charset, String) - Constructor for class com.ning.http.client.multipart.PartBase
 
PartBase(String, String, Charset, String, String) - Constructor for class com.ning.http.client.multipart.PartBase
Constructor.
parts - Variable in class com.ning.http.client.providers.jdk.MultipartRequestEntity
The MIME parts as set by the constructor
PartVisitor - Interface in com.ning.http.client.multipart
 
patchNettyChunkingIssue(boolean) - Method in class com.ning.http.client.generators.InputStreamBodyGenerator
HACK: This is required because Netty has issues with chunking.
peekNextLocalTask() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Returns, but does not unschedule or execute, a task queued by the current thread but not yet executed, if one is immediately available.
perConnectionAuthorizationHeader(Request, Uri, ProxyServer, Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
perConnectionProxyAuthorizationHeader(Request, ProxyServer, boolean) - Static method in class com.ning.http.util.AuthenticatorUtils
 
perRequestAuthorizationHeader(Request, Uri, Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
perRequestProxyAuthorizationHeader(Request, Realm, ProxyServer, boolean) - Static method in class com.ning.http.util.AuthenticatorUtils
 
poll(Uri, ProxyServer, ConnectionPoolPartitioning) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
poll(Object) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Get a connection from a partition
poll(Object) - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
poll(Object) - Method in class com.ning.http.client.providers.netty.channel.pool.NoopChannelPool
 
pollAndVerifyCachedChannel(Uri, ProxyServer, ConnectionPoolPartitioning, AsyncHandler<?>) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
pollNextLocalTask() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if the current thread is operating in a ForkJoinPool.
pollSubmission() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Removes and returns the next unexecuted submission if one is available.
pollTask() - Static method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
If the current thread is operating in a ForkJoinPool, unschedules and returns, without executing, the next task queued by the current thread but not yet executed, if one is available, or if not available, a task that was forked by some other thread, if available.
pooledConnectionIdleTimeout - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
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
 
preemptChannel(Object) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
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.
preparePatch(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client PATCH 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 RequestBuilder using a Request
prepareResponse(HttpResponseHeaders, List<HttpResponseBodyPart>) - Method in class com.ning.http.client.HttpResponseStatus
Prepare a Response
prepareResponse(HttpResponseHeaders, List<HttpResponseBodyPart>) - Method in class com.ning.http.client.providers.grizzly.GrizzlyResponseStatus
 
prepareResponse(HttpResponseHeaders, List<HttpResponseBodyPart>) - Method in class com.ning.http.client.providers.jdk.ResponseStatus
 
prepareResponse(HttpResponseHeaders, List<HttpResponseBodyPart>) - Method in class com.ning.http.client.providers.netty.response.NettyResponseStatus
 
prepareTrace(String) - Method in class com.ning.http.client.AsyncHttpClient
Prepare an HTTP client TRACE request.
Processor - Class in com.ning.http.client.providers.netty.handler
 
Processor(AsyncHttpClientConfig, ChannelManager, NettyRequestSender, Protocol) - Constructor for class com.ning.http.client.providers.netty.handler.Processor
 
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.
ProgressListener - Class in com.ning.http.client.providers.netty.request
 
ProgressListener(AsyncHttpClientConfig, AsyncHandler<?>, NettyResponseFuture<?>, boolean) - Constructor for class com.ning.http.client.providers.netty.request.ProgressListener
 
propagateCompletion() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Equivalent to CountedCompleter.tryComplete() but does not invoke CountedCompleter.onCompletion(CountedCompleter) along the completion path: If the pending count is nonzero, decrements the count; otherwise, similarly tries to complete this task's completer, if one exists, else marks this task as complete.
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.grizzly.GrizzlyAsyncHttpProviderConfig
 
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.
Protocol - Class in com.ning.http.client.providers.netty.handler
 
Protocol(ChannelManager, AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, NettyRequestSender) - Constructor for class com.ning.http.client.providers.netty.handler.Protocol
 
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.
ProxyHostnameChecker - Class in com.ning.http.util
A HostnameChecker proxy.
ProxyHostnameChecker() - Constructor for class com.ning.http.util.ProxyHostnameChecker
 
ProxyPartitionKey(String, String) - Constructor for class com.ning.http.client.ConnectionPoolPartitioning.ProxyPartitionKey
 
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
 
proxyServerSelector - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
ProxyServerSelector - Interface in com.ning.http.client
Selector for a proxy server
ProxyUtils - Class in com.ning.http.util
Utilities for Proxy handling.
PushBody() - Constructor for class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator.PushBody
 
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(K, V) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Maps the specified key to the specified value in this table.
put(String, long) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
 
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 K, ? extends V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
putIfAbsent(K, V) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8

Q

quietlyComplete() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Completes this task normally without setting a value.
quietlyCompleteRoot() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Equivalent to getRoot().quietlyComplete().
quietlyInvoke() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Commences performing this task and awaits its completion if necessary, without returning its result or throwing its exception.
quietlyJoin() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Joins this task, without returning its result or throwing its exception.
QUOTE_BYTE - Static variable in interface com.ning.http.client.multipart.Part
Content dispostion as a byte

R

RandomAccessBody - Interface in com.ning.http.client
A request body which supports random access to its contents.
rbQueryParams - Variable in class com.ning.http.client.RequestBuilderBase
 
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() - Method in class com.ning.http.client.HttpResponseBodyPartsInputStream
 
read(ByteBuffer) - Method in class com.ning.http.client.multipart.MultipartBody
 
read(ByteBuffer) - Method in class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator.PushBody
 
readFully(InputStream, int[]) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
readTimeout - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
readTimeout - Variable in class com.ning.http.client.providers.netty.request.timeout.TimeoutsHolder
 
ReadTimeoutTimerTask - Class in com.ning.http.client.providers.netty.request.timeout
 
ReadTimeoutTimerTask(NettyResponseFuture<?>, NettyRequestSender, TimeoutsHolder, long, long) - Constructor for class com.ning.http.client.providers.netty.request.timeout.ReadTimeoutTimerTask
 
ready() - Method in interface com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder.ReadyToFeedListener
Data is once again ready to be fed.
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
realmBuilder() - Method in class com.ning.http.client.ProxyServer
 
RealmBuilder() - Constructor for class com.ning.http.client.Realm.RealmBuilder
 
recoverOnDisconnectException(Throwable) - Static method in class com.ning.http.client.providers.netty.future.StackTraceInspector
 
recoverOnReadOrWriteException(Throwable) - Static method in class com.ning.http.client.providers.netty.future.StackTraceInspector
 
REDIRECT_STATUSES - Static variable in class com.ning.http.client.providers.netty.handler.Protocol
 
reduce(long, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
reduceEntries(long, ConcurrentHashMapV8.BiFun<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
reduceEntriesToDouble(long, ConcurrentHashMapV8.ObjectToDouble<Map.Entry<K, V>>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ConcurrentHashMapV8.ObjectToInt<Map.Entry<K, V>>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ConcurrentHashMapV8.ObjectToLong<Map.Entry<K, V>>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceKeys(long, ConcurrentHashMapV8.BiFun<? super K, ? super K, ? extends K>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, ConcurrentHashMapV8.Fun<? super K, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
reduceKeysToDouble(long, ConcurrentHashMapV8.ObjectToDouble<? super K>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ConcurrentHashMapV8.ObjectToInt<? super K>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ConcurrentHashMapV8.ObjectToLong<? super K>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceToDouble(long, ConcurrentHashMapV8.ObjectByObjectToDouble<? super K, ? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ConcurrentHashMapV8.ObjectByObjectToInt<? super K, ? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ConcurrentHashMapV8.ObjectByObjectToLong<? super K, ? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceValues(long, ConcurrentHashMapV8.BiFun<? super V, ? super V, ? extends V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, ConcurrentHashMapV8.Fun<? super V, ? extends U>, ConcurrentHashMapV8.BiFun<? super U, ? super U, ? extends U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
reduceValuesToDouble(long, ConcurrentHashMapV8.ObjectToDouble<? super V>, double, ConcurrentHashMapV8.DoubleByDoubleToDouble) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ConcurrentHashMapV8.ObjectToInt<? super V>, int, ConcurrentHashMapV8.IntByIntToInt) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ConcurrentHashMapV8.ObjectToLong<? super V>, long, ConcurrentHashMapV8.LongByLongToLong) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
registerOpenChannel(Channel, Object) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
reinitialize() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Resets the internal bookkeeping state of this task, allowing a subsequent fork.
releaseExternalResources() - Method in class com.ning.http.client.providers.netty.request.body.BodyFileRegion
 
releaseExternalResources() - Method in class com.ning.http.client.providers.netty.request.body.OptimizedFileRegion
 
remoteAddress - Variable in class com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask
 
REMOTELY_CLOSED_EXCEPTION - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
remove(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
remove(Object) - Method in class com.ning.http.client.FluentStringsMap
 
remove(Object) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
remove(String) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
 
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(Channel) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
removeAll(Channel) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Remove all connections from the cache.
removeAll(Channel) - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
removeAll(Channel) - Method in class com.ning.http.client.providers.netty.channel.pool.NoopChannelPool
 
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(GrizzlyAsyncHttpProviderConfig.Property) - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
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
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
removeWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
removeWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
removeWebSocketListener(WebSocketListener) - Method in interface com.ning.http.client.ws.WebSocket
removeWebSocketListener(WebSocketListener) - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler.Builder
replace(K, V, V) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
replace(K, V) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
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.
replaceAll(ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends V>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
 
replaceWith(String, String...) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replaces the values for the given key with the given values.
replaceWith(String, Collection<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
Replaces the values for the given key with the given values.
replaceWith(String, String...) - Method in class com.ning.http.client.FluentStringsMap
Replaces the values for the given key with the given values.
replaceWith(String, Collection<String>) - Method in class com.ning.http.client.FluentStringsMap
Replaces the values for the given key with the given values.
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.
replayRequest(NettyResponseFuture<?>, FilterContext, Channel) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
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
 
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(String, UriEncoder) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(Request) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(Request, UriEncoder) - 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>, String, UriEncoder) - Constructor for class com.ning.http.client.RequestBuilderBase
 
RequestBuilderBase(Class<T>, Request) - Constructor for class com.ning.http.client.RequestBuilderBase
 
RequestBuilderBase(Class<T>, Request, UriEncoder) - Constructor for class com.ning.http.client.RequestBuilderBase
 
RequestEntity - Interface in com.ning.http.client.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
 
requestSender - Variable in class com.ning.http.client.providers.netty.handler.Protocol
 
requestSender - Variable in class com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask
 
requestTimeout - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
requestTimeout - Variable in class com.ning.http.client.providers.netty.request.timeout.TimeoutsHolder
 
requestTimeout(AsyncHttpClientConfig, Request) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
RequestTimeoutTimerTask - Class in com.ning.http.client.providers.netty.request.timeout
 
RequestTimeoutTimerTask(NettyResponseFuture<?>, NettyRequestSender, TimeoutsHolder, long) - Constructor for class com.ning.http.client.providers.netty.request.timeout.RequestTimeoutTimerTask
 
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.providers.netty.chmv8.LongAdder
Resets variables maintaining the sum to zero.
reset() - Method in class com.ning.http.client.Response.ResponseBuilder
Reset the internal state of this builder.
resetCookies() - Method in class com.ning.http.client.RequestBuilderBase
 
resetFormParams() - Method in class com.ning.http.client.RequestBuilderBase
 
resetMultipartData() - Method in class com.ning.http.client.RequestBuilderBase
 
resetNonMultipartData() - Method in class com.ning.http.client.RequestBuilderBase
 
resetQuery() - Method in class com.ning.http.client.RequestBuilderBase
 
resolve(String) - Method in enum com.ning.http.client.NameResolver.JdkNameResolver
 
resolve(String) - Method in interface com.ning.http.client.NameResolver
 
Response - Interface in com.ning.http.client
Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
Response.ResponseBuilder - Class in com.ning.http.client
 
ResponseBase - Class in com.ning.http.client
 
ResponseBase(HttpResponseStatus, HttpResponseHeaders, List<HttpResponseBodyPart>) - Constructor for class com.ning.http.client.ResponseBase
 
ResponseBodyPart - Class in com.ning.http.client.providers.jdk
A callback class used when an HTTP response body is received.
ResponseBodyPart(byte[], boolean) - Constructor for class com.ning.http.client.providers.jdk.ResponseBodyPart
 
ResponseBuilder() - Constructor for class com.ning.http.client.Response.ResponseBuilder
 
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(HttpResponseHeaders) - Method in class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
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
 
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, AsyncHttpClientConfig, HttpURLConnection) - Constructor for class com.ning.http.client.providers.jdk.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.
retry(NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
reuseChannel() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
RFC2616DateParser - Class in com.ning.http.client.cookie
A parser for RFC2616 Date format.
RFC3986_PCHARS - Static variable in class com.ning.http.util.UTF8UrlEncoder
 
RFC3986_RESERVED_CHARS - Static variable in class com.ning.http.util.UTF8UrlEncoder
 
RFC3986_SUBDELIM_CHARS - Static variable in class com.ning.http.util.UTF8UrlEncoder
 
RFC3986_UNRESERVED_CHARS - Static variable in class com.ning.http.util.UTF8UrlEncoder
Encoding table used for figuring out ascii characters that must be escaped (all non-Ascii characters need to be encoded anyway)
run() - Method in class com.ning.http.client.listenable.ExecutionList
Runs this execution list, executing all pairs in the order they were added.
run() - Method in class com.ning.http.client.multipart.FilePartStallHandler
 
run() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinWorkerThread
This method is required to be public, but should never be called explicitly.
run(Timeout) - Method in class com.ning.http.client.providers.netty.request.timeout.ReadTimeoutTimerTask
 
run(Timeout) - Method in class com.ning.http.client.providers.netty.request.timeout.RequestTimeoutTimerTask
 
runListeners() - Method in class com.ning.http.client.listenable.AbstractListenableFuture
 

S

save(Map<String, Long>) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
 
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.
search(long, ConcurrentHashMapV8.BiFun<? super K, ? super V, ? extends U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns a non-null result from applying the given search function on each (key, value), or null if none.
searchEntries(long, ConcurrentHashMapV8.Fun<Map.Entry<K, V>, ? extends U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns a non-null result from applying the given search function on each entry, or null if none.
searchKeys(long, ConcurrentHashMapV8.Fun<? super K, ? extends U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns a non-null result from applying the given search function on each key, or null if none.
searchValues(long, ConcurrentHashMapV8.Fun<? super V, ? extends U>) - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns a non-null result from applying the given search function on each value, or null if none.
select(Object) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPoolPartitionSelector
 
select(Uri) - Method in interface com.ning.http.client.ProxyServerSelector
Select a proxy server to use for the given URI.
sendData(OutputStream) - Method in class com.ning.http.client.multipart.ByteArrayPart
 
sendData(OutputStream) - Method in class com.ning.http.client.multipart.FilePart
 
sendData(OutputStream) - Method in class com.ning.http.client.multipart.PartBase
 
sendData(OutputStream) - Method in class com.ning.http.client.multipart.StringPart
Writes the data to the given OutputStream.
sendMessage(byte[]) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
sendMessage(String) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
sendMessage(byte[]) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
sendMessage(String) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
sendMessage(byte[]) - Method in interface com.ning.http.client.ws.WebSocket
Send a byte message.
sendMessage(String) - Method in interface com.ning.http.client.ws.WebSocket
Send a text message
sendNextRequest(Request, NettyResponseFuture<T>) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
sendPing(byte[]) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
sendPing(byte[]) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
sendPing(byte[]) - Method in interface com.ning.http.client.ws.WebSocket
Send a ping with an optional payload (limited to 125 bytes or less).
sendPong(byte[]) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
sendPong(byte[]) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
sendPong(byte[]) - Method in interface com.ning.http.client.ws.WebSocket
Send a ping with an optional payload (limited to 125 bytes or less).
sendRequest(Request, AsyncHandler<T>, NettyResponseFuture<T>, boolean) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
setAcceptAnyCertificate(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
 
setAcceptAnyCertificate(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setAcceptAnyCertificate(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setAlgorithm(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setAllowPoolingConnection(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setAllowPoolingConnections(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set true if connection can be pooled by a ChannelPool.
setAllowPoolingConnections(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setAllowPoolingSslConnections(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
 
setAsyncHandler(AsyncHandler<V>) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setAsyncHttpClientProviderConfig(AsyncHttpProviderConfig<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
setAttribute(Channel, Object) - Static method in class com.ning.http.client.providers.netty.channel.Channels
 
setBody(byte[]) - 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(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(List<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(BodyGenerator) - Method in class com.ning.http.client.RequestBuilderBase
 
setBodyEncoding(String) - Method in class com.ning.http.client.RequestBuilderBase
 
setBossExecutorService(ExecutorService) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setChannelPool(ChannelPool) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setCharset(Charset) - Method in class com.ning.http.client.ProxyServer
 
setCharset(Charset) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setChunkedFileChunkSize(int) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setCompressionEnforced(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Enforce HTTP compression.
setCompressionEnforced(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setCompressionEnforced(boolean) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setConnectAllowed(boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setConnectionPool(MultiEndpointPool<SocketAddress>) - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
setConnectionPoolKeyStrategy(ConnectionPoolPartitioning) - Method in class com.ning.http.client.RequestBuilderBase
 
setConnectionStrategy(ConnectionStrategy) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setConnectionTimeOut(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setConnectionTTL(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond connection can be added to the pool for further reuse
setConnectTimeout(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
setConnectTimeout(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setContentLength(int) - Method in class com.ning.http.client.RequestBuilderBase
 
setCookies(Collection<Cookie>) - Method in class com.ning.http.client.RequestBuilderBase
 
setCustomHeaders(List<Param>) - Method in class com.ning.http.client.multipart.PartBase
 
setDefaultThrowableHandler(ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setDisableUrlEncodingForBoundedRequests(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Disable automatic url escaping
setDisableUrlEncodingForBoundRequests(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setDisableZeroCopy(boolean) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setDiscard(Channel) - Static method in class com.ning.http.client.providers.netty.channel.Channels
 
setDispositionType(String) - Method in class com.ning.http.client.multipart.PartBase
 
setDontWriteBodyBecauseExpectContinue(boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setEnabledCipherSuites(String[]) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
 
setEnabledProtocols(String[]) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
 
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
 
setFeeder(FeedableBodyGenerator.Feeder) - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator
Add a FeedableBodyGenerator.Feeder implementation that will be invoked when writing without blocking is possible.
setFileName(String) - Method in class com.ning.http.client.multipart.AbstractFilePart
 
setFollowRedirect(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set to true to enable HTTP redirect
setFollowRedirect(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
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
 
setForceHttp10(boolean) - Method in class com.ning.http.client.ProxyServer
 
setForkJoinTaskTag(short) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Atomically sets the tag value for this task.
setFormParams(Map<String, List<String>>) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setFormParams(List<Param>) - Method in class com.ning.http.client.AsyncHttpClient.BoundRequestBuilder
 
setFormParams(List<Param>) - Method in class com.ning.http.client.RequestBuilder
 
setFormParams(Map<String, List<String>>) - Method in class com.ning.http.client.RequestBuilder
 
setFormParams(Map<String, List<String>>) - Method in class com.ning.http.client.RequestBuilderBase
 
setFormParams(List<Param>) - Method in class com.ning.http.client.RequestBuilderBase
 
setFormParams(List<Param>) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setFormParams(Map<String, List<String>>) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setFormParams(List<Param>) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setFormParams(Map<String, List<String>>) - Method in interface com.ning.http.client.SimpleAsyncHttpClient.DerivedBuilder
 
setHandshakeTimeout(long) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
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
 
setHeadersAlreadyWrittenOnContinue(boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setHostnameVerifier(HostnameVerifier) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
setHostnameVerifier(HostnameVerifier) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setHttpAdditionalPipelineInitializer(NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setHttpClientCodecMaxChunkSize(int) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setHttpClientCodecMaxHeaderSize(int) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setHttpClientCodecMaxInitialLineLength(int) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setHttpHeaders(HttpHeaders) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setHttpsAdditionalPipelineInitializer(NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setIdleConnectionInPoolTimeout(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setInetAddress(InetAddress) - Method in class com.ning.http.client.RequestBuilderBase
 
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.providers.netty.future.NettyResponseFuture
 
setKeepEncodingHeader(boolean) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setListener(FeedableBodyGenerator.FeedListener) - Method in class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator
 
setListener(SimpleAHCTransferListener) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
Set the listener to notify about connection progress.
setLocalInetAddress(InetAddress) - Method in class com.ning.http.client.RequestBuilderBase
 
setMaxConnectionLifeTime(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaxConnectionPerHost(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setMaxConnections(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of connections an AsyncHttpClient can handle.
setMaxConnectionsPerHost(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of connections per (scheme, host, port) an AsyncHttpClient can handle.
setMaximumConnectionsPerHost(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaximumConnectionsTotal(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaximumNumberOfRedirects(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setMaxPendingBytes(int) - Method in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator
Configured the maximum number of bytes that may be pending to be written to the wire.
setMaxRedirects(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum number of HTTP redirect
setMaxRedirects(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
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
 
setNameResolver(NameResolver) - Method in class com.ning.http.client.RequestBuilderBase
 
setNc(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setNettyRequest(NettyRequest) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setNettyTimer(Timer) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setNettyWebSocketFactory(NettyAsyncHttpProviderConfig.NettyWebSocketFactory) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
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
 
setNtlmEstablished(Connection) - Static method in class com.ning.http.client.providers.grizzly.Utils
 
setNtlmHost(String) - Method in class com.ning.http.client.ProxyServer
 
setNtlmHost(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setOmitQuery(boolean) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setOpaque(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setPassword(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setPendingCount(int) - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
Sets the pending count to the given value.
setPooledConnectionIdleTimeout(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient will keep connection idle in pool.
setPooledConnectionIdleTimeout(int) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setPrincipal(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setProviderClass(String) - Method in class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
setProviderConfig(AsyncHttpProviderConfig<?, ?>) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setProxyAuthorizationHeader(HttpHeaders, String) - Method in class com.ning.http.client.providers.netty.request.NettyRequestFactory
 
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
 
setProxyServerSelector(ProxyServerSelector) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set an instance of ProxyServerSelector used by an AsyncHttpClient
setProxyServerSelector(ProxyServerSelector) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setQop(String) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setQueryParams(List<Param>) - Method in class com.ning.http.client.RequestBuilder
 
setQueryParams(Map<String, List<String>>) - Method in class com.ning.http.client.RequestBuilder
 
setQueryParams(Map<String, List<String>>) - Method in class com.ning.http.client.RequestBuilderBase
 
setQueryParams(List<Param>) - Method in class com.ning.http.client.RequestBuilderBase
 
setRangeOffset(long) - Method in class com.ning.http.client.RequestBuilderBase
 
setRawResult(T) - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
A method that result-bearing CountedCompleters may optionally use to help maintain result data.
setRawResult(V) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Forces the given value to be returned as a result.
setReadTimeout(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient can stay idle.
setReadTimeout(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
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
 
setRealmCharset(Charset) - 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
 
setRealmNtlmDomain(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
 
setRequest(Request) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setRequestTimeout(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an AsyncHttpClient waits until the response is completed.
setRequestTimeout(int) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRequestTimeout(int) - Method in class com.ning.http.client.RequestBuilderBase
 
setRequestTimeout(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
setReuseChannel(boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setScheme(Realm.AuthScheme) - Method in class com.ning.http.client.ProxyServer
 
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
setSignatureCalculator(SignatureCalculator) - Method in class com.ning.http.client.RequestBuilderBase
 
setSocketChannelFactory(NioClientSocketChannelFactory) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
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.providers.grizzly.GrizzlyAsyncHttpProviderConfig
 
setSslEngineFactory(SSLEngineFactory) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setSslSessionCacheSize(Integer) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
 
setSslSessionCacheSize(Integer) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setSslSessionTimeout(Integer) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
 
setSslSessionTimeout(Integer) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setStalledTime(long) - Method in class com.ning.http.client.multipart.AbstractFilePart
 
setState(NettyResponseFuture.STATE) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setStreamWasAlreadyConsumed(boolean) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setStrict302Handling(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Configures this AHC instance to be strict in it's handling of 302 redirects in a POST/Redirect/GET situation.
setStrict302Handling(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setTargetProxy(boolean) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setTimeoutsHolder(TimeoutsHolder) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setUri(Uri) - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
setUri(Uri) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setUri(Uri) - Method in class com.ning.http.client.RequestBuilderBase
 
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
 
setUseAbsoluteURI(boolean) - Method in class com.ning.http.client.Realm.RealmBuilder
 
setUseDeadLockChecker(boolean) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
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.
setUseProxySelector(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Sets whether AHC should use the default JDK ProxySelector to select a proxy server.
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
 
setUseRelativeURIsWithConnectProxies(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Configures this AHC instance to use relative URIs instead of absolute ones when talking with a SSL proxy or WebSocket proxy.
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
 
setWebSocketMaxBufferSize(int) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setWebSocketMaxFrameSize(int) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setWebSocketTimeout(int) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set the maximum time in millisecond an WebSocket can stay idle.
setWsAdditionalPipelineInitializer(NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
setWssAdditionalPipelineInitializer(NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer) - Method in class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
 
sha1(byte[]) - Static method in class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
shutdown() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Possibly initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownNow() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Possibly attempts to cancel and/or stop all tasks, and reject all subsequently submitted tasks.
signatureCalculator - Variable in class com.ning.http.client.AsyncHttpClient
Default signature calculator to use for all requests constructed by this client instance.
signatureCalculator - Variable in class com.ning.http.client.RequestBuilderBase
 
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.
silentlyCloseChannel(Channel) - Static method in class com.ning.http.client.providers.netty.channel.Channels
 
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.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
 
SimpleFeeder(FeedableBodyGenerator) - Constructor for class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.SimpleFeeder
Constructs the SimpleFeeder with the associated FeedableBodyGenerator.
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.providers.netty.chmv8.ConcurrentHashMapV8
size() - Method in class com.ning.http.client.simple.HeaderMap
 
spliterator166() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.KeySetView
 
SpnegoEngine - Class in com.ning.http.client.spnego
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
SpnegoEngine(SpnegoTokenGenerator) - Constructor for class com.ning.http.client.spnego.SpnegoEngine
 
SpnegoEngine() - Constructor for class com.ning.http.client.spnego.SpnegoEngine
 
SpnegoTokenGenerator - Interface in com.ning.http.client.spnego
Abstract SPNEGO token generator.
SSL_HANDLER - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
sslContext - 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.
SSLEngineFactory.DefaultSSLEngineFactory - Class in com.ning.http.client
 
SslInitializer - Class in com.ning.http.client.providers.netty.channel
On connect, replaces itself with a SslHandler that has a SSLEngine configured with the remote host and port.
SslInitializer(ChannelManager) - Constructor for class com.ning.http.client.providers.netty.channel.SslInitializer
 
sslSessionCacheSize - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
sslSessionTimeout - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
SSLSwitchingEvent - Class in com.ning.http.client.providers.grizzly.events
 
SSLSwitchingEvent(Connection, boolean) - Constructor for class com.ning.http.client.providers.grizzly.events.SSLSwitchingEvent
 
SSLSwitchingEvent(Connection, boolean, String, int) - Constructor for class com.ning.http.client.providers.grizzly.events.SSLSwitchingEvent
 
SslUtils - Class in com.ning.http.util
 
SslUtils() - Constructor for class com.ning.http.util.SslUtils
 
StackTraceInspector - Class in com.ning.http.client.providers.netty.future
 
StackTraceInspector() - Constructor for class com.ning.http.client.providers.netty.future.StackTraceInspector
 
start() - Method in class com.ning.http.client.multipart.FilePartStallHandler
 
status - Variable in class com.ning.http.client.ResponseBase
 
stream(byte[], boolean) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
stream(byte[], int, int, boolean) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
stream(String, boolean) - Method in class com.ning.http.client.providers.grizzly.websocket.GrizzlyWebSocketAdapter
 
stream(byte[], boolean) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
stream(byte[], int, int, boolean) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
stream(String, boolean) - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
stream(byte[], boolean) - Method in interface com.ning.http.client.ws.WebSocket
Allows streaming of multiple binary fragments.
stream(byte[], int, int, boolean) - Method in interface com.ning.http.client.ws.WebSocket
Allows streaming of multiple binary fragments.
stream(String, boolean) - Method in interface com.ning.http.client.ws.WebSocket
Allows streaming of multiple text fragments.
strict302Handling - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
stringBuilder() - Static method in class com.ning.http.util.StringUtils
BEWARE: MUSN'T APPEND TO ITSELF!
StringCharSequence - Class in com.ning.http.util
A CharSequence String wrapper that doesn't copy the char[] (damn new String implementation!!!)
StringCharSequence(String, int, int) - Constructor for class com.ning.http.util.StringCharSequence
 
StringPart - Class in com.ning.http.client.multipart
 
StringPart(String, String) - Constructor for class com.ning.http.client.multipart.StringPart
 
StringPart(String, String, String) - Constructor for class com.ning.http.client.multipart.StringPart
 
StringPart(String, String, String, Charset) - Constructor for class com.ning.http.client.multipart.StringPart
 
StringPart(String, String, String, Charset, String) - Constructor for class com.ning.http.client.multipart.StringPart
 
StringPart(String, String, String, Charset, String, String) - Constructor for class com.ning.http.client.multipart.StringPart
 
StringUtils - Class in com.ning.http.util
 
submit(ForkJoinTask<T>) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Submits a ForkJoinTask for execution.
submit(Callable<T>) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
 
submit(Runnable, T) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
 
submit(Runnable) - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
 
subSequence(int, int) - Method in class com.ning.http.util.StringCharSequence
 
sum() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Returns the current sum.
sumThenReset() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Equivalent in effect to LongAdder.sum() followed by LongAdder.reset().

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
 
TimeoutsHolder - Class in com.ning.http.client.providers.netty.request.timeout
 
TimeoutsHolder() - Constructor for class com.ning.http.client.providers.netty.request.timeout.TimeoutsHolder
 
timeoutsHolder - Variable in class com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask
 
TimeoutTimerTask - Class in com.ning.http.client.providers.netty.request.timeout
 
TimeoutTimerTask(NettyResponseFuture<?>, NettyRequestSender, TimeoutsHolder) - Constructor for class com.ning.http.client.providers.netty.request.timeout.TimeoutTimerTask
 
toJavaNetURI() - Method in class com.ning.http.client.uri.Uri
 
toParams() - Method in class com.ning.http.client.FluentStringsMap
 
toRelativeUrl() - Method in class com.ning.http.client.uri.Uri
 
toString() - Method in class com.ning.http.client.ConnectionPoolPartitioning.ProxyPartitionKey
 
toString() - Method in class com.ning.http.client.cookie.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.multipart.AbstractFilePart
 
toString() - Method in class com.ning.http.client.multipart.PartBase
 
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.netty.chmv8.ConcurrentHashMapV8
Returns a string representation of this map.
toString() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinPool
Returns a string identifying this pool, as well as its state, including indications of run state, parallelism level, and worker and task counts.
toString() - Method in class com.ning.http.client.providers.netty.chmv8.LongAdder
Returns the String representation of the LongAdder.sum().
toString() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
toString() - Method in class com.ning.http.client.providers.netty.ws.NettyWebSocket
 
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 response for logging.
toString() - Method in class com.ning.http.client.uri.Uri
 
toString() - Method in class com.ning.http.util.StringCharSequence
 
touch() - Method in class com.ning.http.client.ListenableFuture.CompletedFailure
 
touch() - Method in interface com.ning.http.client.ListenableFuture
Touch the current instance to prevent external service to times out.
touch - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
touch() - Method in class com.ning.http.client.providers.jdk.JDKFuture
 
touch() - Method in class com.ning.http.client.providers.netty.future.NettyResponseFuture
 
touchSuccess() - Method in class com.ning.http.client.ws.WebSocketUpgradeHandler
 
toUrl() - Method in class com.ning.http.client.uri.Uri
 
TransferCompletionHandler - Class in com.ning.http.client.listener
A org.asynchttpclient.AsyncHandler that can be used to notify a set of TransferListener

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 org.asynchttpclient.Response#getResponseBody() get called.
TransferListener - Interface in com.ning.http.client.listener
A simple interface an application can implements in order to received byte transfer information.
transferTo(long, WritableByteChannel) - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
transferTo(long, WritableByteChannel) - Method in class com.ning.http.client.multipart.MultipartBody
 
transferTo(WritableByteChannel, long) - Method in class com.ning.http.client.providers.netty.request.body.BodyFileRegion
 
transferTo(WritableByteChannel, long) - Method in class com.ning.http.client.providers.netty.request.body.OptimizedFileRegion
 
transferTo(long, WritableByteChannel) - Method in interface com.ning.http.client.RandomAccessBody
Transfers the specified chunk of bytes from this body to the specified channel.
TransportCustomizer - Interface in com.ning.http.client.providers.grizzly
This class may be provided as an option to the GrizzlyAsyncHttpProviderConfig and allows low-level customization of the TCPNIOTransport beyond the defaults typically used.
tryAdvance(ConcurrentHashMapV8.Action<? super T>) - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ConcurrentHashMapSpliterator
If an element remains, applies the action and returns true.
tryComplete() - Method in class com.ning.http.client.providers.netty.chmv8.CountedCompleter
If the pending count is nonzero, decrements the count; otherwise invokes CountedCompleter.onCompletion(CountedCompleter) and then similarly tries to complete this task's completer, if one exists, else marks this task as complete.
trySplit() - Method in interface com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8.ConcurrentHashMapSpliterator
If possible, returns a new spliterator covering approximately one half of the elements, which will not be covered by this spliterator.
tryToOfferChannelToPool(Channel, boolean, Object) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
tryUnfork() - Method in class com.ning.http.client.providers.netty.chmv8.ForkJoinTask
Tries to unschedule this task for execution.
type() - Method in class com.ning.http.client.providers.grizzly.events.ContinueEvent
 
type() - Method in class com.ning.http.client.providers.grizzly.events.GracefulCloseEvent
 
type() - Method in class com.ning.http.client.providers.grizzly.events.SSLSwitchingEvent
 
TYPE_TLS - Static variable in class com.ning.http.util.ProxyHostnameChecker
 

U

UNBOUND - Static variable in class com.ning.http.client.providers.grizzly.FeedableBodyGenerator
There is no limit on bytes waiting to be written.
UpgradeHandler<T> - Interface in com.ning.http.client
Invoked when an AsyncHandler.STATE.UPGRADE is returned.
upgradePipelineForWebSockets(ChannelPipeline) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
upgradeProtocol(ChannelPipeline, String, String, int) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
Uri - Class in com.ning.http.client.uri
 
Uri(String, String, String, int, String, String) - Constructor for class com.ning.http.client.uri.Uri
 
uriEncoder - Variable in class com.ning.http.client.RequestBuilderBase
 
UriEncoder - Enum in com.ning.http.util
 
uriEncoder(boolean) - Static method in enum com.ning.http.util.UriEncoder
 
urlConnection - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
urlEncodeFormParams(List<Param>, Charset) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
urlEncodeFormParams0(List<Param>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
useProxyConnect(Uri) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
userAgent - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
userAuth - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
useRelativeURIsWithConnectProxies - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
UTF8UrlDecoder - Class in com.ning.http.util
 
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]).
Utils - Class in com.ning.http.client.providers.grizzly
 

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.ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.NameResolver.JdkNameResolver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.providers.netty.DiscardEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ning.http.client.providers.netty.future.NettyResponseFuture.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.
valueOf(String) - Static method in enum com.ning.http.util.UriEncoder
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() - Static method in enum com.ning.http.client.ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning
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.NameResolver.JdkNameResolver
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.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.ning.http.client.providers.netty.chmv8.ConcurrentHashMapV8
Returns a Collection view of the values contained in this map.
values() - Static method in enum com.ning.http.client.providers.netty.DiscardEvent
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.providers.netty.future.NettyResponseFuture.STATE
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.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.
values() - Static method in enum com.ning.http.util.UriEncoder
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class com.ning.http.util.DefaultHostnameVerifier
Verifies the hostname against the peer certificates in a session.
verifyChannelPipeline(ChannelPipeline, String) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
visitContentIdHeader(PartVisitor) - Method in class com.ning.http.client.multipart.PartBase
 
visitContentTypeHeader(PartVisitor) - Method in class com.ning.http.client.multipart.PartBase
 
visitCustomHeaders(PartVisitor) - Method in class com.ning.http.client.multipart.PartBase
 
visitDispositionHeader(PartVisitor) - Method in class com.ning.http.client.multipart.AbstractFilePart
 
visitDispositionHeader(PartVisitor) - Method in class com.ning.http.client.multipart.PartBase
 
visitEnd(PartVisitor) - Method in class com.ning.http.client.multipart.PartBase
 
visitEndOfHeaders(PartVisitor) - Method in class com.ning.http.client.multipart.PartBase
 
visitStart(PartVisitor, byte[]) - Method in class com.ning.http.client.multipart.PartBase
 
visitTransferEncodingHeader(PartVisitor) - Method in class com.ning.http.client.multipart.PartBase
 

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
 
webSocket - Variable in class com.ning.http.client.ws.DefaultWebSocketListener
 
WebSocket - Interface in com.ning.http.client.ws
A Websocket client
WEBSOCKET - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
WEBSOCKET_SSL - Static variable in class com.ning.http.util.AsyncHttpProviderUtils
 
WebSocketByteFragmentListener - Interface in com.ning.http.client.ws
Invoked when WebSocket binary fragments are received.
WebSocketByteListener - Interface in com.ning.http.client.ws
A WebSocketListener for bytes
WebSocketCloseCodeReasonListener - Interface in com.ning.http.client.ws
Extend the normal close listener with one that support the WebSocket's code and reason.
WebSocketListener - Interface in com.ning.http.client.ws
A generic WebSocketListener for WebSocket events.
WebSocketPingListener - Interface in com.ning.http.client.ws
A WebSocket's Ping Listener
WebSocketPongListener - Interface in com.ning.http.client.ws
A WebSocket's Pong Listener
WebSocketProtocol - Class in com.ning.http.client.providers.netty.handler
 
WebSocketProtocol(ChannelManager, AsyncHttpClientConfig, NettyAsyncHttpProviderConfig, NettyRequestSender) - Constructor for class com.ning.http.client.providers.netty.handler.WebSocketProtocol
 
WebSocketTextFragmentListener - Interface in com.ning.http.client.ws
Invoked when WebSocket text fragments are received.
WebSocketTextListener - Interface in com.ning.http.client.ws
A WebSocketListener for text message
webSocketTimeout - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
WebSocketUpgradeHandler - Class in com.ning.http.client.ws
An AsyncHandler which is able to execute WebSocket upgrade.
WebSocketUpgradeHandler() - Constructor for class com.ning.http.client.ws.WebSocketUpgradeHandler
 
WebSocketUpgradeHandler(List<WebSocketListener>) - Constructor for class com.ning.http.client.ws.WebSocketUpgradeHandler
 
WebSocketUpgradeHandler.Builder - Class in com.ning.http.client.ws
WebSocketUtils - Class in com.ning.http.client.providers.netty.ws
 
WebSocketUtils() - Constructor for class com.ning.http.client.providers.netty.ws.WebSocketUtils
 
withByte(byte) - Method in class com.ning.http.client.multipart.CounterPartVisitor
 
withByte(byte) - Method in class com.ning.http.client.multipart.OutputStreamPartVisitor
 
withByte(byte) - Method in interface com.ning.http.client.multipart.PartVisitor
 
withBytes(byte[]) - Method in class com.ning.http.client.multipart.CounterPartVisitor
 
withBytes(byte[]) - Method in class com.ning.http.client.multipart.OutputStreamPartVisitor
 
withBytes(byte[]) - Method in interface com.ning.http.client.multipart.PartVisitor
 
withNewQuery(String) - Method in class com.ning.http.client.uri.Uri
 
withNewScheme(String) - Method in class com.ning.http.client.uri.Uri
 
withoutQueryWithParams(List<Param>) - Method in enum com.ning.http.util.UriEncoder
 
withQueryWithoutParams(String) - Method in enum com.ning.http.util.UriEncoder
 
withQueryWithParams(String, List<Param>) - Method in enum com.ning.http.util.UriEncoder
 
write(WritableByteChannel, byte[]) - Method in class com.ning.http.client.multipart.ByteArrayPart
 
write(WritableByteChannel, byte[]) - Method in class com.ning.http.client.multipart.FilePart
 
write(OutputStream, byte[]) - Method in interface com.ning.http.client.multipart.Part
Write all the data to the output stream.
write(WritableByteChannel, byte[]) - Method in interface com.ning.http.client.multipart.Part
 
write(OutputStream, byte[]) - Method in class com.ning.http.client.multipart.PartBase
Write all the data to the output stream.
write(WritableByteChannel, byte[]) - Method in class com.ning.http.client.multipart.StringPart
 
write(Channel, NettyResponseFuture<?>, AsyncHttpClientConfig) - Method in interface com.ning.http.client.providers.netty.request.body.NettyBody
 
write(Channel, NettyResponseFuture<?>, AsyncHttpClientConfig) - Method in class com.ning.http.client.providers.netty.request.body.NettyBodyBody
 
write(Channel, NettyResponseFuture<?>, AsyncHttpClientConfig) - Method in class com.ning.http.client.providers.netty.request.body.NettyDirectBody
 
write(Channel, NettyResponseFuture<?>, AsyncHttpClientConfig) - Method in class com.ning.http.client.providers.netty.request.body.NettyFileBody
 
write(Channel, NettyResponseFuture<?>, AsyncHttpClientConfig) - Method in class com.ning.http.client.providers.netty.request.body.NettyInputStreamBody
 
writeBytesToChannel(WritableByteChannel, byte[]) - Static method in class com.ning.http.client.multipart.MultipartUtils
 
writeChunkBoundaries() - Method in class com.ning.http.client.providers.netty.request.body.FeedableBodyGenerator
 
writeHappened() - Method in class com.ning.http.client.multipart.FilePartStallHandler
 
writeRequest(OutputStream) - Method in interface com.ning.http.client.multipart.RequestEntity
Writes the request entity to the given stream.
writeRequest(OutputStream) - Method in class com.ning.http.client.providers.jdk.MultipartRequestEntity
 
writeRequest(NettyResponseFuture<T>, Channel) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
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.grizzly.GrizzlyResponseBodyPart
 
writeTo(OutputStream) - Method in class com.ning.http.client.providers.jdk.ResponseBodyPart
 
writeTo(OutputStream) - Method in class com.ning.http.client.providers.netty.response.NettyResponseBodyPart
 
WS_DECODER_HANDLER - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
WS_ENCODER_HANDLER - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
WS_FRAME_AGGREGATOR - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
WS_PROCESSOR - Static variable in class com.ning.http.client.providers.netty.channel.ChannelManager
 
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2016. All Rights Reserved.