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

A

abort(Throwable) - Method in interface org.asynchttpclient.ListenableFuture
Abort the current processing, and propagate the Throwable to the AsyncHandler or Future
abort(Throwable) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
abort(Throwable) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
abort(Channel, NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
accumulate(HttpResponseStatus) - Method in class org.asynchttpclient.Response.ResponseBuilder
 
accumulate(HttpHeaders) - Method in class org.asynchttpclient.Response.ResponseBuilder
 
accumulate(HttpResponseBodyPart) - Method in class org.asynchttpclient.Response.ResponseBuilder
 
acquireChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.ConnectionSemaphore
 
acquirePartitionLockLazily() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
add(Uri, Cookie) - Method in interface org.asynchttpclient.cookie.CookieStore
Adds one Cookie to the store.
add(Uri, Cookie) - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
 
addAuthorizationHeader(HttpHeaders, String) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
 
addBodyPart(Part) - Method in class org.asynchttpclient.RequestBuilderBase
 
addChannelOption(ChannelOption<T>, T) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
addCookie(Cookie) - Method in class org.asynchttpclient.RequestBuilderBase
 
addCustomHeader(String, String) - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
addFormParam(String, String) - Method in class org.asynchttpclient.RequestBuilderBase
 
addHeader(CharSequence, String) - Method in class org.asynchttpclient.RequestBuilderBase
 
addHeader(CharSequence, Object) - Method in class org.asynchttpclient.RequestBuilderBase
Add a header value for the request.
addHeader(CharSequence, Iterable<?>) - Method in class org.asynchttpclient.RequestBuilderBase
Add header values for the request.
addIOExceptionFilter(IOExceptionFilter) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
addListener(Runnable, Executor) - Method in interface org.asynchttpclient.ListenableFuture
Adds a listener and executor to the ListenableFuture.
addListener(Runnable, Executor) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
addListener(Runnable, Executor) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
addOrReplaceCookie(Cookie) - Method in class org.asynchttpclient.RequestBuilderBase
Add/replace a cookie based on its name
addQueryParam(String, String) - Method in class org.asynchttpclient.RequestBuilderBase
 
addQueryParams(List<Param>) - Method in class org.asynchttpclient.RequestBuilderBase
 
addRequestFilter(RequestFilter) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
addResponseFilter(ResponseFilter) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
address - Variable in class org.asynchttpclient.RequestBuilderBase
 
addSslHandler(ChannelPipeline, Uri, String, boolean) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
addTransferListener(TransferListener) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
addWebSocketListener(WebSocketListener) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
addWebSocketListener(WebSocketListener) - Method in interface org.asynchttpclient.ws.WebSocket
addWebSocketListener(WebSocketListener) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler.Builder
Add a WebSocketListener that will be added to the WebSocket
adjustRequestRange(Request) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
Invoke this API if you want to set the Range header on your Request based on the last valid bytes position.
AGGREGATE_WEBSOCKET_FRAME_FRAGMENTS_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
AHC_HTTP_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
AHC_VERSION - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
AHC_WS_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
appendBase16(StringBuilder, byte[]) - Static method in class org.asynchttpclient.util.StringUtils
 
applyIoExceptionFiltersAndReplayRequest(NettyResponseFuture<?>, IOException, Channel) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
Assertions - Class in org.asynchttpclient.util
 
assertNotEmpty(String, String) - Static method in class org.asynchttpclient.util.Assertions
 
assertNotNull(T, String) - Static method in class org.asynchttpclient.util.Assertions
 
ASYNC_CLIENT_CONFIG_ROOT - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
AsyncCompletionHandler<T> - Class in org.asynchttpclient
An AsyncHandler augmented with an AsyncCompletionHandler.onCompleted(Response) convenience method which gets called when the Response processing is finished.
AsyncCompletionHandler() - Constructor for class org.asynchttpclient.AsyncCompletionHandler
 
AsyncCompletionHandlerBase - Class in org.asynchttpclient
Simple AsyncHandler of type Response
AsyncCompletionHandlerBase() - Constructor for class org.asynchttpclient.AsyncCompletionHandlerBase
 
AsyncHandler<T> - Interface in org.asynchttpclient
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 org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
AsyncHandler.State - Enum in org.asynchttpclient
 
AsyncHttpClient - Interface in org.asynchttpclient
This class support asynchronous and synchronous HTTP request.
asyncHttpClient() - Static method in class org.asynchttpclient.Dsl
 
asyncHttpClient(DefaultAsyncHttpClientConfig.Builder) - Static method in class org.asynchttpclient.Dsl
 
asyncHttpClient(AsyncHttpClientConfig) - Static method in class org.asynchttpclient.Dsl
 
AsyncHttpClientConfig - Interface in org.asynchttpclient
 
AsyncHttpClientConfig.ResponseBodyPartFactory - Enum in org.asynchttpclient
 
AsyncHttpClientConfigDefaults - Class in org.asynchttpclient.config
 
AsyncHttpClientConfigHelper - Class in org.asynchttpclient.config
 
AsyncHttpClientConfigHelper() - Constructor for class org.asynchttpclient.config.AsyncHttpClientConfigHelper
 
AsyncHttpClientConfigHelper.Config - Class in org.asynchttpclient.config
 
AsyncHttpClientHandler - Class in org.asynchttpclient.netty.handler
 
AsyncHttpClientState - Class in org.asynchttpclient
 
attachChannel(Channel, boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
AuthenticatorUtils - Class in org.asynchttpclient.util
 
AuthenticatorUtils() - Constructor for class org.asynchttpclient.util.AuthenticatorUtils
 

B

basicAuthRealm(String, String) - Static method in class org.asynchttpclient.Dsl
 
Body - Interface in org.asynchttpclient.request.body
A request body.
Body.BodyState - Enum in org.asynchttpclient.request.body
 
BodyChunk - Class in org.asynchttpclient.request.body.generator
 
BodyChunkedInput - Class in org.asynchttpclient.netty.request.body
Adapts a Body to Netty's ChunkedInput.
BodyDeferringAsyncHandler - Class in org.asynchttpclient.handler
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 org.asynchttpclient.handler.BodyDeferringAsyncHandler
 
BodyDeferringAsyncHandler.BodyDeferringInputStream - Class in org.asynchttpclient.handler
A simple helper class that is used to perform automatic "join" for async download and the error checking of the Future of the request.
BodyDeferringInputStream(Future<Response>, BodyDeferringAsyncHandler, InputStream) - Constructor for class org.asynchttpclient.handler.BodyDeferringAsyncHandler.BodyDeferringInputStream
 
BodyGenerator - Interface in org.asynchttpclient.request.body.generator
Creates a request body.
bodyGenerator - Variable in class org.asynchttpclient.RequestBuilderBase
 
bodyParts - Variable in class org.asynchttpclient.RequestBuilderBase
 
boundary - Variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
BoundedQueueFeedableBodyGenerator - Class in org.asynchttpclient.request.body.generator
 
BoundedQueueFeedableBodyGenerator(int) - Constructor for class org.asynchttpclient.request.body.generator.BoundedQueueFeedableBodyGenerator
 
BoundRequestBuilder - Class in org.asynchttpclient
 
BoundRequestBuilder(AsyncHttpClient, String, boolean, boolean) - Constructor for class org.asynchttpclient.BoundRequestBuilder
 
BoundRequestBuilder(AsyncHttpClient, String, boolean) - Constructor for class org.asynchttpclient.BoundRequestBuilder
 
BoundRequestBuilder(AsyncHttpClient, Request) - Constructor for class org.asynchttpclient.BoundRequestBuilder
 
buffer - Variable in class org.asynchttpclient.request.body.generator.BodyChunk
 
bufferFrame(WebSocketFrame) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
build() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
build() - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
build() - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
 
build() - Method in class org.asynchttpclient.Realm.Builder
Build a Realm
build() - Method in class org.asynchttpclient.RequestBuilderBase
 
build() - Method in class org.asynchttpclient.Response.ResponseBuilder
Build a Response instance
build() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler.Builder
Builder() - Constructor for class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
Builder(AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
Builder(String, int) - Constructor for class org.asynchttpclient.proxy.ProxyServer.Builder
 
Builder(String, String) - Constructor for class org.asynchttpclient.Realm.Builder
 
Builder() - Constructor for class org.asynchttpclient.ws.WebSocketUpgradeHandler.Builder
 
ByteArrayBodyGenerator - Class in org.asynchttpclient.request.body.generator
A BodyGenerator backed by a byte array.
ByteArrayBodyGenerator(byte[]) - Constructor for class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator
 
ByteArrayBodyGenerator.ByteBody - Class in org.asynchttpclient.request.body.generator
 
ByteArrayMultipartPart - Class in org.asynchttpclient.request.body.multipart.part
 
ByteArrayMultipartPart(ByteArrayPart, byte[]) - Constructor for class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
 
ByteArrayPart - Class in org.asynchttpclient.request.body.multipart
 
ByteArrayPart(String, byte[]) - Constructor for class org.asynchttpclient.request.body.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String) - Constructor for class org.asynchttpclient.request.body.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String, Charset) - Constructor for class org.asynchttpclient.request.body.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String, Charset, String) - Constructor for class org.asynchttpclient.request.body.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String, Charset, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.ByteArrayPart
 
ByteArrayPart(String, byte[], String, Charset, String, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.ByteArrayPart
 
ByteBody() - Constructor for class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody
 
byteBuf() - Method in class org.asynchttpclient.netty.request.body.NettyByteArrayBody
 
byteBuf() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
byteBuf() - Method in class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
 
byteBuf() - Method in class org.asynchttpclient.netty.request.body.NettyDirectBody
 
byteBuffer2ByteArray(ByteBuffer) - Static method in class org.asynchttpclient.util.StringUtils
 
byteBufferData - Variable in class org.asynchttpclient.RequestBuilderBase
 
ByteBufferVisitor(ByteBuffer) - Constructor for class org.asynchttpclient.request.body.multipart.part.PartVisitor.ByteBufferVisitor
 
ByteBufVisitor(ByteBuf) - Constructor for class org.asynchttpclient.request.body.multipart.part.PartVisitor.ByteBufVisitor
 
byteData - Variable in class org.asynchttpclient.RequestBuilderBase
 

C

calculateAndAddSignature(Request, RequestBuilderBase<?>) - Method in class org.asynchttpclient.oauth.OAuthSignatureCalculator
 
calculateAndAddSignature(Request, RequestBuilderBase<?>) - Method in interface org.asynchttpclient.SignatureCalculator
Method called when RequestBuilderBase.build() method is called.
call() - Method in class org.asynchttpclient.netty.OnLastHttpContentCallback
 
cancel(boolean) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
cancel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
cancel() - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
 
cancelled() - Method in class org.asynchttpclient.netty.handler.StreamedResponsePublisher
 
cancelTimeouts() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
channel() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
channel - Variable in class org.asynchttpclient.netty.ws.NettyWebSocket
 
channelActive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
ChannelClosedException - Exception in org.asynchttpclient.exception
 
channelInactive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
ChannelManager - Class in org.asynchttpclient.netty.channel
 
ChannelManager(AsyncHttpClientConfig, Timer) - Constructor for class org.asynchttpclient.netty.channel.ChannelManager
 
channelManager - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
ChannelPool - Interface in org.asynchttpclient.channel
 
ChannelPoolPartitioning - Interface in org.asynchttpclient.channel
 
channelPoolPartitioning - Variable in class org.asynchttpclient.RequestBuilderBase
 
ChannelPoolPartitioning.CompositePartitionKey - Class in org.asynchttpclient.channel
 
ChannelPoolPartitioning.PerHostChannelPoolPartitioning - Enum in org.asynchttpclient.channel
 
channelRead(ChannelHandlerContext, Object) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
Channels - Class in org.asynchttpclient.netty.channel
 
Channels() - Constructor for class org.asynchttpclient.netty.channel.Channels
 
ChannelState - Enum in org.asynchttpclient.netty.channel
 
charSequence2ByteBuffer(CharSequence, Charset) - Static method in class org.asynchttpclient.util.StringUtils
 
charSequence2Bytes(CharSequence, Charset) - Static method in class org.asynchttpclient.util.StringUtils
 
charset - Variable in class org.asynchttpclient.RequestBuilderBase
 
CHUNKED_FILE_CHUNK_SIZE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
CHUNKED_WRITER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
clean() - Method in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
When the timeout is cancelled, it could still be referenced for quite some time in the Timer.
clear() - Method in interface org.asynchttpclient.cookie.CookieStore
Remove all cookies in this cookie store.
clear() - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
 
clearHeaders() - Method in class org.asynchttpclient.RequestBuilderBase
Remove all added headers
ClientStats - Class in org.asynchttpclient
A record class representing the state of an (@link org.asynchttpclient.AsyncHttpClient).
ClientStats(Map<String, HostStats>) - Constructor for class org.asynchttpclient.ClientStats
 
close() - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
close() - Method in class org.asynchttpclient.handler.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 org.asynchttpclient.netty.channel.ChannelManager
 
close() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
close() - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody
 
close() - Method in class org.asynchttpclient.request.body.generator.PushBody
 
close() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
 
close() - Method in class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
 
close() - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
 
close() - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
close() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
close() - Method in class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
 
closeChannel(Channel) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
closeOut() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
 
closeSilently(Closeable) - Static method in class org.asynchttpclient.util.MiscUtils
 
CompletedFailure(Throwable) - Constructor for class org.asynchttpclient.ListenableFuture.CompletedFailure
 
CompletedFailure(String, Throwable) - Constructor for class org.asynchttpclient.ListenableFuture.CompletedFailure
 
compositeByteData - Variable in class org.asynchttpclient.RequestBuilderBase
 
COMPRESSION_ENFORCED_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
computePostContentBytes(int) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
computePostContentBytes(int) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
computePostContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
computePostContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
computePreContentBytes(int) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
computePreContentBytes(int) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
computePreContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
computePreContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
computeRealmURI(Uri, boolean, boolean) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
 
Config() - Constructor for class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
 
config() - Static method in class org.asynchttpclient.Dsl
 
config - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
configureBootstraps(NettyRequestSender) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
configureSslContextBuilder(SslContextBuilder) - Method in class org.asynchttpclient.netty.ssl.DefaultSslEngineFactory
The last step of configuring the SslContextBuilder used to create an SslContext when no context is provided in the AsyncHttpClientConfig.
configureSslEngine(SSLEngine, AsyncHttpClientConfig) - Method in class org.asynchttpclient.netty.ssl.SslEngineFactoryBase
 
connect(Bootstrap, NettyConnectListener<?>) - Method in class org.asynchttpclient.netty.channel.NettyChannelConnector
 
CONNECT - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 
CONNECTION_POOL_CLEANER_PERIOD_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
CONNECTION_TIMEOUT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
CONNECTION_TTL_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
ConnectionSemaphore - Class in org.asynchttpclient.netty.channel
Max connections and max-per-host connections limiter.
ConnectSuccessInterceptor - Class in org.asynchttpclient.netty.handler.intercept
 
ConsumerKey - Class in org.asynchttpclient.oauth
Value class for OAuth consumer keys.
ConsumerKey(String, String) - Constructor for class org.asynchttpclient.oauth.ConsumerKey
 
CONTINUE_100 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
cookies - Variable in class org.asynchttpclient.RequestBuilderBase
 
CookieStore - Interface in org.asynchttpclient.cookie
This interface represents an abstract store for Cookie objects.
CounterPartVisitor() - Constructor for class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor
 
create(String) - Static method in class org.asynchttpclient.uri.Uri
 
create(Uri, String) - Static method in class org.asynchttpclient.uri.Uri
 
createBody() - Method in interface org.asynchttpclient.request.body.generator.BodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
Creates a new instance of the request body to be read.
createBody() - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
 
createBody() - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
 
createProxyServerSelector(Properties) - Static method in class org.asynchttpclient.util.ProxyUtils
Creates a proxy server instance from the given properties.
CRLF_BYTES - Static variable in interface org.asynchttpclient.request.body.multipart.Part
Carriage return/linefeed as a byte array
CUSTOM_AHC_PROPERTIES - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
 

D

DateUtils - Class in org.asynchttpclient.util
 
DEFAULT - Static variable in class org.asynchttpclient.util.StringBuilderPool
 
DEFAULT_AHC_PROPERTIES - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
 
DEFAULT_CHUNK_SIZE - Static variable in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
DEFAULT_NAME_RESOLVER - Static variable in class org.asynchttpclient.RequestBuilderBase
 
defaultAggregateWebSocketFrameFragments() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
DefaultAsyncHttpClient - Class in org.asynchttpclient
Default and threadsafe implementation of AsyncHttpClient.
DefaultAsyncHttpClient() - Constructor for class org.asynchttpclient.DefaultAsyncHttpClient
Create a new HTTP Asynchronous Client using the default DefaultAsyncHttpClientConfig configuration.
DefaultAsyncHttpClient(AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.DefaultAsyncHttpClient
Create a new HTTP Asynchronous Client using the specified DefaultAsyncHttpClientConfig configuration.
DefaultAsyncHttpClientConfig - Class in org.asynchttpclient
Configuration class to use with a AsyncHttpClient.
DefaultAsyncHttpClientConfig.Builder - Class in org.asynchttpclient
Builder for an AsyncHttpClient
DefaultChannelPool - Class in org.asynchttpclient.netty.channel
A simple implementation of ChannelPool based on a ConcurrentHashMap
DefaultChannelPool(AsyncHttpClientConfig, Timer) - Constructor for class org.asynchttpclient.netty.channel.DefaultChannelPool
 
DefaultChannelPool(int, int, Timer, int) - Constructor for class org.asynchttpclient.netty.channel.DefaultChannelPool
 
DefaultChannelPool(int, int, DefaultChannelPool.PoolLeaseStrategy, Timer, int) - Constructor for class org.asynchttpclient.netty.channel.DefaultChannelPool
 
DefaultChannelPool.PoolLeaseStrategy - Enum in org.asynchttpclient.netty.channel
 
defaultChunkedFileChunkSize() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultCompressionEnforced() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultConnectionPoolCleanerPeriod() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultConnectionTtl() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultConnectTimeout() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultDisableHttpsEndpointIdentificationAlgorithm() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultDisableUrlEncodingForBoundRequests() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultDisableZeroCopy() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultEnabledCipherSuites() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultEnabledProtocols() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultEnableWebSocketCompression() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultFilterInsecureCipherSuites() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultFollowRedirect() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultHandshakeTimeout() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultHttpClientCodecInitialBufferSize() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultHttpClientCodecMaxChunkSize() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultHttpClientCodecMaxHeaderSize() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultHttpClientCodecMaxInitialLineLength() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultIoThreadsCount() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultKeepAlive() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
DefaultKeepAliveStrategy - Class in org.asynchttpclient.channel
Connection strategy implementing standard HTTP 1.0/1.1 behavior.
DefaultKeepAliveStrategy() - Constructor for class org.asynchttpclient.channel.DefaultKeepAliveStrategy
 
defaultKeepEncodingHeader() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultMaxConnections() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultMaxConnectionsPerHost() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultMaxRedirects() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultMaxRequestRetry() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultPooledConnectionIdleTimeout() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultReadTimeout() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
DefaultRequest - Class in org.asynchttpclient
 
DefaultRequest(String, Uri, InetAddress, InetAddress, HttpHeaders, List<Cookie>, byte[], List<byte[]>, String, ByteBuffer, InputStream, BodyGenerator, List<Param>, List<Part>, String, ProxyServer, Realm, File, Boolean, int, int, long, Charset, ChannelPoolPartitioning, NameResolver<InetAddress>) - Constructor for class org.asynchttpclient.DefaultRequest
 
defaultRequestTimeout() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultShutdownQuietPeriod() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultShutdownTimeout() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultSoLinger() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultSoRcvBuf() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultSoReuseAddress() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultSoSndBuf() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
DefaultSslEngineFactory - Class in org.asynchttpclient.netty.ssl
 
DefaultSslEngineFactory() - Constructor for class org.asynchttpclient.netty.ssl.DefaultSslEngineFactory
 
defaultSslSessionCacheSize() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultSslSessionTimeout() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultStrict302Handling() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultTcpNoDelay() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultThreadPoolName() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultUseInsecureTrustManager() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultUseLaxCookieEncoder() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultUseNativeTransport() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultUseOpenSsl() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultUseProxyProperties() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultUseProxySelector() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultUserAgent() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultValidateResponseHeaders() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultWebSocketMaxBufferSize() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
defaultWebSocketMaxFrameSize() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
delete(String) - Static method in class org.asynchttpclient.Dsl
 
DELETE - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 
destroy() - Method in interface org.asynchttpclient.channel.ChannelPool
Destroy all channels that has been cached by this instance.
destroy() - Method in enum org.asynchttpclient.channel.NoopChannelPool
 
destroy() - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
Destroy all channels that has been cached by this instance.
digestAuthRealm(String, String) - Static method in class org.asynchttpclient.Dsl
 
DISABLE_HTTPS_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
DISABLE_URL_ENCODING_FOR_BOUND_REQUESTS_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
DISABLE_ZERO_COPY_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
DiscardEvent - Enum in org.asynchttpclient.netty
Simple marker for stopping publishing bytes
domain(String) - Method in class org.asynchttpclient.netty.ssl.SslEngineFactoryBase
 
done() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
done() - Method in interface org.asynchttpclient.ListenableFuture
Terminate and if there is no exception, mark this Future as done and release the internal lock.
done() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
done - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 
drainChannelAndExecuteNextRequest(Channel, NettyResponseFuture<?>, Request) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
drainChannelAndOffer(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
drainChannelAndOffer(Channel, NettyResponseFuture<?>, boolean, Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
Dsl - Class in org.asynchttpclient
 

E

EagerResponseBodyPart - Class in org.asynchttpclient.netty
A callback class used when an HTTP response body is received.
EagerResponseBodyPart(ByteBuf, boolean) - Constructor for class org.asynchttpclient.netty.EagerResponseBodyPart
 
ENABLE_WEBSOCKET_COMPRESSION_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
ENABLED_CIPHER_SUITES_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
ENABLED_PROTOCOLS_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
encode(Uri, List<Param>) - Method in enum org.asynchttpclient.util.UriEncoder
 
encodeAndAppendFormElement(StringBuilder, CharSequence) - Static method in class org.asynchttpclient.util.Utf8UrlEncoder
 
encodeAndAppendPercentEncoded(StringBuilder, CharSequence) - Static method in class org.asynchttpclient.util.Utf8UrlEncoder
 
encodeAndAppendQuery(StringBuilder, String) - Static method in class org.asynchttpclient.util.Utf8UrlEncoder
 
encodeAndAppendQueryElement(StringBuilder, CharSequence) - Static method in class org.asynchttpclient.util.Utf8UrlEncoder
 
encodePath(String) - Method in enum org.asynchttpclient.util.UriEncoder
 
encodePath(String) - Static method in class org.asynchttpclient.util.Utf8UrlEncoder
 
encodeQueryElement(String) - Static method in class org.asynchttpclient.util.Utf8UrlEncoder
 
equals(Object) - Method in class org.asynchttpclient.channel.ChannelPoolPartitioning.CompositePartitionKey
 
equals(Object) - Method in class org.asynchttpclient.ClientStats
 
equals(Object) - Method in class org.asynchttpclient.HostStats
 
equals(Object) - Method in class org.asynchttpclient.oauth.ConsumerKey
 
equals(Object) - Method in class org.asynchttpclient.oauth.RequestToken
 
equals(Object) - Method in class org.asynchttpclient.Param
 
equals(Object) - Method in class org.asynchttpclient.uri.Uri
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
execute(AsyncHandler<T>) - Method in class org.asynchttpclient.BoundRequestBuilder
 
execute() - Method in class org.asynchttpclient.BoundRequestBuilder
 
executeRequest(Request, AsyncHandler<T>) - Method in interface org.asynchttpclient.AsyncHttpClient
Execute an HTTP request.
executeRequest(RequestBuilder, AsyncHandler<T>) - Method in interface org.asynchttpclient.AsyncHttpClient
Execute an HTTP request.
executeRequest(Request) - Method in interface org.asynchttpclient.AsyncHttpClient
Execute an HTTP request.
executeRequest(RequestBuilder) - Method in interface org.asynchttpclient.AsyncHttpClient
Execute an HTTP request.
executeRequest(Request, AsyncHandler<T>) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
executeRequest(RequestBuilder, AsyncHandler<T>) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
executeRequest(Request) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
executeRequest(RequestBuilder) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
exitAfterHandling401(Channel, NettyResponseFuture<?>, HttpResponse, Request, Realm, HttpRequest) - Method in class org.asynchttpclient.netty.handler.intercept.Unauthorized401Interceptor
 
exitAfterHandling407(Channel, NettyResponseFuture<?>, HttpResponse, Request, ProxyServer, HttpRequest) - Method in class org.asynchttpclient.netty.handler.intercept.ProxyUnauthorized407Interceptor
 
exitAfterHandlingConnect(Channel, NettyResponseFuture<?>, Request, ProxyServer) - Method in class org.asynchttpclient.netty.handler.intercept.ConnectSuccessInterceptor
 
exitAfterHandlingRedirect(Channel, NettyResponseFuture<?>, HttpResponse, Request, int, Realm) - Method in class org.asynchttpclient.netty.handler.intercept.Redirect30xInterceptor
 
exitAfterIntercept(Channel, NettyResponseFuture<?>, AsyncHandler<?>, HttpResponse, HttpResponseStatus, HttpHeaders) - Method in class org.asynchttpclient.netty.handler.intercept.Interceptors
 
exitAfterProcessingFilters(Channel, NettyResponseFuture<?>, AsyncHandler<?>, HttpResponseStatus, HttpHeaders) - Method in class org.asynchttpclient.netty.handler.intercept.ResponseFiltersInterceptor
 
EXTRA_BYTES - Static variable in interface org.asynchttpclient.request.body.multipart.Part
Extra characters as a byte array
extractCharset(String) - Static method in class org.asynchttpclient.util.HttpUtils
 

F

feed(ByteBuf, boolean) - Method in interface org.asynchttpclient.request.body.generator.FeedableBodyGenerator
 
feed(ByteBuf, boolean) - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
 
feed(ByteBuf, boolean) - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
 
FeedableBodyGenerator - Interface in org.asynchttpclient.request.body.generator
BodyGenerator which may return just part of the payload at the time handler is requesting it.
FeedListener - Interface in org.asynchttpclient.request.body.generator
 
file - Variable in class org.asynchttpclient.RequestBuilderBase
 
FileBodyGenerator - Class in org.asynchttpclient.request.body.generator
Creates a request body from the contents of a file.
FileBodyGenerator(File) - Constructor for class org.asynchttpclient.request.body.generator.FileBodyGenerator
 
FileBodyGenerator(File, long, long) - Constructor for class org.asynchttpclient.request.body.generator.FileBodyGenerator
 
FileLikeMultipartPart<T extends FileLikePart> - Class in org.asynchttpclient.request.body.multipart.part
 
FileLikePart - Class in org.asynchttpclient.request.body.multipart
This class is an adaptation of the Apache HttpClient implementation
FileLikePart(String, String, Charset, String, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.FileLikePart
FilePart Constructor.
FileMultipartPart - Class in org.asynchttpclient.request.body.multipart.part
 
FileMultipartPart(FilePart, byte[]) - Constructor for class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
 
FilePart - Class in org.asynchttpclient.request.body.multipart
 
FilePart(String, File) - Constructor for class org.asynchttpclient.request.body.multipart.FilePart
 
FilePart(String, File, String) - Constructor for class org.asynchttpclient.request.body.multipart.FilePart
 
FilePart(String, File, String, Charset) - Constructor for class org.asynchttpclient.request.body.multipart.FilePart
 
FilePart(String, File, String, Charset, String) - Constructor for class org.asynchttpclient.request.body.multipart.FilePart
 
FilePart(String, File, String, Charset, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.FilePart
 
FilePart(String, File, String, Charset, String, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.FilePart
 
filter(FilterContext<T>) - Method in interface org.asynchttpclient.filter.IOExceptionFilter
An AsyncHttpClient will invoke IOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will use the returned FilterContext to replay the Request or abort the processing.
filter(FilterContext<T>) - Method in interface org.asynchttpclient.filter.RequestFilter
filter(FilterContext<T>) - Method in interface org.asynchttpclient.filter.ResponseFilter
An AsyncHttpClient will invoke ResponseFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will use the returned FilterContext.replayRequest() and FilterContext.getAsyncHandler() to decide if the response processing can continue.
filter(FilterContext<T>) - Method in class org.asynchttpclient.filter.ThrottleRequestFilter
filter(FilterContext<T>) - Method in class org.asynchttpclient.handler.resumable.ResumableIOExceptionFilter
 
FILTER_INSECURE_CIPHER_SUITES_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
FilterContext<T> - Class in org.asynchttpclient.filter
A FilterContext can be used to decorate Request and AsyncHandler from a list of RequestFilter.
FilterContext.FilterContextBuilder<T> - Class in org.asynchttpclient.filter
 
FilterContextBuilder() - Constructor for class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
FilterContextBuilder(FilterContext<T>) - Constructor for class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
FilterException - Exception in org.asynchttpclient.filter
An exception that can be thrown by an AsyncHandler to interrupt invocation of the RequestFilter and ResponseFilter.
FilterException(String) - Constructor for exception org.asynchttpclient.filter.FilterException
 
FilterException(String, Throwable) - Constructor for exception org.asynchttpclient.filter.FilterException
 
flushChannelPoolPartitions(Predicate<Object>) - Method in interface org.asynchttpclient.AsyncHttpClient
Flush ChannelPool partitions based on a predicate
flushChannelPoolPartitions(Predicate<Object>) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
flushPartitions(Predicate<Object>) - Method in interface org.asynchttpclient.channel.ChannelPool
Flush partitions based on a predicate
flushPartitions(Predicate<Object>) - Method in enum org.asynchttpclient.channel.NoopChannelPool
 
flushPartitions(Predicate<Object>) - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
 
FOLLOW_REDIRECT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
followRedirect - Variable in class org.asynchttpclient.RequestBuilderBase
 
followRedirect(AsyncHttpClientConfig, Request) - Static method in class org.asynchttpclient.util.HttpUtils
 
formParams - Variable in class org.asynchttpclient.RequestBuilderBase
 
FOUND_302 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
future - Variable in class org.asynchttpclient.netty.OnLastHttpContentCallback
 
future() - Method in class org.asynchttpclient.netty.OnLastHttpContentCallback
 
future - Variable in class org.asynchttpclient.netty.request.WriteListener
 

G

generateMultipartParts(List<Part>, byte[]) - Static method in class org.asynchttpclient.request.body.multipart.MultipartUtils
 
generateSpnegoDERObject(byte[]) - Method in interface org.asynchttpclient.spnego.SpnegoTokenGenerator
 
generateToken(String) - Method in class org.asynchttpclient.spnego.SpnegoEngine
 
generateType1Msg() - Method in class org.asynchttpclient.ntlm.NtlmEngine
Creates the first message (type 1 message) in the NTLM authentication sequence.
generateType3Msg(String, String, String, String, String) - Method in class org.asynchttpclient.ntlm.NtlmEngine
 
get(Uri) - Method in interface org.asynchttpclient.cookie.CookieStore
Retrieve cookies associated with given URI, or whose domain matches the given URI.
get(Uri) - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
 
get(String) - Static method in class org.asynchttpclient.Dsl
 
get() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
get(long, TimeUnit) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
get() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
get(long, TimeUnit) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
GET - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 
getAcceptKey(String) - Static method in class org.asynchttpclient.ws.WebSocketUtils
 
getAddress() - Method in class org.asynchttpclient.DefaultRequest
 
getAddress() - Method in interface org.asynchttpclient.Request
 
getAhcVersion() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getAhcVersion() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getAlgorithm() - Method in class org.asynchttpclient.Realm
 
getAll() - Method in interface org.asynchttpclient.cookie.CookieStore
Get all not-expired cookies in cookie store.
getAll() - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
 
getAllocator() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getAllocator() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getAsapResponse() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler.BodyDeferringInputStream
getAsyncHandler() - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
getAsyncHandler() - Method in class org.asynchttpclient.filter.FilterContext
 
getAsyncHandler() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getAsyncHttpClientConfig() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper
 
getAttribute(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
getAuthority(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
 
getBaseUrl(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
 
getBody() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
 
getBody() - Method in class org.asynchttpclient.netty.request.NettyRequest
 
getBodyAsXML() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getBodyByteBuffer() - Method in class org.asynchttpclient.HttpResponseBodyPart
 
getBodyByteBuffer() - Method in class org.asynchttpclient.netty.EagerResponseBodyPart
 
getBodyByteBuffer() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
 
getBodyGenerator() - Method in class org.asynchttpclient.DefaultRequest
 
getBodyGenerator() - Method in interface org.asynchttpclient.Request
 
getBodyPartBytes() - Method in class org.asynchttpclient.HttpResponseBodyPart
 
getBodyPartBytes() - Method in class org.asynchttpclient.netty.EagerResponseBodyPart
Return the response body's part bytes received.
getBodyPartBytes() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
Return the response body's part bytes received.
getBodyParts() - Method in class org.asynchttpclient.DefaultRequest
 
getBodyParts() - Method in interface org.asynchttpclient.Request
 
getBoolean(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
 
getBootstrap(Uri, NameResolver<InetAddress>, ProxyServer) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
getBoundary() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
 
getBuf() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
 
getByteBufferData() - Method in class org.asynchttpclient.DefaultRequest
 
getByteBufferData() - Method in interface org.asynchttpclient.Request
 
getByteData() - Method in class org.asynchttpclient.DefaultRequest
 
getByteData() - Method in interface org.asynchttpclient.Request
 
getBytes() - Method in class org.asynchttpclient.request.body.multipart.ByteArrayPart
 
getCause(Throwable) - Static method in class org.asynchttpclient.util.MiscUtils
 
getChannelOptions() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getChannelOptions() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getChannelPool() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getChannelPool() - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
getChannelPool() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getChannelPool() - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
getChannelPoolPartitioning() - Method in class org.asynchttpclient.DefaultRequest
 
getChannelPoolPartitioning() - Method in interface org.asynchttpclient.Request
 
getChannelState() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getCharset() - Method in class org.asynchttpclient.DefaultRequest
 
getCharset() - Method in class org.asynchttpclient.Realm
 
getCharset() - Method in interface org.asynchttpclient.request.body.multipart.Part
Return the character encoding of this part.
getCharset() - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
getCharset() - Method in interface org.asynchttpclient.Request
 
getChunkedFileChunkSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getChunkedFileChunkSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getClientStats() - Method in interface org.asynchttpclient.AsyncHttpClient
Return details about pooled connections.
getClientStats() - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
getClientStats() - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
getCnonce() - Method in class org.asynchttpclient.Realm
 
getCompositeByteData() - Method in class org.asynchttpclient.DefaultRequest
 
getCompositeByteData() - Method in interface org.asynchttpclient.Request
 
getConfig() - Method in interface org.asynchttpclient.AsyncHttpClient
Return the config associated to this client.
getConfig() - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
getConnectionPoolCleanerPeriod() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getConnectionPoolCleanerPeriod() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getConnectionTtl() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getConnectionTtl() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getConnectTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient can wait when connecting to a remote host
getConnectTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getContentId() - Method in interface org.asynchttpclient.request.body.multipart.Part
Return the content ID of this part.
getContentId() - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
getContentLength() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyByteArrayBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyReactiveStreamsBody
 
getContentLength() - Method in interface org.asynchttpclient.request.body.Body
Gets the length of the body.
getContentLength() - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody
 
getContentLength() - Method in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
 
getContentLength() - Method in class org.asynchttpclient.request.body.generator.PushBody
 
getContentLength() - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
 
getContentLength() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
 
getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
 
getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
 
getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
 
getContentType() - Method in class org.asynchttpclient.netty.NettyResponse
 
getContentType() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
 
getContentType() - Method in interface org.asynchttpclient.request.body.multipart.Part
Returns the content type of this part.
getContentType() - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
getContentType() - Method in interface org.asynchttpclient.Response
Return the content-type header value.
getContentType() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getContentTypeOverride() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
 
getContentTypeOverride() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
getContentTypeOverride() - Method in class org.asynchttpclient.netty.request.body.NettyMultipartBody
 
getCookies() - Method in class org.asynchttpclient.DefaultRequest
 
getCookies() - Method in class org.asynchttpclient.netty.NettyResponse
 
getCookies() - Method in interface org.asynchttpclient.Request
 
getCookies() - Method in interface org.asynchttpclient.Response
 
getCookies() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getCookieStore() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return cookie store that is used to store and retrieve cookies
getCookieStore() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getCount() - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor
 
getCurrentRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getCustomHeaders() - Method in interface org.asynchttpclient.request.body.multipart.Part
 
getCustomHeaders() - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
getDispositionType() - Method in interface org.asynchttpclient.request.body.multipart.Part
Gets the disposition-type to be used in Content-Disposition header
getDispositionType() - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
getEnabledCipherSuites() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getEnabledCipherSuites() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getEnabledProtocols() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getEnabledProtocols() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getEventLoopGroup() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getEventLoopGroup() - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
getEventLoopGroup() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getEventLoopGroup() - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
getExplicitPort() - Method in class org.asynchttpclient.uri.Uri
 
getFile() - Method in class org.asynchttpclient.DefaultRequest
 
getFile() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
 
getFile() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
 
getFile() - Method in class org.asynchttpclient.request.body.multipart.FilePart
 
getFile() - Method in interface org.asynchttpclient.Request
 
getFileName() - Method in class org.asynchttpclient.request.body.multipart.FileLikePart
 
getFollowRedirect() - Method in class org.asynchttpclient.DefaultRequest
 
getFollowRedirect() - Method in interface org.asynchttpclient.Request
 
getFormParams() - Method in class org.asynchttpclient.DefaultRequest
 
getFormParams() - Method in interface org.asynchttpclient.Request
 
getHandshakeTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getHandshakeTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getHeader(CharSequence) - Method in class org.asynchttpclient.netty.NettyResponse
 
getHeader(CharSequence) - Method in interface org.asynchttpclient.Response
 
getHeader(CharSequence) - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getHeaders() - Method in class org.asynchttpclient.DefaultRequest
 
getHeaders(CharSequence) - Method in class org.asynchttpclient.netty.NettyResponse
 
getHeaders() - Method in class org.asynchttpclient.netty.NettyResponse
 
getHeaders() - Method in interface org.asynchttpclient.Request
 
getHeaders(CharSequence) - Method in interface org.asynchttpclient.Response
Return a List of the response header value.
getHeaders() - Method in interface org.asynchttpclient.Response
 
getHeaders(CharSequence) - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getHeaders() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getHeaderWithPrefix(List<String>, String) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
 
getHost() - Method in class org.asynchttpclient.proxy.ProxyServer
 
getHost() - Method in class org.asynchttpclient.uri.Uri
 
getHostActiveConnectionCount() - Method in class org.asynchttpclient.HostStats
 
getHostConnectionCount() - Method in class org.asynchttpclient.HostStats
 
getHostIdleConnectionCount() - Method in class org.asynchttpclient.HostStats
 
getHttpAdditionalChannelInitializer() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getHttpAdditionalChannelInitializer() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getHttpClientCodecInitialBufferSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getHttpClientCodecInitialBufferSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getHttpClientCodecMaxChunkSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getHttpClientCodecMaxChunkSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getHttpClientCodecMaxHeaderSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getHttpClientCodecMaxHeaderSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getHttpClientCodecMaxInitialLineLength() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getHttpClientCodecMaxInitialLineLength() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getHttpRequest() - Method in class org.asynchttpclient.netty.request.NettyRequest
 
getIdleChannelCountPerHost() - Method in interface org.asynchttpclient.channel.ChannelPool
 
getIdleChannelCountPerHost() - Method in enum org.asynchttpclient.channel.NoopChannelPool
 
getIdleChannelCountPerHost() - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
 
getInputStream() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
getInputStream() - Method in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
 
getInt(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
 
getIOException() - Method in class org.asynchttpclient.filter.FilterContext
 
getIoExceptionFilters() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the list of IOException
getIoExceptionFilters() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getIoThreadsCount() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getIoThreadsCount() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getJdkDefaultProxyServerSelector() - Static method in class org.asynchttpclient.util.ProxyUtils
Get a proxy server selector based on the JDK default proxy selector.
getKeepAliveStrategy() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getKeepAliveStrategy() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getKey() - Method in class org.asynchttpclient.oauth.ConsumerKey
 
getKey() - Method in class org.asynchttpclient.oauth.RequestToken
 
getLastResponse() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler.BodyDeferringInputStream
Delegates to Future$lt;Response>#get() method.
getLastTouch() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getLocalAddress() - Method in class org.asynchttpclient.DefaultRequest
 
getLocalAddress() - Method in class org.asynchttpclient.HttpResponseStatus
Get local address client initiated request from.
getLocalAddress() - Method in class org.asynchttpclient.netty.NettyResponse
 
getLocalAddress() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getLocalAddress() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
getLocalAddress() - Method in interface org.asynchttpclient.Request
 
getLocalAddress() - Method in interface org.asynchttpclient.Response
Get local address client initiated request from.
getLocalAddress() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getLocalAddress() - Method in interface org.asynchttpclient.ws.WebSocket
Get local address client initiated request from.
getMaxConnections() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the maximum number of connections an AsyncHttpClient can handle.
getMaxConnections() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getMaxConnectionsPerHost() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the maximum number of connections per hosts an AsyncHttpClient can handle.
getMaxConnectionsPerHost() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getMaxRedirects() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Get the maximum number of HTTP redirect
getMaxRedirects() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getMaxRequestRetry() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the number of time the library will retry when an IOException is throw by the remote server
getMaxRequestRetry() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getMethod() - Method in class org.asynchttpclient.DefaultRequest
 
getMethod() - Method in interface org.asynchttpclient.Request
 
getName() - Method in class org.asynchttpclient.Param
 
getName() - Method in interface org.asynchttpclient.request.body.multipart.Part
Return the name of this part.
getName() - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
getNameResolver() - Method in class org.asynchttpclient.DefaultRequest
 
getNameResolver() - Method in interface org.asynchttpclient.Request
 
getNc() - Method in class org.asynchttpclient.Realm
 
getNettyRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getNettyTimer() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getNettyTimer() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getNonce() - Method in class org.asynchttpclient.Realm
 
getNonEmptyPath(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
 
getNonProxyHosts() - Method in class org.asynchttpclient.proxy.ProxyServer
 
getNtlmDomain() - Method in class org.asynchttpclient.Realm
Return the NTLM domain to use.
getNtlmHost() - Method in class org.asynchttpclient.Realm
Return the NTLM host.
getOpaque() - Method in class org.asynchttpclient.Realm
 
getPartitionKey(Uri, String, ProxyServer) - Method in interface org.asynchttpclient.channel.ChannelPoolPartitioning
 
getPartitionKey(Uri, String, ProxyServer) - Method in enum org.asynchttpclient.channel.ChannelPoolPartitioning.PerHostChannelPoolPartitioning
 
getPartitionKey() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getPassword() - Method in class org.asynchttpclient.Realm
 
getPath() - Method in class org.asynchttpclient.uri.Uri
 
getPercentEncodedKey() - Method in class org.asynchttpclient.oauth.ConsumerKey
 
getPercentEncodedKey() - Method in class org.asynchttpclient.oauth.RequestToken
 
getPooledConnectionIdleTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient will keep connection in pool.
getPooledConnectionIdleTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getPort() - Method in class org.asynchttpclient.proxy.ProxyServer
 
getPort() - Method in class org.asynchttpclient.uri.Uri
 
getPrincipal() - Method in class org.asynchttpclient.Realm
 
getProtocolMajorVersion() - Method in class org.asynchttpclient.HttpResponseStatus
Protocol major version.
getProtocolMajorVersion() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getProtocolMinorVersion() - Method in class org.asynchttpclient.HttpResponseStatus
Protocol minor version.
getProtocolMinorVersion() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getProtocolName() - Method in class org.asynchttpclient.HttpResponseStatus
Protocol name from status line.
getProtocolName() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getProtocolText() - Method in class org.asynchttpclient.HttpResponseStatus
Full protocol name + version
getProtocolText() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getProxyRealm() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getProxyServer() - Method in class org.asynchttpclient.DefaultRequest
 
getProxyServer() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getProxyServer() - Method in interface org.asynchttpclient.Request
 
getProxyServer(AsyncHttpClientConfig, Request) - Static method in class org.asynchttpclient.util.ProxyUtils
 
getProxyServerSelector() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
An instance of ProxyServer used by an AsyncHttpClient
getProxyServerSelector() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getProxyType() - Method in class org.asynchttpclient.proxy.ProxyServer
 
getPublisher() - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
 
getQop() - Method in class org.asynchttpclient.Realm
 
getQuery() - Method in class org.asynchttpclient.uri.Uri
 
getQueryParams() - Method in class org.asynchttpclient.DefaultRequest
 
getQueryParams() - Method in interface org.asynchttpclient.Request
 
getRangeOffset() - Method in class org.asynchttpclient.DefaultRequest
 
getRangeOffset() - Method in interface org.asynchttpclient.Request
 
getReadTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient can stay idle.
getReadTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getReadTimeout() - Method in class org.asynchttpclient.DefaultRequest
 
getReadTimeout() - Method in interface org.asynchttpclient.Request
 
getRealm() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the current Realm
getRealm() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getRealm() - Method in class org.asynchttpclient.DefaultRequest
 
getRealm() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getRealm() - Method in class org.asynchttpclient.proxy.ProxyServer
 
getRealm() - Method in interface org.asynchttpclient.Request
 
getRealmName() - Method in class org.asynchttpclient.Realm
 
getRegionLength() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
 
getRegionSeek() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
 
getRemoteAddress() - Method in class org.asynchttpclient.HttpResponseStatus
Get remote address client initiated request to.
getRemoteAddress() - Method in class org.asynchttpclient.netty.NettyResponse
 
getRemoteAddress() - Method in class org.asynchttpclient.netty.NettyResponseStatus
 
getRemoteAddress() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
getRemoteAddress() - Method in interface org.asynchttpclient.Response
Get remote address client initiated request to.
getRemoteAddress() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getRemoteAddress() - Method in interface org.asynchttpclient.ws.WebSocket
Get remote address client initiated request to.
getRequest() - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
getRequest() - Method in class org.asynchttpclient.filter.FilterContext
 
getRequestFilters() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the list of RequestFilter
getRequestFilters() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getRequestTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the maximum time in millisecond an AsyncHttpClient waits until the response is completed.
getRequestTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getRequestTimeout() - Method in class org.asynchttpclient.DefaultRequest
 
getRequestTimeout() - Method in interface org.asynchttpclient.Request
 
getResponse() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
This method -- unlike Future<Reponse>.get() -- will block only as long, as headers arrive.
getResponse() - Method in class org.asynchttpclient.Realm
 
getResponseBody() - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBody(Charset) - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBody(Charset) - Method in interface org.asynchttpclient.Response
Return the entire response body as a String.
getResponseBody() - Method in interface org.asynchttpclient.Response
Return the entire response body as a String.
getResponseBody() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getResponseBody(Charset) - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getResponseBodyAsByteBuffer() - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBodyAsByteBuffer() - Method in interface org.asynchttpclient.Response
Return the entire response body as a ByteBuffer.
getResponseBodyAsByteBuffer() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getResponseBodyAsBytes() - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBodyAsBytes() - Method in interface org.asynchttpclient.Response
Return the entire response body as a byte[].
getResponseBodyAsBytes() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getResponseBodyAsStream() - Method in class org.asynchttpclient.netty.NettyResponse
 
getResponseBodyAsStream() - Method in interface org.asynchttpclient.Response
Returns an input stream for the response body.
getResponseBodyAsStream() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getResponseBodyPartFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getResponseBodyPartFactory() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getResponseFilters() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the list of ResponseFilter
getResponseFilters() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getResponseHeaders() - Method in class org.asynchttpclient.filter.FilterContext
 
getResponseStatus() - Method in class org.asynchttpclient.filter.FilterContext
 
getScheme() - Method in class org.asynchttpclient.Realm
 
getScheme() - Method in class org.asynchttpclient.uri.Uri
 
getSchemeDefaultPort() - Method in class org.asynchttpclient.uri.Uri
 
getSecret() - Method in class org.asynchttpclient.oauth.ConsumerKey
 
getSecret() - Method in class org.asynchttpclient.oauth.RequestToken
 
getSecuredPort() - Method in class org.asynchttpclient.proxy.ProxyServer
 
getShutdownQuietPeriod() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getShutdownQuietPeriod() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getShutdownTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getShutdownTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getSoLinger() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getSoLinger() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getSoRcvBuf() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getSoRcvBuf() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getSoSndBuf() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getSoSndBuf() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getSslContext() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return an instance of SslContext used for SSL connection.
getSslContext() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getSslEngineFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getSslEngineFactory() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getSslSessionCacheSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getSslSessionCacheSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getSslSessionTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getSslSessionTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getStart() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getState() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
getStatsPerHost() - Method in class org.asynchttpclient.ClientStats
 
getStatusCode() - Method in class org.asynchttpclient.HttpResponseStatus
Return the response status code
getStatusCode() - Method in class org.asynchttpclient.netty.NettyResponse
 
getStatusCode() - Method in class org.asynchttpclient.netty.NettyResponseStatus
Return the response status code
getStatusCode() - Method in interface org.asynchttpclient.Response
Returns the status code for the request.
getStatusCode() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getStatusText() - Method in class org.asynchttpclient.HttpResponseStatus
Return the response status text
getStatusText() - Method in class org.asynchttpclient.netty.NettyResponse
 
getStatusText() - Method in class org.asynchttpclient.netty.NettyResponseStatus
Return the response status text
getStatusText() - Method in interface org.asynchttpclient.Response
Returns the status text for the request.
getStatusText() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getStreamData() - Method in class org.asynchttpclient.DefaultRequest
 
getStreamData() - Method in interface org.asynchttpclient.Request
 
getString(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
 
getStringArray(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
 
getStringData() - Method in class org.asynchttpclient.DefaultRequest
 
getStringData() - Method in interface org.asynchttpclient.Request
 
getTargetRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getThreadFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the ThreadFactory an AsyncHttpClient use for handling asynchronous response.
getThreadFactory() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getThreadPoolName() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the name of AsyncHttpClient, which is used for thread naming and debugging.
getThreadPoolName() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getTimeoutsHolder() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getTotalActiveConnectionCount() - Method in class org.asynchttpclient.ClientStats
 
getTotalConnectionCount() - Method in class org.asynchttpclient.ClientStats
 
getTotalIdleConnectionCount() - Method in class org.asynchttpclient.ClientStats
 
getTransferEncoding() - Method in interface org.asynchttpclient.request.body.multipart.Part
Return the transfer encoding of this part.
getTransferEncoding() - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
getUpgradeHeaders() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
getUpgradeHeaders() - Method in interface org.asynchttpclient.ws.WebSocket
 
getUri() - Method in class org.asynchttpclient.DefaultRequest
 
getUri() - Method in class org.asynchttpclient.HttpResponseStatus
Return the request Uri
getUri() - Method in class org.asynchttpclient.netty.NettyResponse
 
getUri() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
getUri() - Method in class org.asynchttpclient.Realm
 
getUri() - Method in interface org.asynchttpclient.Request
 
getUri() - Method in interface org.asynchttpclient.Response
Return the request Uri.
getUri() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
getUrl() - Method in class org.asynchttpclient.DefaultRequest
 
getUrl() - Method in interface org.asynchttpclient.Request
 
getUserAgent() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Return the USER_AGENT header value
getUserAgent() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getUserInfo() - Method in class org.asynchttpclient.uri.Uri
 
getValue() - Method in class org.asynchttpclient.Param
 
getValue() - Method in class org.asynchttpclient.request.body.multipart.StringPart
 
getVirtualHost() - Method in class org.asynchttpclient.DefaultRequest
 
getVirtualHost() - Method in interface org.asynchttpclient.Request
 
getWebSocketKey() - Static method in class org.asynchttpclient.ws.WebSocketUtils
 
getWebSocketMaxBufferSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getWebSocketMaxBufferSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getWebSocketMaxFrameSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getWebSocketMaxFrameSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
getWsAdditionalChannelInitializer() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
getWsAdditionalChannelInitializer() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 

H

handleChannelInactive(NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
handleChannelInactive(NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.handler.HttpHandler
 
handleChannelInactive(NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.handler.WebSocketHandler
 
handleException(NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
handleException(NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.handler.HttpHandler
 
handleException(NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.handler.WebSocketHandler
 
handleFrame(WebSocketFrame) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
handleRead(Channel, NettyResponseFuture<?>, Object) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
handleRead(Channel, NettyResponseFuture<?>, Object) - Method in class org.asynchttpclient.netty.handler.HttpHandler
 
handleRead(Channel, NettyResponseFuture<?>, Object) - Method in class org.asynchttpclient.netty.handler.WebSocketHandler
 
handleUnexpectedClosedChannel(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
HANDSHAKE_TIMEOUT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
hashCode() - Method in class org.asynchttpclient.channel.ChannelPoolPartitioning.CompositePartitionKey
 
hashCode() - Method in class org.asynchttpclient.ClientStats
 
hashCode() - Method in class org.asynchttpclient.HostStats
 
hashCode() - Method in class org.asynchttpclient.oauth.ConsumerKey
 
hashCode() - Method in class org.asynchttpclient.oauth.RequestToken
 
hashCode() - Method in class org.asynchttpclient.Param
 
hashCode() - Method in class org.asynchttpclient.uri.Uri
 
hasResponseBody() - Method in class org.asynchttpclient.netty.NettyResponse
 
hasResponseBody() - Method in interface org.asynchttpclient.Response
Return true if the response's body has been computed by an AsyncHandler.
hasResponseBody() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
hasResponseHeaders() - Method in class org.asynchttpclient.netty.NettyResponse
 
hasResponseHeaders() - Method in interface org.asynchttpclient.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(HttpHeaders) returned AsyncHandler.State.ABORT
hasResponseHeaders() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
hasResponseStatus() - Method in class org.asynchttpclient.netty.NettyResponse
 
hasResponseStatus() - Method in interface org.asynchttpclient.Response
Return true if the response's status has been computed by an AsyncHandler
hasResponseStatus() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
head(String) - Static method in class org.asynchttpclient.Dsl
 
HEAD - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 
headers(HttpHeaders) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
headers - Variable in class org.asynchttpclient.RequestBuilderBase
 
hostHeader(Request, Uri) - Static method in class org.asynchttpclient.util.HttpUtils
 
HostStats - Class in org.asynchttpclient
A record class representing the status of connections to some host.
HostStats(long, long) - Constructor for class org.asynchttpclient.HostStats
 
HTTP - Static variable in class org.asynchttpclient.uri.Uri
 
HTTP_CLIENT_CODEC - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
HTTP_CLIENT_CODEC_INITIAL_BUFFER_SIZE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
HTTP_CLIENT_CODEC_MAX_CHUNK_SIZE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
HTTP_CLIENT_CODEC_MAX_HEADER_SIZE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
HTTP_CLIENT_CODEC_MAX_INITIAL_LINE_LENGTH_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
HttpConstants - Class in org.asynchttpclient.util
 
HttpConstants.Methods - Class in org.asynchttpclient.util
 
HttpConstants.ResponseStatusCodes - Class in org.asynchttpclient.util
 
HttpHandler - Class in org.asynchttpclient.netty.handler
 
HttpHandler(AsyncHttpClientConfig, ChannelManager, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.HttpHandler
 
HttpResponseBodyPart - Class in org.asynchttpclient
A callback class used when an HTTP response body is received.
HttpResponseBodyPart(boolean) - Constructor for class org.asynchttpclient.HttpResponseBodyPart
 
HttpResponseStatus - Class in org.asynchttpclient
A class that represent the HTTP response' status line (code + text)
HttpResponseStatus(Uri) - Constructor for class org.asynchttpclient.HttpResponseStatus
 
HTTPS - Static variable in class org.asynchttpclient.uri.Uri
 
HttpUtils - Class in org.asynchttpclient.util
AsyncHttpClient common utilities.
HttpUtils() - Constructor for class org.asynchttpclient.util.HttpUtils
 

I

incrementAndGetCurrentRedirectCount() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
incrementRetryAndCheck() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
INFLATER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
init(AsyncHttpClientConfig) - Method in class org.asynchttpclient.netty.ssl.DefaultSslEngineFactory
 
init(AsyncHttpClientConfig) - Method in interface org.asynchttpclient.SslEngineFactory
Perform any necessary one-time configuration.
InputStreamBodyGenerator - Class in org.asynchttpclient.request.body.generator
A BodyGenerator which use an InputStream for reading bytes, without having to read the entire stream in memory.
InputStreamBodyGenerator(InputStream) - Constructor for class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
 
InputStreamBodyGenerator(InputStream, long) - Constructor for class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
 
INSTANCE - Static variable in exception org.asynchttpclient.exception.ChannelClosedException
 
INSTANCE - Static variable in exception org.asynchttpclient.exception.PoolAlreadyClosedException
 
INSTANCE - Static variable in exception org.asynchttpclient.exception.RemotelyClosedException
 
INSTANCE - Static variable in class org.asynchttpclient.ntlm.NtlmEngine
 
instance() - Static method in class org.asynchttpclient.spnego.SpnegoEngine
 
Interceptors - Class in org.asynchttpclient.netty.handler.intercept
 
Interceptors(AsyncHttpClientConfig, ChannelManager, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.intercept.Interceptors
 
IO_THREADS_COUNT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
ioException(IOException) - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
IOExceptionFilter - Interface in org.asynchttpclient.filter
This filter is invoked when an IOException occurs during an http transaction.
isActiveTokenSet(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
isAggregateWebSocketFrameFragments() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isAggregateWebSocketFrameFragments() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isAndSetInAuth(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isAndSetInProxyAuth(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isCancelled() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
isCancelled() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isChannelActive(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
isClosed() - Method in interface org.asynchttpclient.AsyncHttpClient
Return true if closed
isClosed() - Method in class org.asynchttpclient.AsyncHttpClientState
 
isClosed() - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
isClosed() - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
isCompressionEnforced() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Is HTTP compression enforced.
isCompressionEnforced() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isConnectAllowed() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isDisableHttpsEndpointIdentificationAlgorithm() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isDisableHttpsEndpointIdentificationAlgorithm() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isDisableUrlEncodingForBoundRequests() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isDisableUrlEncodingForBoundRequests() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isDisableZeroCopy() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isDisableZeroCopy() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isDone() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
isDone() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isDontWriteBodyBecauseExpectContinue() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isEmpty(String) - Static method in class org.asynchttpclient.util.MiscUtils
 
isEnableWebSocketCompression() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isEnableWebSocketCompression() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isEndOfInput() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
isFilterInsecureCipherSuites() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isFilterInsecureCipherSuites() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isFollowRedirect() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Is HTTP redirect enabled
isFollowRedirect() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isHeadersAlreadyWrittenOnContinue() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isHttp() - Method in enum org.asynchttpclient.proxy.ProxyType
 
isIgnoredForHost(String) - Method in class org.asynchttpclient.proxy.ProxyServer
Checks whether proxy should be used according to nonProxyHosts settings of it, or we want to go directly to target host.
isInAuth() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isInProxyAuth() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isKeepAlive() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
Is the ChannelPool support enabled.
isKeepAlive() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isKeepAlive() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isKeepEncodingHeader() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isKeepEncodingHeader() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isLast() - Method in class org.asynchttpclient.HttpResponseBodyPart
 
isNonEmpty(String) - Static method in class org.asynchttpclient.util.MiscUtils
 
isNonEmpty(Object[]) - Static method in class org.asynchttpclient.util.MiscUtils
 
isNonEmpty(byte[]) - Static method in class org.asynchttpclient.util.MiscUtils
 
isNonEmpty(Collection<?>) - Static method in class org.asynchttpclient.util.MiscUtils
 
isNonEmpty(Map<?, ?>) - Static method in class org.asynchttpclient.util.MiscUtils
 
isOmitQuery() - Method in class org.asynchttpclient.Realm
 
isOpen() - Method in interface org.asynchttpclient.channel.ChannelPool
Return true if a channel can be cached.
isOpen() - Method in enum org.asynchttpclient.channel.NoopChannelPool
 
isOpen() - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
isOpen() - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
Return true if a channel can be cached.
isOpen() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
isOpen() - Method in interface org.asynchttpclient.ws.WebSocket
 
isReady() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
isRedirected() - Method in class org.asynchttpclient.netty.NettyResponse
 
isRedirected() - Method in interface org.asynchttpclient.Response
Return true if the response redirects to another object.
isRedirected() - Method in class org.asynchttpclient.webdav.WebDavResponse
 
isReplayPossible() - Method in class org.asynchttpclient.netty.NettyResponseFuture
Return true if the Future can be recovered.
isReuseChannel() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isSameBase(Uri, Uri) - Static method in class org.asynchttpclient.util.HttpUtils
 
isSecured() - Method in class org.asynchttpclient.uri.Uri
 
isSocks() - Method in enum org.asynchttpclient.proxy.ProxyType
 
isSoReuseAddress() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isSoReuseAddress() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isSslHandlerConfigured(ChannelPipeline) - Static method in class org.asynchttpclient.netty.channel.ChannelManager
 
isStreamConsumed() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
isStrict302Handling() - Method in interface org.asynchttpclient.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.
isStrict302Handling() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isTargetSlow() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
isTcpNoDelay() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isTcpNoDelay() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isUseAbsoluteURI() - Method in class org.asynchttpclient.Realm
 
isUseInsecureTrustManager() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isUseInsecureTrustManager() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isUseLaxCookieEncoder() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isUseLaxCookieEncoder() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isUseNativeTransport() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isUseNativeTransport() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isUseOpenSsl() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isUseOpenSsl() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isUsePreemptiveAuth() - Method in class org.asynchttpclient.Realm
Return true is preemptive authentication is enabled
isValidateResponseHeaders() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
 
isValidateResponseHeaders() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
 
isWebSocket() - Method in class org.asynchttpclient.uri.Uri
 

J

JsseSslEngineFactory - Class in org.asynchttpclient.netty.ssl
 
JsseSslEngineFactory(SSLContext) - Constructor for class org.asynchttpclient.netty.ssl.JsseSslEngineFactory
 

K

KEEP_ALIVE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
KEEP_ENCODING_HEADER_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
keepAlive(Request, HttpRequest, HttpResponse) - Method in class org.asynchttpclient.channel.DefaultKeepAliveStrategy
Implemented in accordance with RFC 7230 section 6.1 https://tools.ietf.org/html/rfc7230#section-6.1
keepAlive(Request, HttpRequest, HttpResponse) - Method in interface org.asynchttpclient.channel.KeepAliveStrategy
Determines whether the connection should be kept alive after this HTTP message exchange.
KeepAliveStrategy - Interface in org.asynchttpclient.channel
 

L

last - Variable in class org.asynchttpclient.request.body.generator.BodyChunk
 
LazyResponseBodyPart - Class in org.asynchttpclient.netty
A callback class used when an HTTP response body is received.
LazyResponseBodyPart(ByteBuf, boolean) - Constructor for class org.asynchttpclient.netty.LazyResponseBodyPart
 
length() - Method in interface org.asynchttpclient.handler.resumable.ResumableListener
Return the length of previously downloaded bytes.
length() - Method in class org.asynchttpclient.handler.resumable.ResumableRandomAccessFileListener
Return the length of previously downloaded bytes.
length() - Method in class org.asynchttpclient.HttpResponseBodyPart
 
length() - Method in class org.asynchttpclient.netty.EagerResponseBodyPart
 
length() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
 
length() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
length() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
ListenableFuture<V> - Interface in org.asynchttpclient
Extended Future
ListenableFuture.CompletedFailure<T> - Class in org.asynchttpclient
 
load() - Method in class org.asynchttpclient.handler.resumable.PropertiesBasedResumableProcessor
Load the Map in memory, contains information about the transferred bytes.
load() - Method in interface org.asynchttpclient.handler.resumable.ResumableAsyncHandler.ResumableProcessor
Load the Map in memory, contains information about the transferred bytes.
localAddress - Variable in class org.asynchttpclient.RequestBuilderBase
 
logger - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
logger - Variable in class org.asynchttpclient.netty.handler.StreamedResponsePublisher
 
LOGGING_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 

M

map2ParamList(Map<String, List<String>>) - Static method in class org.asynchttpclient.Param
 
MAX_CONNECTIONS_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
MAX_CONNECTIONS_PER_HOST_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
MAX_REDIRECTS_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
MAX_REQUEST_RETRY_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
MaxRedirectException - Exception in org.asynchttpclient.handler
Thrown when the DefaultAsyncHttpClientConfig.getMaxRedirects() has been reached.
MaxRedirectException(String) - Constructor for exception org.asynchttpclient.handler.MaxRedirectException
 
MessageDigestUtils - Class in org.asynchttpclient.util
 
MessageDigestUtils() - Constructor for class org.asynchttpclient.util.MessageDigestUtils
 
MessageEndMultipartPart - Class in org.asynchttpclient.request.body.multipart.part
 
MessageEndMultipartPart(byte[]) - Constructor for class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
method - Variable in class org.asynchttpclient.RequestBuilderBase
 
MiscUtils - Class in org.asynchttpclient.util
 
MOVED_PERMANENTLY_301 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
MultipartBody - Class in org.asynchttpclient.request.body.multipart
 
MultipartBody(List<MultipartPart<? extends Part>>, String, byte[]) - Constructor for class org.asynchttpclient.request.body.multipart.MultipartBody
 
MultipartPart<T extends PartBase> - Class in org.asynchttpclient.request.body.multipart.part
 
MultipartState - Enum in org.asynchttpclient.request.body.multipart.part
 
MultipartUtils - Class in org.asynchttpclient.request.body.multipart
 
MultipartUtils() - Constructor for class org.asynchttpclient.request.body.multipart.MultipartUtils
 

N

nameResolver - Variable in class org.asynchttpclient.RequestBuilderBase
 
NEGOTIATE - Static variable in class org.asynchttpclient.util.AuthenticatorUtils
 
NettyBody - Interface in org.asynchttpclient.netty.request.body
 
NettyBodyBody - Class in org.asynchttpclient.netty.request.body
 
NettyBodyBody(Body, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyBodyBody
 
NettyByteArrayBody - Class in org.asynchttpclient.netty.request.body
 
NettyByteArrayBody(byte[]) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteArrayBody
 
NettyByteBufferBody - Class in org.asynchttpclient.netty.request.body
 
NettyByteBufferBody(ByteBuffer) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
NettyByteBufferBody(ByteBuffer, CharSequence) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteBufferBody
 
NettyChannelConnector - Class in org.asynchttpclient.netty.channel
 
NettyChannelConnector(InetAddress, List<InetSocketAddress>, AsyncHandler<?>, AsyncHttpClientState) - Constructor for class org.asynchttpclient.netty.channel.NettyChannelConnector
 
NettyCompositeByteArrayBody - Class in org.asynchttpclient.netty.request.body
 
NettyCompositeByteArrayBody(List<byte[]>) - Constructor for class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
 
NettyConnectListener<T> - Class in org.asynchttpclient.netty.channel
Non Blocking connect.
NettyConnectListener(NettyResponseFuture<T>, NettyRequestSender, ChannelManager, ConnectionSemaphore) - Constructor for class org.asynchttpclient.netty.channel.NettyConnectListener
 
NettyDirectBody - Class in org.asynchttpclient.netty.request.body
 
NettyDirectBody() - Constructor for class org.asynchttpclient.netty.request.body.NettyDirectBody
 
NettyFileBody - Class in org.asynchttpclient.netty.request.body
 
NettyFileBody(File, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyFileBody
 
NettyFileBody(File, long, long, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyFileBody
 
NettyInputStreamBody - Class in org.asynchttpclient.netty.request.body
 
NettyInputStreamBody(InputStream) - Constructor for class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
NettyInputStreamBody(InputStream, long) - Constructor for class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
NettyMultipartBody - Class in org.asynchttpclient.netty.request.body
 
NettyMultipartBody(List<Part>, HttpHeaders, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyMultipartBody
 
NettyReactiveStreamsBody - Class in org.asynchttpclient.netty.request.body
 
NettyReactiveStreamsBody(Publisher<ByteBuf>, long) - Constructor for class org.asynchttpclient.netty.request.body.NettyReactiveStreamsBody
 
NettyRequest - Class in org.asynchttpclient.netty.request
 
NettyRequestFactory - Class in org.asynchttpclient.netty.request
 
NettyRequestSender - Class in org.asynchttpclient.netty.request
 
NettyRequestSender(AsyncHttpClientConfig, ChannelManager, Timer, AsyncHttpClientState) - Constructor for class org.asynchttpclient.netty.request.NettyRequestSender
 
NettyResponse - Class in org.asynchttpclient.netty
Wrapper around the Response API.
NettyResponse(HttpResponseStatus, HttpHeaders, List<HttpResponseBodyPart>) - Constructor for class org.asynchttpclient.netty.NettyResponse
 
NettyResponseFuture<V> - Class in org.asynchttpclient.netty
A Future that can be used to track when an asynchronous HTTP request has been fully processed.
NettyResponseFuture(Request, AsyncHandler<V>, NettyRequest, int, ChannelPoolPartitioning, ConnectionSemaphore, ProxyServer) - Constructor for class org.asynchttpclient.netty.NettyResponseFuture
 
NettyResponseStatus - Class in org.asynchttpclient.netty
A class that represent the HTTP response' status line (code + text)
NettyResponseStatus(Uri, HttpResponse, Channel) - Constructor for class org.asynchttpclient.netty.NettyResponseStatus
 
NettyWebSocket - Class in org.asynchttpclient.netty.ws
 
NettyWebSocket(Channel, HttpHeaders) - Constructor for class org.asynchttpclient.netty.ws.NettyWebSocket
 
newConnectionSemaphore(AsyncHttpClientConfig) - Static method in class org.asynchttpclient.netty.channel.ConnectionSemaphore
 
newMultipartBody(List<Part>, HttpHeaders) - Static method in class org.asynchttpclient.request.body.multipart.MultipartUtils
Creates a new multipart entity containing the given parts.
newNettyRequest(Request, boolean, ProxyServer, Realm, Realm) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
 
newResponseBodyPart(ByteBuf, boolean) - Method in enum org.asynchttpclient.AsyncHttpClientConfig.ResponseBodyPartFactory
 
newSslEngine(AsyncHttpClientConfig, String, int) - Method in class org.asynchttpclient.netty.ssl.DefaultSslEngineFactory
 
newSslEngine(AsyncHttpClientConfig, String, int) - Method in class org.asynchttpclient.netty.ssl.JsseSslEngineFactory
 
newSslEngine(AsyncHttpClientConfig, String, int) - Method in interface org.asynchttpclient.SslEngineFactory
Creates new SSLEngine.
NO_PROXY_SELECTOR - Static variable in interface org.asynchttpclient.proxy.ProxyServerSelector
A selector that always selects no proxy.
NoopChannelPool - Enum in org.asynchttpclient.channel
 
ntlmAuthRealm(String, String) - Static method in class org.asynchttpclient.Dsl
 
NtlmEngine - Class in org.asynchttpclient.ntlm
Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM authentication protocol.
NtlmEngine() - Constructor for class org.asynchttpclient.ntlm.NtlmEngine
 

O

OAuthSignatureCalculator - Class in org.asynchttpclient.oauth
OAuth SignatureCalculator that delegates to OAuthSignatureCalculatorInstances.
OAuthSignatureCalculator(ConsumerKey, RequestToken) - Constructor for class org.asynchttpclient.oauth.OAuthSignatureCalculator
 
offer(Channel, Object) - Method in interface org.asynchttpclient.channel.ChannelPool
Add a channel to the pool
offer(Channel, Object) - Method in enum org.asynchttpclient.channel.NoopChannelPool
 
offer(Channel, Object) - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
Add a channel to the pool
offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.BoundedQueueFeedableBodyGenerator
 
offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
 
offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.UnboundedQueueFeedableBodyGenerator
 
OK_200 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
onAllBytesReceived() - Method in interface org.asynchttpclient.handler.resumable.ResumableListener
Invoked when all the bytes has been sucessfully transferred.
onAllBytesReceived() - Method in class org.asynchttpclient.handler.resumable.ResumableRandomAccessFileListener
Invoked when all the bytes has been sucessfully transferred.
onBinaryFrame(byte[], boolean, int) - Method in interface org.asynchttpclient.ws.WebSocketListener
Invoked when a binary frame is received.
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.AsyncCompletionHandler
 
onBodyPartReceived(HttpResponseBodyPart) - Method in interface org.asynchttpclient.AsyncHandler
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
Invoked as soon as some response body part are received.
onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onBodyPartReceived0(HttpResponseBodyPart) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onBytesReceived(ByteBuffer) - Method in interface org.asynchttpclient.handler.resumable.ResumableListener
Invoked when some bytes are available to digest.
onBytesReceived(ByteBuffer) - Method in class org.asynchttpclient.handler.resumable.ResumableRandomAccessFileListener
This method uses the last valid bytes written on disk to position a RandomAccessFile, allowing resumable file download.
onBytesReceived(byte[]) - Method in interface org.asynchttpclient.handler.TransferListener
Invoked every time response's chunk are received.
onBytesSent(long, long, long) - Method in interface org.asynchttpclient.handler.TransferListener
Invoked every time request's chunk are sent.
onClose(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
onClose(WebSocket, int, String) - Method in interface org.asynchttpclient.ws.WebSocketListener
Invoked when the WebSocket is closed.
onCompleted() - Method in class org.asynchttpclient.AsyncCompletionHandler
 
onCompleted(Response) - Method in class org.asynchttpclient.AsyncCompletionHandler
Invoked once the HTTP response processing is finished.
onCompleted(Response) - Method in class org.asynchttpclient.AsyncCompletionHandlerBase
Invoked once the HTTP response processing is finished.
onCompleted() - Method in interface org.asynchttpclient.AsyncHandler
Invoked once the HTTP response processing is finished.
onCompleted() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
 
onCompleted() - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
onCompleted(Response) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
onCompleted() - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
Invoked once the HTTP response processing is finished.
onCompleted(WebDavResponse) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
Invoked once the HTTP response has been fully read.
onCompleted() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onCompleted0() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onConnectionOffer(Channel) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback when trying to offer a connection to the pool.
onConnectionPoolAttempt() - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback when trying to fetch a connection from the pool.
onConnectionPooled(Channel) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback when a new connection was successfully fetched from the pool.
onContentAdded() - Method in interface org.asynchttpclient.request.body.generator.FeedListener
 
onContentWriteProgress(long, long, long) - Method in class org.asynchttpclient.AsyncCompletionHandler
Invoked when the I/O operation associated with the Request body as been progressed.
onContentWriteProgress(long, long, long) - Method in interface org.asynchttpclient.handler.ProgressAsyncHandler
Invoked when the I/O operation associated with the Request body wasn't fully written in a single I/O write operation.
onContentWriteProgress(long, long, long) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
onContentWritten() - Method in class org.asynchttpclient.AsyncCompletionHandler
Invoked when the content (a File, String or InputStream has been fully written on the I/O socket.
onContentWritten() - Method in interface org.asynchttpclient.handler.ProgressAsyncHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onError(Throwable) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
onError(Throwable) - Method in interface org.asynchttpclient.request.body.generator.FeedListener
 
onError(Throwable) - Method in interface org.asynchttpclient.ws.WebSocketListener
Invoked when the WebSocket crashes.
onFailure(Channel, Throwable) - Method in class org.asynchttpclient.netty.channel.NettyConnectListener
 
onFailure(Channel, Throwable) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
 
onFailure(Throwable) - Method in class org.asynchttpclient.netty.SimpleFutureListener
 
onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.AsyncCompletionHandler
 
onHeadersReceived(HttpHeaders) - Method in interface org.asynchttpclient.AsyncHandler
Invoked as soon as the HTTP headers have been received.
onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
 
onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
Invoked as soon as the HTTP headers have been received.
onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onHeadersReceived0(HttpHeaders) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onHeadersWritten() - Method in class org.asynchttpclient.AsyncCompletionHandler
Invoked when the HTTP headers have been fully written on the I/O socket.
onHeadersWritten() - Method in interface org.asynchttpclient.handler.ProgressAsyncHandler
Invoked when the content (a File, String or FileInputStream has been fully written on the I/O socket.
onHeadersWritten() - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
onHostnameResolutionAttempt(String) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback before hostname resolution
onHostnameResolutionFailure(String, Throwable) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback after hostname resolution failed.
onHostnameResolutionSuccess(String, List<InetSocketAddress>) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback after hostname resolution was successful.
OnLastHttpContentCallback - Class in org.asynchttpclient.netty
 
OnLastHttpContentCallback(NettyResponseFuture<?>) - Constructor for class org.asynchttpclient.netty.OnLastHttpContentCallback
 
onOpen(WebSocket) - Method in interface org.asynchttpclient.ws.WebSocketListener
Invoked when the WebSocket is open.
onOpen() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onOpen0() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onPingFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocketListener
Invoked when a ping frame is received
onPongFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocketListener
Invoked when a pong frame is received
onRequestHeadersSent(HttpHeaders) - Method in interface org.asynchttpclient.handler.TransferListener
Invoked when the request bytes are starting to get send.
onRequestResponseCompleted() - Method in interface org.asynchttpclient.handler.TransferListener
Invoked when the response bytes are been fully received.
onRequestSend(NettyRequest) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback when a request is being written on the channel.
onResponseHeadersReceived(HttpHeaders) - Method in interface org.asynchttpclient.handler.TransferListener
Invoked when the response bytes are starting to get received.
onRetry() - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback every time a request is being retried.
onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.AsyncCompletionHandler
 
onStatusReceived(HttpResponseStatus) - Method in interface org.asynchttpclient.AsyncHandler
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
 
onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
Invoked as soon as the HTTP status line has been received
onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onStatusReceived0(HttpResponseStatus) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onStream(Publisher<HttpResponseBodyPart>) - Method in interface org.asynchttpclient.handler.StreamedAsyncHandler
Called when the body is received.
onSuccess(Channel, InetSocketAddress) - Method in class org.asynchttpclient.netty.channel.NettyConnectListener
 
onSuccess(Channel) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
 
onSuccess(V) - Method in class org.asynchttpclient.netty.SimpleFutureListener
 
onTcpConnectAttempt(InetSocketAddress) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback when trying to open a new connection.
onTcpConnectFailure(InetSocketAddress, Throwable) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback after a failed connect.
onTcpConnectSuccess(InetSocketAddress, Channel) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback after a successful connect
onTextFrame(String, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocketListener
Invoked when a text frame is received.
onThrowable(Throwable) - Method in class org.asynchttpclient.AsyncCompletionHandler
 
onThrowable(Throwable) - Method in interface org.asynchttpclient.AsyncHandler
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
 
onThrowable(Throwable) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
onThrowable(Throwable) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
onThrowable(Throwable) - Method in interface org.asynchttpclient.handler.TransferListener
Invoked when there is an unexpected issue.
onThrowable(Throwable) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
Invoked when an unexpected exception occurs during the processing of the response.
onThrowable(Throwable) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onThrowable0(Throwable) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
onTlsHandshakeAttempt() - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback before TLS handshake
onTlsHandshakeFailure(Throwable) - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback after the TLS failed
onTlsHandshakeSuccess() - Method in interface org.asynchttpclient.AsyncHandler
Notify the callback after the TLS was successful
onTrailingHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.AsyncCompletionHandler
 
onTrailingHeadersReceived(HttpHeaders) - Method in interface org.asynchttpclient.AsyncHandler
Invoked when trailing headers have been received.
onTrailingHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
 
onTrailingHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
onTrailingHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
operationComplete(ChannelFuture) - Method in class org.asynchttpclient.netty.request.WriteCompleteListener
 
operationComplete(ChannelProgressiveFuture) - Method in class org.asynchttpclient.netty.request.WriteProgressListener
 
operationComplete(ChannelFuture) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
 
operationComplete(Future<V>) - Method in class org.asynchttpclient.netty.SimpleFutureListener
 
operationProgressed(ChannelProgressiveFuture, long, long) - Method in class org.asynchttpclient.netty.request.WriteProgressListener
 
options(String) - Static method in class org.asynchttpclient.Dsl
 
OPTIONS - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 
org.asynchttpclient - package org.asynchttpclient
 
org.asynchttpclient.channel - package org.asynchttpclient.channel
 
org.asynchttpclient.config - package org.asynchttpclient.config
 
org.asynchttpclient.cookie - package org.asynchttpclient.cookie
 
org.asynchttpclient.exception - package org.asynchttpclient.exception
 
org.asynchttpclient.filter - package org.asynchttpclient.filter
 
org.asynchttpclient.handler - package org.asynchttpclient.handler
 
org.asynchttpclient.handler.resumable - package org.asynchttpclient.handler.resumable
 
org.asynchttpclient.netty - package org.asynchttpclient.netty
 
org.asynchttpclient.netty.channel - package org.asynchttpclient.netty.channel
 
org.asynchttpclient.netty.future - package org.asynchttpclient.netty.future
 
org.asynchttpclient.netty.handler - package org.asynchttpclient.netty.handler
 
org.asynchttpclient.netty.handler.intercept - package org.asynchttpclient.netty.handler.intercept
 
org.asynchttpclient.netty.request - package org.asynchttpclient.netty.request
 
org.asynchttpclient.netty.request.body - package org.asynchttpclient.netty.request.body
 
org.asynchttpclient.netty.ssl - package org.asynchttpclient.netty.ssl
 
org.asynchttpclient.netty.timeout - package org.asynchttpclient.netty.timeout
 
org.asynchttpclient.netty.ws - package org.asynchttpclient.netty.ws
 
org.asynchttpclient.ntlm - package org.asynchttpclient.ntlm
 
org.asynchttpclient.oauth - package org.asynchttpclient.oauth
 
org.asynchttpclient.proxy - package org.asynchttpclient.proxy
 
org.asynchttpclient.request.body - package org.asynchttpclient.request.body
 
org.asynchttpclient.request.body.generator - package org.asynchttpclient.request.body.generator
 
org.asynchttpclient.request.body.multipart - package org.asynchttpclient.request.body.multipart
 
org.asynchttpclient.request.body.multipart.part - package org.asynchttpclient.request.body.multipart.part
 
org.asynchttpclient.resolver - package org.asynchttpclient.resolver
 
org.asynchttpclient.spnego - package org.asynchttpclient.spnego
 
org.asynchttpclient.uri - package org.asynchttpclient.uri
 
org.asynchttpclient.util - package org.asynchttpclient.util
 
org.asynchttpclient.webdav - package org.asynchttpclient.webdav
 
org.asynchttpclient.ws - package org.asynchttpclient.ws
 
originHeader(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
 

P

Param - Class in org.asynchttpclient
A pair of (name, value) String
Param(String, String) - Constructor for class org.asynchttpclient.Param
 
parseProxyAuthenticateHeader(String) - Method in class org.asynchttpclient.Realm.Builder
 
parseWWWAuthenticateHeader(String) - Method in class org.asynchttpclient.Realm.Builder
 
Part - Interface in org.asynchttpclient.request.body.multipart
 
part - Variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
PartBase - Class in org.asynchttpclient.request.body.multipart
 
PartBase(String, String, Charset, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.PartBase
Constructor.
PartVisitor - Interface in org.asynchttpclient.request.body.multipart.part
 
PartVisitor.ByteBufferVisitor - Class in org.asynchttpclient.request.body.multipart.part
 
PartVisitor.ByteBufVisitor - Class in org.asynchttpclient.request.body.multipart.part
 
PartVisitor.CounterPartVisitor - Class in org.asynchttpclient.request.body.multipart.part
 
patch(String) - Static method in class org.asynchttpclient.Dsl
 
PATCH - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 
pendingException - Variable in class org.asynchttpclient.netty.NettyResponseFuture
 
percentEncodeQueryElement(String) - Static method in class org.asynchttpclient.util.Utf8UrlEncoder
 
perConnectionAuthorizationHeader(Request, ProxyServer, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
 
perConnectionProxyAuthorizationHeader(Request, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
 
PERMANENT_REDIRECT_308 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
perRequestAuthorizationHeader(Request, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
 
perRequestProxyAuthorizationHeader(Request, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
 
poll(Object) - Method in interface org.asynchttpclient.channel.ChannelPool
Remove the channel associated with the uri.
poll(Object) - Method in enum org.asynchttpclient.channel.NoopChannelPool
 
poll(Uri, String, ProxyServer, ChannelPoolPartitioning) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
poll(Object) - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
Remove the channel associated with the uri.
PoolAlreadyClosedException - Exception in org.asynchttpclient.exception
 
POOLED_CONNECTION_IDLE_TIMEOUT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
pooledMd5MessageDigest() - Static method in class org.asynchttpclient.util.MessageDigestUtils
 
pooledSha1MessageDigest() - Static method in class org.asynchttpclient.util.MessageDigestUtils
 
post(String) - Static method in class org.asynchttpclient.Dsl
 
POST - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 
prepare(String, String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client request.
prepare(String, String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
prepareConnect(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client CONNECT request.
prepareConnect(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
prepareDelete(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client DELETE request.
prepareDelete(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
prepareGet(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client GET request.
prepareGet(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
prepareHead(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client HEAD request.
prepareHead(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
prepareOptions(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client OPTIONS request.
prepareOptions(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
preparePatch(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client PATCH request.
preparePatch(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
preparePost(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client POST request.
preparePost(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
preparePut(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client PUT request.
preparePut(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
prepareRequest(Request) - Method in interface org.asynchttpclient.AsyncHttpClient
Construct a RequestBuilder using a Request
prepareRequest(RequestBuilder) - Method in interface org.asynchttpclient.AsyncHttpClient
Construct a RequestBuilder using a RequestBuilder
prepareRequest(Request) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
prepareRequest(RequestBuilder) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
prepareTrace(String) - Method in interface org.asynchttpclient.AsyncHttpClient
Prepare an HTTP client TRACE request.
prepareTrace(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
processBufferedFrames() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
progress() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
ProgressAsyncHandler<T> - Interface in org.asynchttpclient.handler
An extended AsyncHandler with two extra callback who get invoked during the content upload to a remote server.
PropertiesBasedResumableProcessor - Class in org.asynchttpclient.handler.resumable
A ResumableAsyncHandler.ResumableProcessor which use a properties file to store the download index information.
PropertiesBasedResumableProcessor() - Constructor for class org.asynchttpclient.handler.resumable.PropertiesBasedResumableProcessor
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
PROXY_HOST - Static variable in class org.asynchttpclient.util.ProxyUtils
The host to use as proxy.
PROXY_NONPROXYHOSTS - Static variable in class org.asynchttpclient.util.ProxyUtils
A specification of non-proxy hosts.
PROXY_PORT - Static variable in class org.asynchttpclient.util.ProxyUtils
The port to use for the proxy.
proxyServer - Variable in class org.asynchttpclient.DefaultRequest
 
proxyServer(String, int) - Static method in class org.asynchttpclient.Dsl
 
ProxyServer - Class in org.asynchttpclient.proxy
Represents a proxy server.
ProxyServer(String, int, int, Realm, List<String>, ProxyType) - Constructor for class org.asynchttpclient.proxy.ProxyServer
 
proxyServer - Variable in class org.asynchttpclient.RequestBuilderBase
 
ProxyServer.Builder - Class in org.asynchttpclient.proxy
 
ProxyServerSelector - Interface in org.asynchttpclient.proxy
Selector for a proxy server
ProxyType - Enum in org.asynchttpclient.proxy
 
ProxyUnauthorized407Interceptor - Class in org.asynchttpclient.netty.handler.intercept
 
ProxyUtils - Class in org.asynchttpclient.util
Utilities for Proxy handling.
PushBody - Class in org.asynchttpclient.request.body.generator
 
PushBody(Queue<BodyChunk>) - Constructor for class org.asynchttpclient.request.body.generator.PushBody
 
put(String) - Static method in class org.asynchttpclient.Dsl
 
put(String, long) - Method in class org.asynchttpclient.handler.resumable.PropertiesBasedResumableProcessor
Associate a key with the number of bytes successfully transferred.
put(String, long) - Method in interface org.asynchttpclient.handler.resumable.ResumableAsyncHandler.ResumableProcessor
Associate a key with the number of bytes successfully transferred.
PUT - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 

Q

queryParams - Variable in class org.asynchttpclient.RequestBuilderBase
 
queue - Variable in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
 
QueueBasedFeedableBodyGenerator<T extends java.util.Queue<BodyChunk>> - Class in org.asynchttpclient.request.body.generator
 
QueueBasedFeedableBodyGenerator(T) - Constructor for class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
 

R

RandomAccessBody - Interface in org.asynchttpclient.request.body
A request body which supports random access to its contents.
rangeOffset - Variable in class org.asynchttpclient.RequestBuilderBase
 
ReactiveStreamsBodyGenerator - Class in org.asynchttpclient.request.body.generator
 
ReactiveStreamsBodyGenerator(Publisher<ByteBuf>, long) - Constructor for class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
Creates a Streamable Body which takes a Content-Length.
READ_TIMEOUT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
readChunk(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
Deprecated.
readChunk(ByteBufAllocator) - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
 
readTimeout - Variable in class org.asynchttpclient.RequestBuilderBase
 
ReadTimeoutTimerTask - Class in org.asynchttpclient.netty.timeout
 
realm(Realm) - Static method in class org.asynchttpclient.Dsl
 
realm(Realm.AuthScheme, String, String) - Static method in class org.asynchttpclient.Dsl
 
Realm - Class in org.asynchttpclient
This class is required when authentication is needed.
realm - Variable in class org.asynchttpclient.RequestBuilderBase
 
Realm.AuthScheme - Enum in org.asynchttpclient
 
Realm.Builder - Class in org.asynchttpclient
A builder for Realm
recoverOnNettyDisconnectException(Throwable) - Static method in class org.asynchttpclient.netty.future.StackTraceInspector
 
recoverOnReadOrWriteException(Throwable) - Static method in class org.asynchttpclient.netty.future.StackTraceInspector
 
Redirect30xInterceptor - Class in org.asynchttpclient.netty.handler.intercept
 
REDIRECT_STATUSES - Static variable in class org.asynchttpclient.netty.handler.intercept.Redirect30xInterceptor
 
registerOpenChannel(Channel) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
releaseChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.ConnectionSemaphore
 
ReleasePermitOnComplete - Class in org.asynchttpclient.filter
Wrapper for AsyncHandlers to release a permit on AsyncHandler.onCompleted().
ReleasePermitOnComplete() - Constructor for class org.asynchttpclient.filter.ReleasePermitOnComplete
 
reload() - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
 
reloadProperties() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper
This method invalidates the property caches.
RemotelyClosedException - Exception in org.asynchttpclient.exception
 
remove(Predicate<Cookie>) - Method in interface org.asynchttpclient.cookie.CookieStore
Remove a cookie from store.
remove(Predicate<Cookie>) - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
 
remove(String) - Method in class org.asynchttpclient.handler.resumable.PropertiesBasedResumableProcessor
Remove the key associate value.
remove(String) - Method in interface org.asynchttpclient.handler.resumable.ResumableAsyncHandler.ResumableProcessor
Remove the key associate value.
removeAll(Channel) - Method in interface org.asynchttpclient.channel.ChannelPool
Remove all channels from the cache.
removeAll(Channel) - Method in enum org.asynchttpclient.channel.NoopChannelPool
 
removeAll(Channel) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
removeAll(Channel) - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
Remove all channels from the cache.
removeIOExceptionFilter(IOExceptionFilter) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
removeRequestFilter(RequestFilter) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
removeResponseFilter(ResponseFilter) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
removeTransferListener(TransferListener) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
 
removeWebSocketListener(WebSocketListener) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
removeWebSocketListener(WebSocketListener) - Method in interface org.asynchttpclient.ws.WebSocket
removeWebSocketListener(WebSocketListener) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler.Builder
replayRequest(boolean) - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
replayRequest() - Method in class org.asynchttpclient.filter.FilterContext
 
replayRequest(NettyResponseFuture<?>, FilterContext, Channel) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
request(String, String) - Static method in class org.asynchttpclient.Dsl
 
request(Request) - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
Request - Interface in org.asynchttpclient
The Request class can be used to construct HTTP request: Request r = new RequestBuilder() .setUrl("url") .setRealm( new Realm.Builder("principal", "password") .setRealmName("MyRealm") .setScheme(Realm.AuthScheme.BASIC) ).build();
REQUEST_TIMEOUT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
requestBuilder(String, String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
requestBuilder(Request) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
RequestBuilder - Class in org.asynchttpclient
Builder for a Request.
RequestBuilder() - Constructor for class org.asynchttpclient.RequestBuilder
 
RequestBuilder(String) - Constructor for class org.asynchttpclient.RequestBuilder
 
RequestBuilder(String, boolean) - Constructor for class org.asynchttpclient.RequestBuilder
 
RequestBuilder(String, boolean, boolean) - Constructor for class org.asynchttpclient.RequestBuilder
 
RequestBuilder(Request) - Constructor for class org.asynchttpclient.RequestBuilder
 
RequestBuilder(Request, boolean, boolean) - Constructor for class org.asynchttpclient.RequestBuilder
 
RequestBuilderBase<T extends RequestBuilderBase<T>> - Class in org.asynchttpclient
Builder for Request
RequestBuilderBase(String, boolean) - Constructor for class org.asynchttpclient.RequestBuilderBase
 
RequestBuilderBase(String, boolean, boolean) - Constructor for class org.asynchttpclient.RequestBuilderBase
 
RequestBuilderBase(Request) - Constructor for class org.asynchttpclient.RequestBuilderBase
 
RequestBuilderBase(Request, boolean, boolean) - Constructor for class org.asynchttpclient.RequestBuilderBase
 
RequestFilter - Interface in org.asynchttpclient.filter
A Filter interface that gets invoked before making an actual request.
RequestHostnameResolver - Enum in org.asynchttpclient.resolver
 
requestSender - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
 
requestSender - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
 
requestTimeout - Variable in class org.asynchttpclient.RequestBuilderBase
 
RequestTimeoutTimerTask - Class in org.asynchttpclient.netty.timeout
 
RequestToken - Class in org.asynchttpclient.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 org.asynchttpclient.oauth.RequestToken
 
reset() - Method in class org.asynchttpclient.Response.ResponseBuilder
Reset the internal state of this builder.
resetCookies() - Method in class org.asynchttpclient.RequestBuilderBase
 
resetFormParams() - Method in class org.asynchttpclient.RequestBuilderBase
 
resetMultipartData() - Method in class org.asynchttpclient.RequestBuilderBase
 
resetNonMultipartData() - Method in class org.asynchttpclient.RequestBuilderBase
 
resetQuery() - Method in class org.asynchttpclient.RequestBuilderBase
 
resolve(NameResolver<InetAddress>, InetSocketAddress, AsyncHandler<?>) - Method in enum org.asynchttpclient.resolver.RequestHostnameResolver
 
Response - Interface in org.asynchttpclient
Represents the asynchronous HTTP response callback for an AsyncCompletionHandler
Response.ResponseBuilder - Class in org.asynchttpclient
 
ResponseBuilder() - Constructor for class org.asynchttpclient.Response.ResponseBuilder
 
ResponseFilter - Interface in org.asynchttpclient.filter
A Filter interface that gets invoked before making the processing of the response bytes.
ResponseFiltersInterceptor - Class in org.asynchttpclient.netty.handler.intercept
 
responseHeaders(HttpHeaders) - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
responseStatus(HttpResponseStatus) - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
 
ResumableAsyncHandler - Class in org.asynchttpclient.handler.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 occurred.
ResumableAsyncHandler(long) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(boolean) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler() - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(AsyncHandler<Response>) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(long, AsyncHandler<Response>) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(ResumableAsyncHandler.ResumableProcessor) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler(ResumableAsyncHandler.ResumableProcessor, boolean) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
 
ResumableAsyncHandler.ResumableProcessor - Interface in org.asynchttpclient.handler.resumable
An interface to implement in order to manage the way the incomplete file management are handled.
ResumableIOExceptionFilter - Class in org.asynchttpclient.handler.resumable
Simple IOExceptionFilter that replay the current Request using a ResumableAsyncHandler
ResumableIOExceptionFilter() - Constructor for class org.asynchttpclient.handler.resumable.ResumableIOExceptionFilter
 
ResumableListener - Interface in org.asynchttpclient.handler.resumable
A listener class that can be used to digest the bytes from an ResumableAsyncHandler
ResumableRandomAccessFileListener - Class in org.asynchttpclient.handler.resumable
A ResumableListener which use a RandomAccessFile for storing the received bytes.
ResumableRandomAccessFileListener(RandomAccessFile) - Constructor for class org.asynchttpclient.handler.resumable.ResumableRandomAccessFileListener
 
retry(NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
run(Timeout) - Method in class org.asynchttpclient.netty.timeout.ReadTimeoutTimerTask
 
run(Timeout) - Method in class org.asynchttpclient.netty.timeout.RequestTimeoutTimerTask
 

S

save(Map<String, Long>) - Method in class org.asynchttpclient.handler.resumable.PropertiesBasedResumableProcessor
Save the current Map instance which contains information about the current transfer state.
save(Map<String, Long>) - Method in interface org.asynchttpclient.handler.resumable.ResumableAsyncHandler.ResumableProcessor
Save the current Map instance which contains information about the current transfer state.
SEE_OTHER_303 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
select(Uri) - Method in interface org.asynchttpclient.proxy.ProxyServerSelector
Select a proxy server to use for the given URI.
sendBinaryFrame(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendBinaryFrame(byte[], boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendBinaryFrame(ByteBuf, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendBinaryFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
Send a full binary frame.
sendBinaryFrame(byte[], boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
Allows sending a binary frame with fragmentation or extension bits.
sendBinaryFrame(ByteBuf, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
Allows sending a binary frame with fragmentation or extension bits.
sendCloseFrame() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendCloseFrame(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendCloseFrame() - Method in interface org.asynchttpclient.ws.WebSocket
Send a empty close frame.
sendCloseFrame(int, String) - Method in interface org.asynchttpclient.ws.WebSocket
Send a empty close frame.
sendContinuationFrame(String, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendContinuationFrame(byte[], boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendContinuationFrame(ByteBuf, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendContinuationFrame(String, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
Send a text continuation frame.
sendContinuationFrame(byte[], boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
Send a binary continuation frame.
sendContinuationFrame(ByteBuf, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
Send a continuation frame (those are actually untyped as counterpart must have memorized first fragmented frame type).
sendNextRequest(Request, NettyResponseFuture<T>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
sendPingFrame() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendPingFrame(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendPingFrame(ByteBuf) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendPingFrame() - Method in interface org.asynchttpclient.ws.WebSocket
Send a empty ping frame
sendPingFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
Send a ping frame with a byte array payload (limited to 125 bytes or less).
sendPingFrame(ByteBuf) - Method in interface org.asynchttpclient.ws.WebSocket
Send a ping frame with a ByteBuf payload (limited to 125 bytes or less).
sendPongFrame() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendPongFrame(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendPongFrame(ByteBuf) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendPongFrame() - Method in interface org.asynchttpclient.ws.WebSocket
Send a empty pong frame
sendPongFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
Send a pong frame with a byte array payload (limited to 125 bytes or less).
sendPongFrame(ByteBuf) - Method in interface org.asynchttpclient.ws.WebSocket
Send a pong frame with a ByteBuf payload (limited to 125 bytes or less).
sendRequest(Request, AsyncHandler<T>, NettyResponseFuture<T>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
sendTextFrame(String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendTextFrame(String, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendTextFrame(ByteBuf, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
sendTextFrame(String) - Method in interface org.asynchttpclient.ws.WebSocket
Send a full text frame
sendTextFrame(String, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
Allows sending a text frame with fragmentation or extension bits.
sendTextFrame(ByteBuf, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
Allows sending a text frame with fragmentation or extension bits.
setActiveToken(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
setAddress(InetAddress) - Method in class org.asynchttpclient.RequestBuilderBase
 
setAggregateWebSocketFrameFragments(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setAlgorithm(String) - Method in class org.asynchttpclient.Realm.Builder
 
setAllocator(ByteBufAllocator) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setAsyncHandler(AsyncHandler<V>) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setAttribute(Channel, Object) - Static method in class org.asynchttpclient.netty.channel.Channels
 
setBody(File) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBody(byte[]) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBody(List<byte[]>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBody(String) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBody(ByteBuffer) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBody(InputStream) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBody(Publisher<ByteBuf>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBody(Publisher<ByteBuf>, long) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBody(BodyGenerator) - Method in class org.asynchttpclient.RequestBuilderBase
 
setBodyParts(List<Part>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setChannelPool(ChannelPool) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setChannelPoolPartitioning(ChannelPoolPartitioning) - Method in class org.asynchttpclient.RequestBuilderBase
 
setChannelState(ChannelState) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setCharset(Charset) - Method in class org.asynchttpclient.Realm.Builder
 
setCharset(Charset) - Method in class org.asynchttpclient.RequestBuilderBase
 
setChunkedFileChunkSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setCompressionEnforced(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setConnectAllowed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setConnectionPoolCleanerPeriod(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setConnectionTtl(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setConnectTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setCookies(Collection<Cookie>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setCookieStore(CookieStore) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setCurrentRequest(Request) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setCustomHeaders(List<Param>) - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
setDisableHttpsEndpointIdentificationAlgorithm(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setDisableUrlEncodingForBoundRequests(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setDisableZeroCopy(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setDiscard(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
 
setDispositionType(String) - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
setDontWriteBodyBecauseExpectContinue(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setEnabledCipherSuites(String[]) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setEnabledProtocols(String[]) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setEnablewebSocketCompression(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setEventLoopGroup(EventLoopGroup) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setFilterInsecureCipherSuites(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setFollowRedirect(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setFollowRedirect(boolean) - Method in class org.asynchttpclient.RequestBuilderBase
 
setFormParams(Map<String, List<String>>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setFormParams(List<Param>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setHandshakeTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setHeader(CharSequence, String) - Method in class org.asynchttpclient.RequestBuilderBase
 
setHeader(CharSequence, Object) - Method in class org.asynchttpclient.RequestBuilderBase
Set uni-value header for the request
setHeader(CharSequence, Iterable<?>) - Method in class org.asynchttpclient.RequestBuilderBase
Set multi-values header for the request
setHeaders(HttpHeaders) - Method in class org.asynchttpclient.RequestBuilderBase
 
setHeaders(Map<CharSequence, ? extends Iterable<?>>) - Method in class org.asynchttpclient.RequestBuilderBase
Set request headers using a map headers of pair (Header name, Header values) This method could be used to setup multi-valued headers
setHeadersAlreadyWrittenOnContinue(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setHttpAdditionalChannelInitializer(Consumer<Channel>) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setHttpClientCodecInitialBufferSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setHttpClientCodecMaxChunkSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setHttpClientCodecMaxHeaderSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setHttpClientCodecMaxInitialLineLength(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setInAuth(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setInProxyAuth(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setIoThreadsCount(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setKeepAlive(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setKeepAlive(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setKeepAliveStrategy(KeepAliveStrategy) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setKeepEncodingHeader(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setListener(FeedListener) - Method in interface org.asynchttpclient.request.body.generator.FeedableBodyGenerator
 
setListener(FeedListener) - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
 
setListener(FeedListener) - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
 
setLocalAddress(InetAddress) - Method in class org.asynchttpclient.RequestBuilderBase
 
setMaxConnections(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setMaxConnectionsPerHost(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setMaxRedirects(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setMaxRequestRetry(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setMethod(String) - Method in class org.asynchttpclient.RequestBuilderBase
 
setMethodName(String) - Method in class org.asynchttpclient.Realm.Builder
 
setNameResolver(NameResolver<InetAddress>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setNc(String) - Method in class org.asynchttpclient.Realm.Builder
 
setNettyRequest(NettyRequest) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setNettyTimer(Timer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setNonce(String) - Method in class org.asynchttpclient.Realm.Builder
 
setNonProxyHost(String) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
 
setNonProxyHosts(List<String>) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
 
setNtlmDomain(String) - Method in class org.asynchttpclient.Realm.Builder
 
setNtlmHost(String) - Method in class org.asynchttpclient.Realm.Builder
 
setOmitQuery(boolean) - Method in class org.asynchttpclient.Realm.Builder
 
setOpaque(String) - Method in class org.asynchttpclient.Realm.Builder
 
setPooledConnectionIdleTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setProxyAuthorizationHeader(HttpHeaders, String) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
 
setProxyRealm(Realm) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setProxyServer(ProxyServer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setProxyServer(ProxyServer.Builder) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setProxyServer(ProxyServer) - Method in class org.asynchttpclient.RequestBuilderBase
 
setProxyServer(ProxyServer.Builder) - Method in class org.asynchttpclient.RequestBuilderBase
 
setProxyServerSelector(ProxyServerSelector) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setProxyType(ProxyType) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
 
setQop(String) - Method in class org.asynchttpclient.Realm.Builder
 
setQueryParams(Map<String, List<String>>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setQueryParams(List<Param>) - Method in class org.asynchttpclient.RequestBuilderBase
 
setRangeOffset(long) - Method in class org.asynchttpclient.RequestBuilderBase
 
setReadTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setReadTimeout(int) - Method in class org.asynchttpclient.RequestBuilderBase
 
setRealm(Realm) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setRealm(Realm.Builder) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setRealm(Realm) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setRealm(Realm) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
 
setRealm(Realm.Builder) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
 
setRealm(Realm.Builder) - Method in class org.asynchttpclient.RequestBuilderBase
 
setRealm(Realm) - Method in class org.asynchttpclient.RequestBuilderBase
 
setRealmName(String) - Method in class org.asynchttpclient.Realm.Builder
 
setRequestTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setRequestTimeout(int) - Method in class org.asynchttpclient.RequestBuilderBase
 
setResolvedRemoteAddress(InetSocketAddress) - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
 
setResponse(String) - Method in class org.asynchttpclient.Realm.Builder
 
setResponseBodyPartFactory(AsyncHttpClientConfig.ResponseBodyPartFactory) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setResumableListener(ResumableListener) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
setReuseChannel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setScheme(Realm.AuthScheme) - Method in class org.asynchttpclient.Realm.Builder
 
setSecuredPort(int) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
 
setShutdownQuietPeriod(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setShutdownTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setSignatureCalculator(SignatureCalculator) - Method in interface org.asynchttpclient.AsyncHttpClient
Set default signature calculator to use for requests build by this client instance
setSignatureCalculator(SignatureCalculator) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
 
setSignatureCalculator(SignatureCalculator) - Method in class org.asynchttpclient.RequestBuilderBase
 
setSingleHeaders(Map<CharSequence, ?>) - Method in class org.asynchttpclient.RequestBuilderBase
Set single-value request headers using a map headers of pairs (Header name, Header value).
setSoLinger(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setSoRcvBuf(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setSoReuseAddress(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setSoSndBuf(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setSslContext(SslContext) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setSslEngineFactory(SslEngineFactory) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setSslSessionCacheSize(Integer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setSslSessionTimeout(Integer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setStreamConsumed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setStrict302Handling(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setTargetRequest(Request) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setTcpNoDelay(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setThreadFactory(ThreadFactory) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setThreadPoolName(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setTimeoutsHolder(TimeoutsHolder) - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
setUri(Uri) - Method in class org.asynchttpclient.Realm.Builder
 
setUri(Uri) - Method in class org.asynchttpclient.RequestBuilderBase
 
setUrl(String) - Method in class org.asynchttpclient.RequestBuilderBase
 
setUseAbsoluteURI(boolean) - Method in class org.asynchttpclient.Realm.Builder
 
setUseInsecureTrustManager(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setUseLaxCookieEncoder(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setUseNativeTransport(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setUseOpenSsl(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setUsePreemptiveAuth(boolean) - Method in class org.asynchttpclient.Realm.Builder
 
setUseProxyProperties(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setUseProxySelector(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setUserAgent(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setValidateResponseHeaders(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setVirtualHost(String) - Method in class org.asynchttpclient.RequestBuilderBase
 
setWebSocket(NettyWebSocket) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
setWebSocket0(NettyWebSocket) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
setWebSocketMaxBufferSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setWebSocketMaxFrameSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
setWsAdditionalChannelInitializer(Consumer<Channel>) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
 
SHUTDOWN_QUIET_PERIOD_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
SHUTDOWN_TIMEOUT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
signatureCalculator - Variable in class org.asynchttpclient.RequestBuilderBase
 
SignatureCalculator - Interface in org.asynchttpclient
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 org.asynchttpclient.netty.channel.Channels
 
SimpleChannelFutureListener - Class in org.asynchttpclient.netty
 
SimpleChannelFutureListener() - Constructor for class org.asynchttpclient.netty.SimpleChannelFutureListener
 
SimpleFutureListener<V> - Class in org.asynchttpclient.netty
 
SimpleFutureListener() - Constructor for class org.asynchttpclient.netty.SimpleFutureListener
 
SO_LINGER_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
SO_RCV_BUF_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
SO_REUSE_ADDRESS_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
SO_SND_BUF_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
SOCKS_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
SpnegoEngine - Class in org.asynchttpclient.spnego
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
SpnegoEngine(SpnegoTokenGenerator) - Constructor for class org.asynchttpclient.spnego.SpnegoEngine
 
SpnegoEngine() - Constructor for class org.asynchttpclient.spnego.SpnegoEngine
 
SpnegoEngineException - Exception in org.asynchttpclient.spnego
Signals SPNEGO protocol failure.
SpnegoEngineException(String) - Constructor for exception org.asynchttpclient.spnego.SpnegoEngineException
 
SpnegoEngineException(String, Throwable) - Constructor for exception org.asynchttpclient.spnego.SpnegoEngineException
 
SpnegoTokenGenerator - Interface in org.asynchttpclient.spnego
Abstract SPNEGO token generator.
SSL_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
SSL_SESSION_CACHE_SIZE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
SSL_SESSION_TIMEOUT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
SslEngineFactory - Interface in org.asynchttpclient
 
SslEngineFactoryBase - Class in org.asynchttpclient.netty.ssl
 
SslEngineFactoryBase() - Constructor for class org.asynchttpclient.netty.ssl.SslEngineFactoryBase
 
StackTraceInspector - Class in org.asynchttpclient.netty.future
 
StackTraceInspector() - Constructor for class org.asynchttpclient.netty.future.StackTraceInspector
 
startReadTimeout() - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
 
state - Variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
streamData - Variable in class org.asynchttpclient.RequestBuilderBase
 
StreamedAsyncHandler<T> - Interface in org.asynchttpclient.handler
AsyncHandler that uses reactive streams to handle the request.
StreamedResponsePublisher - Class in org.asynchttpclient.netty.handler
 
STRICT_302_HANDLING_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
stringBuilder() - Method in class org.asynchttpclient.util.StringBuilderPool
BEWARE: MUSN'T APPEND TO ITSELF!
StringBuilderPool - Class in org.asynchttpclient.util
 
StringBuilderPool() - Constructor for class org.asynchttpclient.util.StringBuilderPool
 
stringData - Variable in class org.asynchttpclient.RequestBuilderBase
 
StringMultipartPart - Class in org.asynchttpclient.request.body.multipart.part
 
StringMultipartPart(StringPart, byte[]) - Constructor for class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
 
StringPart - Class in org.asynchttpclient.request.body.multipart
 
StringPart(String, String) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
 
StringPart(String, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
 
StringPart(String, String, String, Charset) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
 
StringPart(String, String, String, Charset, String) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
 
StringPart(String, String, String, Charset, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
 
StringUtils - Class in org.asynchttpclient.util
 
SWITCHING_PROTOCOLS_101 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 

T

takePartitionKeyLock() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
TCP_NO_DELAY_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
TEMPORARY_REDIRECT_307 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
THREAD_POOL_NAME_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
ThreadSafeCookieStore - Class in org.asynchttpclient.cookie
 
ThreadSafeCookieStore() - Constructor for class org.asynchttpclient.cookie.ThreadSafeCookieStore
 
ThrottleRequestFilter - Class in org.asynchttpclient.filter
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 org.asynchttpclient.filter.ThrottleRequestFilter
 
ThrottleRequestFilter(int, int) - Constructor for class org.asynchttpclient.filter.ThrottleRequestFilter
 
ThrottleRequestFilter(int, int, boolean) - Constructor for class org.asynchttpclient.filter.ThrottleRequestFilter
 
ThrowableUtil - Class in org.asynchttpclient.util
 
TimeoutsHolder - Class in org.asynchttpclient.netty.timeout
 
TimeoutsHolder(Timer, NettyResponseFuture<?>, NettyRequestSender, AsyncHttpClientConfig, InetSocketAddress) - Constructor for class org.asynchttpclient.netty.timeout.TimeoutsHolder
 
TimeoutTimerTask - Class in org.asynchttpclient.netty.timeout
 
toBaseUrl() - Method in class org.asynchttpclient.uri.Uri
 
toCompletableFuture() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
toCompletableFuture() - Method in interface org.asynchttpclient.ListenableFuture
 
toCompletableFuture() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
toHexString(byte[]) - Static method in class org.asynchttpclient.util.StringUtils
 
toJavaNetURI() - Method in class org.asynchttpclient.uri.Uri
 
TooManyConnectionsException - Exception in org.asynchttpclient.exception
 
TooManyConnectionsException(int) - Constructor for exception org.asynchttpclient.exception.TooManyConnectionsException
 
TooManyConnectionsPerHostException - Exception in org.asynchttpclient.exception
 
TooManyConnectionsPerHostException(int) - Constructor for exception org.asynchttpclient.exception.TooManyConnectionsPerHostException
 
toRelativeUrl() - Method in class org.asynchttpclient.uri.Uri
 
toString() - Method in class org.asynchttpclient.channel.ChannelPoolPartitioning.CompositePartitionKey
 
toString() - Method in class org.asynchttpclient.ClientStats
 
toString() - Method in class org.asynchttpclient.DefaultRequest
 
toString() - Method in class org.asynchttpclient.HostStats
 
toString() - Method in class org.asynchttpclient.HttpResponseStatus
Code followed by text.
toString() - Method in class org.asynchttpclient.netty.NettyResponse
 
toString() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
toString() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
 
toString() - Method in class org.asynchttpclient.oauth.ConsumerKey
 
toString() - Method in class org.asynchttpclient.oauth.RequestToken
 
toString() - Method in class org.asynchttpclient.Realm
 
toString() - Method in class org.asynchttpclient.request.body.multipart.FileLikePart
 
toString() - Method in class org.asynchttpclient.request.body.multipart.PartBase
 
toString() - Method in interface org.asynchttpclient.Response
Subclasses SHOULD implement toString() in a way that identifies the response for logging.
toString() - Method in class org.asynchttpclient.uri.Uri
 
touch() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
 
touch() - Method in interface org.asynchttpclient.ListenableFuture
Touch the current instance to prevent external service to times out.
touch() - Method in class org.asynchttpclient.netty.NettyResponseFuture
 
toUrl() - Method in class org.asynchttpclient.uri.Uri
 
trace(String) - Static method in class org.asynchttpclient.Dsl
 
TRACE - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
 
transfer(ByteBuf, ByteBuf, MultipartState) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
transfer(ByteBuf, WritableByteChannel, MultipartState) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
TransferCompletionHandler - Class in org.asynchttpclient.handler
A AsyncHandler that can be used to notify a set of TransferListener
AsyncHttpClient client = new AsyncHttpClient(); TransferCompletionHandler tl = new TransferCompletionHandler(); tl.addTransferListener(new TransferListener() { public void onRequestHeadersSent(HttpHeaders headers) { } public void onResponseHeadersReceived(HttpHeaders 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 org.asynchttpclient.handler.TransferCompletionHandler
Create a TransferCompletionHandler that will not accumulate bytes.
TransferCompletionHandler(boolean) - Constructor for class org.asynchttpclient.handler.TransferCompletionHandler
Create a TransferCompletionHandler that can or cannot accumulate bytes and make it available when Response.getResponseBody() get called.
transferContentTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
 
transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
 
transferContentTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
 
transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
 
transferContentTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
transferContentTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
transferContentTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
 
transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
 
TransferListener - Interface in org.asynchttpclient.handler
A simple interface an application can implements in order to received byte transfer information.
transferTo(ByteBuf) - Method in interface org.asynchttpclient.request.body.Body
Reads the next chunk of bytes from the body.
transferTo(ByteBuf) - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody
 
transferTo(ByteBuf) - Method in class org.asynchttpclient.request.body.generator.PushBody
 
transferTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
 
transferTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
 
transferTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
transferTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
 
transferTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
transferTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
transferTo(WritableByteChannel) - Method in interface org.asynchttpclient.request.body.RandomAccessBody
Transfers the specified chunk of bytes from this body to the specified channel.
tryToOfferChannelToPool(Channel, AsyncHandler<?>, boolean, Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 

U

Unauthorized401Interceptor - Class in org.asynchttpclient.netty.handler.intercept
 
UNAUTHORIZED_401 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
 
UnboundedQueueFeedableBodyGenerator - Class in org.asynchttpclient.request.body.generator
 
UnboundedQueueFeedableBodyGenerator() - Constructor for class org.asynchttpclient.request.body.generator.UnboundedQueueFeedableBodyGenerator
 
unknownStackTrace(T, Class<?>, String) - Static method in class org.asynchttpclient.util.ThrowableUtil
 
unpreciseMillisTime() - Static method in class org.asynchttpclient.util.DateUtils
 
updatePipelineForHttpTunneling(ChannelPipeline, Uri) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
upgradePipelineForWebSockets(ChannelPipeline) - Method in class org.asynchttpclient.netty.channel.ChannelManager
 
uri - Variable in class org.asynchttpclient.RequestBuilderBase
 
Uri - Class in org.asynchttpclient.uri
 
Uri(String, String, String, int, String, String) - Constructor for class org.asynchttpclient.uri.Uri
 
uriEncoder - Variable in class org.asynchttpclient.RequestBuilderBase
 
UriEncoder - Enum in org.asynchttpclient.util
 
uriEncoder(boolean) - Static method in enum org.asynchttpclient.util.UriEncoder
 
urlEncodeFormParams(List<Param>, Charset) - Static method in class org.asynchttpclient.util.HttpUtils
 
USE_INSECURE_TRUST_MANAGER_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
USE_LAX_COOKIE_ENCODER_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
USE_NATIVE_TRANSPORT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
USE_OPEN_SSL_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
USE_PROXY_PROPERTIES_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
USE_PROXY_SELECTOR_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
USER_AGENT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
Utf8UrlEncoder - Class in org.asynchttpclient.util
 

V

VALIDATE_RESPONSE_HEADERS_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
validateSupportedScheme(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
 
valueOf(String) - Static method in enum org.asynchttpclient.AsyncHandler.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.AsyncHttpClientConfig.ResponseBodyPartFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.channel.ChannelPoolPartitioning.PerHostChannelPoolPartitioning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.channel.NoopChannelPool
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.netty.channel.ChannelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.netty.channel.DefaultChannelPool.PoolLeaseStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.netty.DiscardEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.proxy.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.Realm.AuthScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.request.body.Body.BodyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.request.body.multipart.part.MultipartState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.resolver.RequestHostnameResolver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.asynchttpclient.util.UriEncoder
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.asynchttpclient.AsyncHandler.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.AsyncHttpClientConfig.ResponseBodyPartFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.channel.ChannelPoolPartitioning.PerHostChannelPoolPartitioning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.channel.NoopChannelPool
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.netty.channel.ChannelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.netty.channel.DefaultChannelPool.PoolLeaseStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.netty.DiscardEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.proxy.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.Realm.AuthScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.request.body.Body.BodyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.request.body.multipart.part.MultipartState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.resolver.RequestHostnameResolver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.asynchttpclient.util.UriEncoder
Returns an array containing the constants of this enum type, in the order they are declared.
virtualHost - Variable in class org.asynchttpclient.RequestBuilderBase
 
visitContentIdHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
visitContentTypeHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
visitCustomHeaders(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
visitDispositionHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.FileLikeMultipartPart
 
visitDispositionHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
visitEndOfHeaders(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
visitPostContent(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
visitPreContent(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
visitStart(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 
visitTransferEncodingHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
 

W

WebDavCompletionHandlerBase<T> - Class in org.asynchttpclient.webdav
Simple AsyncHandler that add support for WebDav's response manipulation.
WebDavCompletionHandlerBase() - Constructor for class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
 
WebDavResponse - Class in org.asynchttpclient.webdav
Customized Response which add support for getting the response's body as an XML document (@link WebDavResponse#getBodyAsXML}
WebSocket - Interface in org.asynchttpclient.ws
A WebSocket client
WEBSOCKET_MAX_BUFFER_SIZE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
WEBSOCKET_MAX_FRAME_SIZE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
 
WebSocketHandler - Class in org.asynchttpclient.netty.handler
 
WebSocketHandler(AsyncHttpClientConfig, ChannelManager, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.WebSocketHandler
 
WebSocketListener - Interface in org.asynchttpclient.ws
A generic WebSocketListener for WebSocket events.
WebSocketUpgradeHandler - Class in org.asynchttpclient.ws
An AsyncHandler which is able to execute WebSocket upgrade.
WebSocketUpgradeHandler(List<WebSocketListener>) - Constructor for class org.asynchttpclient.ws.WebSocketUpgradeHandler
 
WebSocketUpgradeHandler.Builder - Class in org.asynchttpclient.ws
WebSocketUtils - Class in org.asynchttpclient.ws
 
WebSocketUtils() - Constructor for class org.asynchttpclient.ws.WebSocketUtils
 
withByte(byte) - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.ByteBufferVisitor
 
withByte(byte) - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.ByteBufVisitor
 
withByte(byte) - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor
 
withByte(byte) - Method in interface org.asynchttpclient.request.body.multipart.part.PartVisitor
 
withBytes(byte[]) - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.ByteBufferVisitor
 
withBytes(byte[]) - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.ByteBufVisitor
 
withBytes(byte[]) - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor
 
withBytes(byte[]) - Method in interface org.asynchttpclient.request.body.multipart.part.PartVisitor
 
withDefault(T, T) - Static method in class org.asynchttpclient.util.MiscUtils
 
withNewQuery(String) - Method in class org.asynchttpclient.uri.Uri
 
withNewScheme(String) - Method in class org.asynchttpclient.uri.Uri
 
withoutQueryWithParams(List<Param>) - Method in enum org.asynchttpclient.util.UriEncoder
 
withQueryWithoutParams(String) - Method in enum org.asynchttpclient.util.UriEncoder
 
withQueryWithParams(String, List<Param>) - Method in enum org.asynchttpclient.util.UriEncoder
 
wrap(AsyncHandler<T>, Semaphore) - Static method in class org.asynchttpclient.filter.ReleasePermitOnComplete
Wrap handler to release the permit of the semaphore on AsyncHandler.onCompleted().
write(Channel, NettyResponseFuture<?>) - Method in interface org.asynchttpclient.netty.request.body.NettyBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyDirectBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
 
write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyReactiveStreamsBody
 
WriteCompleteListener - Class in org.asynchttpclient.netty.request
 
WriteListener - Class in org.asynchttpclient.netty.request
 
WriteProgressListener - Class in org.asynchttpclient.netty.request
 
WriteProgressListener(NettyResponseFuture<?>, boolean, long) - Constructor for class org.asynchttpclient.netty.request.WriteProgressListener
 
writeRequest(NettyResponseFuture<T>, Channel) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
 
WS - Static variable in class org.asynchttpclient.uri.Uri
 
WS_COMPRESSOR_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
WS_DECODER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
WS_ENCODER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
WS_FRAME_AGGREGATOR - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
 
WSS - Static variable in class org.asynchttpclient.uri.Uri
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2018. All Rights Reserved.