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(String) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
abortOnDisconnectException(Throwable) - Static method in class com.ning.http.client.providers.netty.future.StackTraceInspector
 
abortOnReadOrWriteException(Throwable) - Static method in class com.ning.http.client.providers.netty.future.StackTraceInspector
 
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
 
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
 
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.
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
 
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
 
addTransferListener(TransferListener) - Method in class com.ning.http.client.listener.TransferCompletionHandler
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
 
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.
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
AsyncHttpClientConfig.Builder() - Constructor for class com.ning.http.client.AsyncHttpClientConfig.Builder
 
AsyncHttpClientConfig.Builder(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.AsyncHttpClientConfig.Builder
Create a config builder with values taken from the given prototype configuration.
AsyncHttpClientConfigBean - Class in com.ning.http.client
Simple JavaBean version of AsyncHttpClientConfig
AsyncHttpClientConfigBean() - Constructor for class com.ning.http.client.AsyncHttpClientConfigBean
 
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.

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
 
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.
BodyDeferringAsyncHandler.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
 
buildStaticException(String) - Static method in class com.ning.http.util.MiscUtils
 
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
 
ByteArrayBodyGenerator.ByteBody() - Constructor for class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
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
 
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.
canCacheConnection() - Method in interface com.ning.http.client.providers.grizzly.ConnectionPool
Return true if a connection can be cached.
canCacheConnection() - Method in class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool
 
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.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.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
 
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.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.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.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.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.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.spnego - package com.ning.http.client.providers.netty.spnego
 
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.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
 
completed() - Method in class com.ning.http.client.multipart.FilePartStallHandler
 
compressionEnforced - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
computeBasicAuthentication(Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
computeBasicAuthentication(ProxyServer) - Static method in class com.ning.http.util.AuthenticatorUtils
 
computeDigestAuthentication(Realm) - Static method in class com.ning.http.util.AuthenticatorUtils
 
computeFullQueryString(String, List<Param>) - Method in enum com.ning.http.util.QueryComputer
 
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
 
ConnectionPool - Interface in com.ning.http.client.providers.grizzly
An interface used by an AsyncHttpProvider for caching http connections.
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
 
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
 
constructAuthHeader(String, String, long) - Method in class com.ning.http.client.oauth.OAuthSignatureCalculator
Method used for constructing
consume(ByteBuffer) - Method in interface com.ning.http.client.BodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.AppendableBodyConsumer
 
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.ByteBufferBodyConsumer
 
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.FileBodyConsumer
 
consume(ByteBuffer) - Method in class com.ning.http.client.consumers.OutputStreamBodyConsumer
 
consumerAuth - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
 
ConsumerKey - Class in com.ning.http.client.oauth
Value class for OAuth consumer keys.
ConsumerKey(String, String) - Constructor for class com.ning.http.client.oauth.ConsumerKey
 
containsKey(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
containsKey(Object) - Method in class com.ning.http.client.FluentStringsMap
 
containsKey(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
containsValue(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
containsValue(Object) - Method in class com.ning.http.client.FluentStringsMap
 
containsValue(Object) - Method in class com.ning.http.client.simple.HeaderMap
 
content(V) - Method in 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
 
Cookie - Class in com.ning.http.client.cookie
 
Cookie(String, String, String, String, String, long, int, 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
 
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
 
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 ConcurrentHashMap
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
 
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
 
defaultFollowRedirect() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
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
 
defaultPooledConnectionIdleTimeout() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultReadTimeout() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultRemoveQueryParamOnRedirect() - Static method in class com.ning.http.client.AsyncHttpClientConfigDefaults
 
defaultRequestTimeout() - 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.grizzly.ConnectionPool
Destroy all connections that has been cached by this instance.
destroy() - Method in class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool
 
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(byte[]) - 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
doHandle(FilterChainContext, Request, HttpRequestPacket) - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.BodyHandler
 
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
 
drainChannelAndOffer(Channel, NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
drainChannelAndOffer(Channel, NettyResponseFuture<?>, boolean, String) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 

E

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(String) - Static method in class com.ning.http.util.UTF8UrlEncoder
 
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
 
encodeAndAppendQueryParam(StringBuilder, CharSequence, CharSequence) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
entrySet() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
entrySet() - Method in class com.ning.http.client.FluentStringsMap
 
entrySet() - Method in class com.ning.http.client.simple.HeaderMap
 
equals(Object) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
equals(Object) - Method in class com.ning.http.client.FluentStringsMap
 
equals(Object) - Method in class com.ning.http.client.oauth.ConsumerKey
 
equals(Object) - Method in class com.ning.http.client.oauth.RequestToken
 
equals(Object) - Method in class com.ning.http.client.Param
 
equals(Object) - Method in class com.ning.http.client.Realm
 
equals(Object) - Method in class com.ning.http.client.uri.Uri
 
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
 
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(Connection, Request, AsyncHandler<T>, GrizzlyResponseFuture<T>, boolean) - 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(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) - 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.BaseFeeder(FeedableBodyGenerator) - Constructor for class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.BaseFeeder
 
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(FeedableBodyGenerator) - Constructor for class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder
Constructs the NonBlockingFeeder with the associated FeedableBodyGenerator.
FeedableBodyGenerator.NonBlockingFeeder.ReadyToFeedListener - Interface in com.ning.http.client.providers.grizzly
Listener to signal that data is available to be fed.
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.
FeedableBodyGenerator.SimpleFeeder(FeedableBodyGenerator) - Constructor for class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.SimpleFeeder
Constructs the SimpleFeeder with the associated FeedableBodyGenerator.
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
 
FileBodyGenerator.FileBody(File) - Constructor for class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
FileBodyGenerator.FileBody(File, long, long) - Constructor for class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
FilePart - Class in com.ning.http.client.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
 
FilterContext.FilterContextBuilder() - Constructor for class com.ning.http.client.filter.FilterContext.FilterContextBuilder
 
FilterContext.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
 
firstRequestOnlyAuthorizationHeader(Request, Uri, ProxyServer, Realm) - Method in class com.ning.http.client.providers.netty.request.NettyRequestFactory
 
firstRequestOnlyProxyAuthorizationHeader(Request, ProxyServer, HttpMethod) - Method in class com.ning.http.client.providers.netty.request.NettyRequestFactory
 
FluentCaseInsensitiveStringsMap - Class in com.ning.http.client
An implementation of a String -> List<String> map that adds a fluent interface, i.e. methods that return this instance.
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. methods that return this instance.
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(String) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Flush a partition
flushPartition(String) - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
flushPartition(String) - 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
 
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.
generateSpnegoDERObject(byte[]) - Method in interface com.ning.http.client.providers.netty.spnego.SpnegoTokenGenerator
 
generateToken(String) - Method in class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
generateType1Msg() - 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() - 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
 
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
 
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
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
 
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
 
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(Request) - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.BodyHandler
Tries to predict request content-length based on the Request.
getContentLength() - Method in class com.ning.http.client.providers.jdk.MultipartRequestEntity
 
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.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.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
 
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
getExpires() - Method in class com.ning.http.client.cookie.Cookie
 
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
getFormParams() - Method in interface com.ning.http.client.Request
Return the current form parameters.
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.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.GrizzlyAsyncHttpProvider.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
 
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
 
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.client.providers.netty.util.HttpUtils
 
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
 
getOutputStream() - Method in class com.ning.http.client.multipart.OutputStreamPartVisitor
 
getPartitionId(Uri, ProxyServer) - Method in interface com.ning.http.client.ConnectionPoolPartitioning
 
getPartitionId(Uri, ProxyServer) - Method in enum com.ning.http.client.ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning
 
getPartitionId(NettyResponseFuture<?>) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
getParts() - Method in interface com.ning.http.client.Request
Return the current Part
getPassword() - Method in class com.ning.http.client.ProxyServer
 
getPassword() - Method in class com.ning.http.client.Realm
 
getPassword() - Method in class com.ning.http.client.Realm.RealmBuilder
 
getPath() - Method in class com.ning.http.client.cookie.Cookie
 
getPath() - Method in class com.ning.http.client.uri.Uri
 
getPooledConnectionIdleTimeout() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient will keep connection in pool.
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.
getRangeOffset() - Method in interface com.ning.http.client.Request
Return the HTTP Range header value, or
getRawValue() - Method in class com.ning.http.client.cookie.Cookie
 
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
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
 
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(boolean) - Method in class com.ning.http.util.SslUtils
 
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
 
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
 
getStreamData() - Method in interface com.ning.http.client.Request
Return the current request's body as an InputStream
getStringData() - Method in interface com.ning.http.client.Request
Return the current request's body as a string
getTransferEncoding() - Method in 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.
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
 
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
 
GrizzlyAsyncHttpProvider.BodyHandler - Class in com.ning.http.client.providers.grizzly
 
GrizzlyAsyncHttpProvider.BodyHandler() - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.BodyHandler
 
GrizzlyAsyncHttpProvider.GracefulCloseEvent - Class in com.ning.http.client.providers.grizzly
FilterChainEvent to gracefully complete the request-response processing when Connection is getting closed by the remote host.
GrizzlyAsyncHttpProvider.GracefulCloseEvent(HttpTransactionContext) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.GracefulCloseEvent
 
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.
GrizzlyConnectionPool - Class in com.ning.http.client.providers.grizzly
ConnectionPool implementation.
GrizzlyConnectionPool(boolean, int, int, int, int, GrizzlyConnectionPool.DelayedExecutor) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool
 
GrizzlyConnectionPool(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool
 
GrizzlyConnectionPool.DelayedExecutor - Class in com.ning.http.client.providers.grizzly
 
GrizzlyConnectionPool.DelayedExecutor(ExecutorService, GrizzlyConnectionPool) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool.DelayedExecutor
 
GrizzlyConnectionPool.DelayedExecutor(ExecutorService, long, TimeUnit, GrizzlyConnectionPool) - Constructor for class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool.DelayedExecutor
 
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
 
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
 
handlesBodyType(Request) - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.BodyHandler
 
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.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.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
 
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
 
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.client.providers.netty.util.HttpUtils
 
Http1Point1ConnectionStrategy - Class in com.ning.http.client.providers.netty.handler
Connection strategy implementing standard HTTP 1.1 behaviour.
Http1Point1ConnectionStrategy() - Constructor for class com.ning.http.client.providers.netty.handler.Http1Point1ConnectionStrategy
 
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.client.providers.netty.util.HttpUtils
 
HttpUtils - Class in com.ning.http.client.providers.netty.util
 

I

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
 
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
 
InputStreamBodyGenerator.ISBody() - Constructor for class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
INSTANCE - Static variable in class com.ning.http.client.ntlm.NTLMEngine
 
INSTANCE - Static variable in class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
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.
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.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
 
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
 
isConnectionKeepAlive(HttpMessage) - Method in class com.ning.http.client.providers.netty.handler.Http1Point1ConnectionStrategy
 
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.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.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
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
 
isOmitQuery() - Method in class com.ning.http.client.Realm
 
isOmitQuery() - Method in class com.ning.http.client.Realm.RealmBuilder
 
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.
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
 
isRemoveQueryParamOnRedirect() - Method in class com.ning.http.client.AsyncHttpClientConfig
Return true if the query parameters will be stripped from the request when a redirect is requested.
isSecure() - Method in class com.ning.http.client.cookie.Cookie
 
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.client.providers.netty.util.HttpUtils
 
isSecure(Uri) - Static method in class com.ning.http.client.providers.netty.util.HttpUtils
 
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
 
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.client.providers.netty.util.HttpUtils
 
iterator() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
iterator() - Method in class com.ning.http.client.FluentStringsMap
 

J

JDKAsyncHttpProvider - Class in com.ning.http.client.providers.jdk
 
JDKAsyncHttpProvider(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.providers.jdk.JDKAsyncHttpProvider
 
JDKAsyncHttpProviderConfig - Class in com.ning.http.client.providers.jdk
 
JDKAsyncHttpProviderConfig() - Constructor for class com.ning.http.client.providers.jdk.JDKAsyncHttpProviderConfig
 
JDKDelegateFuture<V> - Class in com.ning.http.client.providers.jdk
 
JDKDelegateFuture(AsyncHandler<V>, int, 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
 

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.Http1Point1ConnectionStrategy
Implemented in accordance with RFC 7230 section 6.1 https://tools.ietf.org/html/rfc7230#section-6.1
keepAliveHeaderValue(AsyncHttpClientConfig) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
keySet() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
keySet() - Method in class com.ning.http.client.FluentStringsMap
 
keySet() - Method in class com.ning.http.client.simple.HeaderMap
 

L

length() - Method in class com.ning.http.client.extra.ResumableRandomAccessFileListener
 
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
 
ListenableFuture.CompletedFailure(Throwable) - Constructor for class com.ning.http.client.ListenableFuture.CompletedFailure
 
ListenableFuture.CompletedFailure(String, Throwable) - Constructor for class com.ning.http.client.ListenableFuture.CompletedFailure
 
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
 

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
 
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
 
MAX_CHUNK_SIZE - Static variable in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.BodyHandler
 
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
 
MaxRedirectException(Throwable) - Constructor for exception com.ning.http.client.MaxRedirectException
 
MaxRedirectException(String, Throwable) - 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
 
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
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.DefaultNettyWebSocketFactory() - Constructor for class com.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig.DefaultNettyWebSocketFactory
 
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
 
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(AsyncHttpClientConfig, NettyResponseFuture<T>, NettyRequestSender, ChannelManager, boolean, String) - 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, String) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
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.
newTimeout(TimerTask, long) - Method in class com.ning.http.client.providers.netty.request.NettyRequestSender
 
newValidCookie(String, String, String, String, String, long, int, 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
 
NO_PROXY_SELECTOR - Static variable in interface com.ning.http.client.ProxyServerSelector
A selector that always selects no proxy.
nonceBuffer - 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(String, Connection) - Method in interface com.ning.http.client.providers.grizzly.ConnectionPool
Add a connection tpo the pool
offer(String, Connection) - Method in class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool
 
offer(Channel, String) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Add a connection to the pool
offer(Channel, String) - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
offer(Channel, String) - 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
 
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() - 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.
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.
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
 
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.
poll(String) - Method in interface com.ning.http.client.providers.grizzly.ConnectionPool
Remove the connection associated with the uri.
poll(String) - Method in class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool
 
poll(Uri, ProxyServer, ConnectionPoolPartitioning) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
poll(String) - Method in interface com.ning.http.client.providers.netty.channel.pool.ChannelPool
Get a connection from a partition
poll(String) - Method in class com.ning.http.client.providers.netty.channel.pool.DefaultChannelPool
 
poll(String) - 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
 
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(String) - 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.
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
 
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
 
PROPAGATED_ON_REDIRECT_HEADERS - Static variable in class com.ning.http.client.providers.netty.handler.Protocol
 
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
 
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.
put(String, List<String>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
put(String, List<String>) - Method in class com.ning.http.client.FluentStringsMap
 
put(String, long) - Method in class com.ning.http.client.resumable.PropertiesBasedResumableProcessor
 
put(String, long) - Method in interface com.ning.http.client.resumable.ResumableAsyncHandler.ResumableProcessor
Associate a key with the number of bytes sucessfully transferred.
put(String, List<String>) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.
put(Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyConsumer, Part...) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, BodyConsumer) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, BodyConsumer, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
put(BodyGenerator, ThrowableHandler) - Method in class com.ning.http.client.SimpleAsyncHttpClient
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.FluentStringsMap
 
putAll(Map<? extends String, ? extends List<String>>) - Method in class com.ning.http.client.simple.HeaderMap
Only read access is supported.

Q

queryComputer - Variable in class com.ning.http.client.RequestBuilderBase
 
QueryComputer - Enum in com.ning.http.util
 
queryComputer(boolean) - Static method in enum com.ning.http.util.QueryComputer
 
queryParams - Variable in class com.ning.http.client.RequestBuilderBase
 
QUOTE_BYTE - Static variable in interface com.ning.http.client.multipart.Part
Content dispostion as a byte

R

random - Variable in class com.ning.http.client.oauth.OAuthSignatureCalculator
To generate Nonce, need some (pseudo)randomness; no need for secure variant here.
RandomAccessBody - Interface in com.ning.http.client
A request body which supports random access to its contents.
read(ByteBuffer) - Method in interface com.ning.http.client.Body
Reads the next chunk of bytes from the body.
read(ByteBuffer) - Method in class com.ning.http.client.generators.ByteArrayBodyGenerator.ByteBody
 
read(ByteBuffer) - Method in class com.ning.http.client.generators.FileBodyGenerator.FileBody
 
read(ByteBuffer) - Method in class com.ning.http.client.generators.InputStreamBodyGenerator.ISBody
 
read() - Method in class com.ning.http.client.HttpResponseBodyPartsInputStream
 
read(ByteBuffer) - Method in class com.ning.http.client.multipart.MultipartBody
 
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
Realm.RealmBuilder() - Constructor for class com.ning.http.client.Realm.RealmBuilder
 
realmBuilder() - Method in class com.ning.http.client.ProxyServer
 
REDIRECT_STATUSES - Static variable in class com.ning.http.client.providers.netty.handler.Protocol
 
registerOpenChannel(Channel) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
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(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(Connection) - Method in interface com.ning.http.client.providers.grizzly.ConnectionPool
Remove all connections from the cache.
removeAll(Connection) - Method in class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool
 
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
removeQueryParamOnRedirect - Variable in class com.ning.http.client.AsyncHttpClientConfig
 
removeRequestFilter(RequestFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Remove an RequestFilter that will be invoked before AsyncHttpClient.executeRequest(Request)
removeResponseFilter(ResponseFilter) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Remove an ResponseFilter that will be invoked as soon as the response is received, and before AsyncHandler.onStatusReceived(HttpResponseStatus).
removeTransferListener(TransferListener) - Method in class com.ning.http.client.listener.TransferCompletionHandler
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
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.
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 r = new RequestBuilder().setUrl("url") .setRealm((new Realm.RealmBuilder()).setPrincipal(user) .setPassword(admin) .setRealmName("MyRealm") .setScheme(Realm.AuthScheme.DIGEST).build());
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, QueryComputer) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(Request) - Constructor for class com.ning.http.client.RequestBuilder
 
RequestBuilder(Request, QueryComputer) - 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, QueryComputer) - Constructor for class com.ning.http.client.RequestBuilderBase
 
RequestBuilderBase(Class<T>, Request) - Constructor for class com.ning.http.client.RequestBuilderBase
 
RequestBuilderBase(Class<T>, Request, QueryComputer) - 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.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
 
Response - Interface in com.ning.http.client
Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
Response.ResponseBuilder - Class in com.ning.http.client
 
Response.ResponseBuilder() - Constructor for class com.ning.http.client.Response.ResponseBuilder
 
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
 
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_RESERVED_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(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.
select(String) - 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.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.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.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(ConnectionPool) - 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
 
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. 404).
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
 
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
 
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
 
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
 
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
 
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
 
setRemoveQueryParamOnRedirect(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfigBean
 
setRemoveQueryParamsOnRedirect(boolean) - Method in class com.ning.http.client.AsyncHttpClientConfig.Builder
Set to false if you don't want the query parameters removed when a redirect occurs.
setRequest(Request) - Method in class com.ning.http.client.providers.netty.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.netty.NettyAsyncHttpProviderConfig
 
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
 
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.Builder() - Constructor for class com.ning.http.client.SimpleAsyncHttpClient.Builder
 
SimpleAsyncHttpClient.DerivedBuilder - Interface in com.ning.http.client
This interface contains possible configuration changes for a derived SimpleAsyncHttpClient.
SimpleAsyncHttpClient.ErrorDocumentBehaviour - Enum in com.ning.http.client
 
size() - Method in class com.ning.http.client.FluentCaseInsensitiveStringsMap
 
size() - Method in class com.ning.http.client.FluentStringsMap
 
size() - Method in class com.ning.http.client.simple.HeaderMap
 
SpnegoEngine - Class in com.ning.http.client.providers.netty.spnego
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
SpnegoEngine(SpnegoTokenGenerator) - Constructor for class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
SpnegoEngine() - Constructor for class com.ning.http.client.providers.netty.spnego.SpnegoEngine
 
SpnegoTokenGenerator - Interface in com.ning.http.client.providers.netty.spnego
Abstract SPNEGO token generator.
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
 
SSLEngineFactory.DefaultSSLEngineFactory(AsyncHttpClientConfig) - Constructor for class com.ning.http.client.SSLEngineFactory.DefaultSSLEngineFactory
 
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
 
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.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
 
subSequence(int, int) - Method in class com.ning.http.util.StringCharSequence
 

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.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.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 request 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

AsyncHttpClient client = new AsyncHttpClient(); TransferCompletionHandler tl = new TransferCompletionHandler(); tl.addTransferListener(new TransferListener() {

public void onRequestHeadersSent(FluentCaseInsensitiveStringsMap headers) { }

public void onResponseHeadersReceived(FluentCaseInsensitiveStringsMap headers) { }

public void onBytesReceived(ByteBuffer buffer) { }

public void onBytesSent(long amount, long current, long total) { }

public void onRequestResponseCompleted() { }

public void onThrowable(Throwable t) { } });

Response response = httpClient.prepareGet("http://...").execute(tl).get();

TransferCompletionHandler() - Constructor for class com.ning.http.client.listener.TransferCompletionHandler
Create a TransferCompletionHandler that will not accumulate bytes.
TransferCompletionHandler(boolean) - Constructor for class com.ning.http.client.listener.TransferCompletionHandler
Create a TransferCompletionHandler that can or cannot accumulate bytes and make it available when 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.
tryToOfferChannelToPool(Channel, boolean, String) - Method in class com.ning.http.client.providers.netty.channel.ChannelManager
 
type() - Method in class com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.GracefulCloseEvent
 
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.
UNSET_TIMEOUT - Static variable in class com.ning.http.client.providers.grizzly.GrizzlyConnectionPool.DelayedExecutor
 
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
 
urlConnection - Variable in class com.ning.http.client.providers.jdk.JDKFuture
 
urlEncodeFormParams(List<Param>) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
useProxyConnect(Uri) - Static method in class com.ning.http.client.providers.netty.util.HttpUtils
 
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

validateSupportedScheme(Uri) - Static method in class com.ning.http.util.AsyncHttpProviderUtils
 
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.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.QueryComputer
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.providers.grizzly.GrizzlyAsyncHttpProviderConfig.Property
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.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.QueryComputer
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
 
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
 
visitEndOfHeader(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 - Static variable in class com.ning.http.client.providers.netty.util.HttpUtils
 
webSocket - Variable in class com.ning.http.client.ws.DefaultWebSocketListener
 
WebSocket - Interface in com.ning.http.client.ws
A Websocket client
WEBSOCKET_SSL - Static variable in class com.ning.http.client.providers.netty.util.HttpUtils
 
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
WebSocketUpgradeHandler.Builder() - Constructor for class com.ning.http.client.ws.WebSocketUpgradeHandler.Builder
 
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.QueryComputer
 
withQueryWithoutParams(String) - Method in enum com.ning.http.util.QueryComputer
 
withQueryWithParams(String, List<Param>) - Method in enum com.ning.http.util.QueryComputer
 
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
 
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 © 2015. All Rights Reserved.