A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(Channel, NettyResponseFuture<?>, Throwable) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
- abort(Throwable) - Method in interface org.asynchttpclient.ListenableFuture
- abort(Throwable) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
- abort(Throwable) - Method in class org.asynchttpclient.netty.NettyResponseFuture
- ABORT - org.asynchttpclient.AsyncHandler.State
-
Stop the processing.
- ACCEPT_ALL_HEADER_VALUE - Static variable in class org.asynchttpclient.util.HttpUtils
- accumulate(HttpHeaders) - Method in class org.asynchttpclient.Response.ResponseBuilder
- accumulate(HttpResponseBodyPart) - Method in class org.asynchttpclient.Response.ResponseBuilder
- accumulate(HttpResponseStatus) - Method in class org.asynchttpclient.Response.ResponseBuilder
- acquire() - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- acquire(int) - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- ACQUIRE_FREE_CHANNEL_TIMEOUT - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- acquireChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.CombinedConnectionSemaphore
- acquireChannelLock(Object) - Method in interface org.asynchttpclient.netty.channel.ConnectionSemaphore
- acquireChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.MaxConnectionSemaphore
- acquireChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.NoopConnectionSemaphore
- acquireChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.PerHostConnectionSemaphore
- acquireGlobal(Object) - Method in class org.asynchttpclient.netty.channel.CombinedConnectionSemaphore
- acquireGlobalTimed(Object) - Method in class org.asynchttpclient.netty.channel.CombinedConnectionSemaphore
- acquirePartitionLockLazily() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- acquireTimeout - Variable in class org.asynchttpclient.netty.channel.MaxConnectionSemaphore
- acquireTimeout - Variable in class org.asynchttpclient.netty.channel.PerHostConnectionSemaphore
- acquireUninterruptibly() - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- acquireUninterruptibly(int) - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- 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
- addCookieIfUnset(Cookie) - Method in class org.asynchttpclient.RequestBuilderBase
-
Add a cookie based on its name, if it does not exist yet.
- addCustomHeader(String, String) - Method in class org.asynchttpclient.request.body.multipart.PartBase
- addFormParam(String, String) - Method in class org.asynchttpclient.RequestBuilderBase
- addHeader(CharSequence, Iterable<?>) - Method in class org.asynchttpclient.RequestBuilderBase
-
Add header values for the request.
- addHeader(CharSequence, Object) - Method in class org.asynchttpclient.RequestBuilderBase
-
Add a header value for the request.
- addHeader(CharSequence, String) - Method in class org.asynchttpclient.RequestBuilderBase
- 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
-
Add a
WebSocketListener
- addWebSocketListener(WebSocketListener) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler.Builder
-
Add a
WebSocketListener
that will be added to theWebSocket
- 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
- ASYNC_CLIENT_CONFIG_ROOT - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- AsyncCompletionHandler<T> - Class in org.asynchttpclient
-
An
AsyncHandler
augmented with anAsyncCompletionHandler.onCompleted(Response)
convenience method which gets called when theResponse
processing is finished. - AsyncCompletionHandler() - Constructor for class org.asynchttpclient.AsyncCompletionHandler
- AsyncCompletionHandlerBase - Class in org.asynchttpclient
-
Simple
AsyncHandler
of typeResponse
- AsyncCompletionHandlerBase() - Constructor for class org.asynchttpclient.AsyncCompletionHandlerBase
- asyncHandler(AsyncHandler<T>) - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
- 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.State - Enum in org.asynchttpclient
- asyncHttpClient() - Static method in class org.asynchttpclient.Dsl
- asyncHttpClient(AsyncHttpClientConfig) - Static method in class org.asynchttpclient.Dsl
- asyncHttpClient(DefaultAsyncHttpClientConfig.Builder) - Static method in class org.asynchttpclient.Dsl
- AsyncHttpClient - Interface in org.asynchttpclient
-
This class support asynchronous and synchronous HTTP requests.
- AsyncHttpClientConfig - Interface in org.asynchttpclient
- AsyncHttpClientConfig.ResponseBodyPartFactory - Enum in org.asynchttpclient
- AsyncHttpClientConfigDefaults - Class in org.asynchttpclient.config
- AsyncHttpClientConfigHelper - Class in org.asynchttpclient.config
- 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
- availablePermits() - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
B
- BASIC - org.asynchttpclient.Realm.AuthScheme
- 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'sChunkedInput
. - 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 - Variable in class org.asynchttpclient.RequestBuilderBase
- BodyGenerator - Interface in org.asynchttpclient.request.body.generator
-
Creates a request body.
- 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) - Constructor for class org.asynchttpclient.BoundRequestBuilder
- BoundRequestBuilder(AsyncHttpClient, String, boolean, 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
-
Build a
WebSocketUpgradeHandler
- Builder() - Constructor for class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- Builder() - Constructor for class org.asynchttpclient.Realm.Builder
- Builder() - Constructor for class org.asynchttpclient.ws.WebSocketUpgradeHandler.Builder
- Builder(String, String) - Constructor for class org.asynchttpclient.Realm.Builder
- Builder(String, int) - Constructor for class org.asynchttpclient.proxy.ProxyServer.Builder
- Builder(AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.DefaultAsyncHttpClientConfig.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.NettyByteBufBody
- 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
- byteBufData - Variable in class org.asynchttpclient.RequestBuilderBase
- byteBuffer2ByteArray(ByteBuffer) - Static method in class org.asynchttpclient.util.StringUtils
- byteBufferData - Variable in class org.asynchttpclient.RequestBuilderBase
- 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 interface org.asynchttpclient.SignatureCalculator
-
Method called when
RequestBuilderBase.build()
method is called. - call() - Method in class org.asynchttpclient.netty.OnLastHttpContentCallback
- cancel() - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
- cancel(boolean) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
- cancel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
- cancelTimeouts() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- channel() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- channelActive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
- ChannelClosedException - Exception in org.asynchttpclient.exception
-
This exception is thrown when a channel is closed.
- channelInactive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
- channelManager - Variable 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
- ChannelPool - Interface in org.asynchttpclient.channel
- channelPoolPartitioning - Variable in class org.asynchttpclient.RequestBuilderBase
- ChannelPoolPartitioning - Interface in org.asynchttpclient.channel
- 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
- 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 a (@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.InputStreamMultipartPart
- 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
- CLOSED - org.asynchttpclient.netty.channel.ChannelState
-
The channel is closed
- closeOut() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
- closeSilently(Closeable) - Static method in class org.asynchttpclient.util.MiscUtils
- CombinedConnectionSemaphore - Class in org.asynchttpclient.netty.channel
-
A combined
ConnectionSemaphore
with two limits - a global limit and a per-host limit - CompletedFailure(String, Throwable) - Constructor for class org.asynchttpclient.ListenableFuture.CompletedFailure
- CompletedFailure(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
- computeMultipartBoundary() - Static method in class org.asynchttpclient.util.HttpUtils
- 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 - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
- config() - Static method in class org.asynchttpclient.Dsl
- Config() - Constructor for class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
- 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 - Interface in org.asynchttpclient.netty.channel
-
Connections limiter.
- ConnectionSemaphoreFactory - Interface in org.asynchttpclient.netty.channel
- ConnectSuccessInterceptor - Class in org.asynchttpclient.netty.handler.intercept
- CONTENT - org.asynchttpclient.request.body.multipart.part.MultipartState
- CONTINUE - org.asynchttpclient.AsyncHandler.State
-
Continue the processing
- CONTINUE - org.asynchttpclient.request.body.Body.BodyState
-
There's something to read
- CONTINUE_100 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
- CookieEvictionTask - Class in org.asynchttpclient.cookie
-
Evicts expired cookies from the CookieStore periodically.
- CookieEvictionTask(long, CookieStore) - Constructor for class org.asynchttpclient.cookie.CookieEvictionTask
- cookies - Variable in class org.asynchttpclient.RequestBuilderBase
- CookieStore - Interface in org.asynchttpclient.cookie
-
This interface represents an abstract store for
Cookie
objects. - count() - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
- count() - Method in interface org.asynchttpclient.util.Counted
-
Return the current counter
- Counted - Interface in org.asynchttpclient.util
-
An interface that defines useful methods to check how many AsyncHttpClient instances this particular implementation is shared with.
- CounterPartVisitor() - Constructor for class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor
- create(Uri, String) - Static method in class org.asynchttpclient.uri.Uri
- create(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
- createBody() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
- createBody() - Method in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
- createBody() - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
- createProxyServerSelector(Properties) - Static method in class org.asynchttpclient.util.ProxyUtils
-
Creates a proxy server instance from the given properties.
- CRLF_BYTES - Static variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
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
- decrementAndGet() - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
- decrementAndGet() - Method in interface org.asynchttpclient.util.Counted
-
Decrement counter and return the decremented value
- 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
- defaultAcquireFreeChannelTimeout() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- 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 aConcurrentHashMap
- DefaultChannelPool(Duration, Duration, Timer, Duration) - Constructor for class org.asynchttpclient.netty.channel.DefaultChannelPool
- DefaultChannelPool(Duration, Duration, DefaultChannelPool.PoolLeaseStrategy, Timer, Duration) - Constructor for class org.asynchttpclient.netty.channel.DefaultChannelPool
- DefaultChannelPool(AsyncHttpClientConfig, Timer) - 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
- DefaultConnectionSemaphoreFactory - Class in org.asynchttpclient.netty.channel
- DefaultConnectionSemaphoreFactory() - Constructor for class org.asynchttpclient.netty.channel.DefaultConnectionSemaphoreFactory
- 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
- defaultEnableAutomaticDecompression() - 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
- defaultExpiredCookieEvictionDelay() - 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
- defaultHashedWheelTimerSize() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- defaultHashedWheelTimerTickDuration() - 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, ByteBuf, InputStream, BodyGenerator, List<Param>, List<Part>, String, ProxyServer, Realm, File, Boolean, Duration, Duration, 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
- defaultSoKeepAlive() - 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
- defaultUseOnlyEpollNativeTransport() - 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
-
Does nothing since this is a
NoopChannelPool
- destroy() - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
- destroy() - Method in class org.asynchttpclient.netty.ssl.DefaultSslEngineFactory
- destroy() - Method in interface org.asynchttpclient.SslEngineFactory
-
Perform any necessary cleanup.
- DIGEST - org.asynchttpclient.Realm.AuthScheme
- 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
- DISCARD - org.asynchttpclient.netty.DiscardEvent
- DiscardEvent - Enum in org.asynchttpclient.netty
-
Simple marker for stopping publishing bytes
- domain(String) - Method in class org.asynchttpclient.netty.ssl.SslEngineFactoryBase
- done - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
- 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 - org.asynchttpclient.request.body.multipart.part.MultipartState
- drainChannelAndExecuteNextRequest(Channel, NettyResponseFuture<?>, Request) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
- drainChannelAndExecuteNextRequest(Channel, NettyResponseFuture<?>, Request, Future<Channel>) - 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
- drainPermits() - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- Dsl - Class in org.asynchttpclient
E
- EAGER - org.asynchttpclient.AsyncHttpClientConfig.ResponseBodyPartFactory
- 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_AUTOMATIC_DECOMPRESSION_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- 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
- EnsuresNonNull - Annotation Type in org.asynchttpclient.util
-
NullAway supports @EnsuresNonNull(param) annotation, but org.jetbrains.annotations doesn't include this annotation.
- 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.Param
- equals(Object) - Method in class org.asynchttpclient.uri.Uri
- evictExpired() - Method in interface org.asynchttpclient.cookie.CookieStore
-
Evicts all the cookies that expired as of the time this method is run.
- evictExpired() - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
- execute() - Method in class org.asynchttpclient.BoundRequestBuilder
- execute(AsyncHandler<T>) - Method in class org.asynchttpclient.BoundRequestBuilder
- executeRequest(Request) - Method in interface org.asynchttpclient.AsyncHttpClient
-
Execute an HTTP request.
- executeRequest(Request) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
- executeRequest(RequestBuilder) - Method in interface org.asynchttpclient.AsyncHttpClient
-
Execute an HTTP request.
- executeRequest(RequestBuilder) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
- executeRequest(RequestBuilder, AsyncHandler<T>) - Method in interface org.asynchttpclient.AsyncHttpClient
-
Execute an HTTP request.
- executeRequest(RequestBuilder, AsyncHandler<T>) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
- executeRequest(Request, AsyncHandler<T>) - Method in interface org.asynchttpclient.AsyncHttpClient
-
Execute an HTTP request.
- executeRequest(Request, AsyncHandler<T>) - 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
- EXPIRED_COOKIE_EVICTION_DELAY - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- expiredCookieEvictionDelay() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the delay in milliseconds to evict expired cookies from CookieStore
- expiredCookieEvictionDelay() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- EXTRA_BYTES - Static variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
Extra characters as a byte array
- extractContentTypeBoundaryAttribute(String) - Static method in class org.asynchttpclient.util.HttpUtils
- extractContentTypeCharsetAttribute(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
- 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
- FIFO - org.asynchttpclient.netty.channel.DefaultChannelPool.PoolLeaseStrategy
- 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 invokeIOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>)
and will use the returnedFilterContext
to replay theRequest
or abort the processing. - filter(FilterContext<T>) - Method in interface org.asynchttpclient.filter.RequestFilter
-
An
AsyncHttpClient
will invokeRequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>)
and will use the returnedFilterContext.getRequest()
andFilterContext.getAsyncHandler()
to continue the request processing. - filter(FilterContext<T>) - Method in interface org.asynchttpclient.filter.ResponseFilter
-
An
AsyncHttpClient
will invokeResponseFilter.filter(org.asynchttpclient.filter.FilterContext<T>)
and will use the returnedFilterContext.replayRequest()
andFilterContext.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
- FilterContext.FilterContextBuilder<T> - Class in org.asynchttpclient.filter
- FilterContextBuilder(AsyncHandler<T>, Request) - Constructor for class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
- FilterContextBuilder(FilterContext<T>) - Constructor for class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
- FilterException - Exception in org.asynchttpclient.exception
-
An exception that can be thrown by an
AsyncHandler
to interrupt invocation of theRequestFilter
andResponseFilter
. - FilterException(String) - Constructor for exception org.asynchttpclient.exception.FilterException
- FilterException(String, Throwable) - Constructor for exception org.asynchttpclient.exception.FilterException
- filterOutBrotliFromAcceptEncoding(String) - Static method in class org.asynchttpclient.util.HttpUtils
- filterOutZstdFromAcceptEncoding(String) - Static method in class org.asynchttpclient.util.HttpUtils
- FIXING - org.asynchttpclient.util.UriEncoder
- 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
-
Does nothing since this is a
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
- freeChannels - Variable in class org.asynchttpclient.netty.channel.MaxConnectionSemaphore
- freeChannelsPerHost - Variable in class org.asynchttpclient.netty.channel.PerHostConnectionSemaphore
- future - Variable in class org.asynchttpclient.netty.OnLastHttpContentCallback
- future - Variable in class org.asynchttpclient.netty.request.WriteListener
- future() - Method in class org.asynchttpclient.netty.OnLastHttpContentCallback
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) - Static method in class org.asynchttpclient.ntlm.NtlmEngine
- get() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
- get() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- get(long, TimeUnit) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
- get(long, TimeUnit) - Method in class org.asynchttpclient.netty.NettyResponseFuture
- get(String) - Static method in class org.asynchttpclient.Dsl
- 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 - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
- getAcceptKey(String) - Static method in class org.asynchttpclient.ws.WebSocketUtils
- getAcquireFreeChannelTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the maximum duration in milliseconds an
AsyncHttpClient
can wait to acquire a free channel - getAcquireFreeChannelTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- 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
-
Delegates to
BodyDeferringAsyncHandler.getResponse()
. - 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() - Method in class org.asynchttpclient.uri.Uri
- getBaseUrl() - Method in class org.asynchttpclient.uri.Uri
- getBody() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
- getBody() - Method in class org.asynchttpclient.netty.request.NettyRequest
- getBodyByteBuf() - Method in class org.asynchttpclient.HttpResponseBodyPart
- getBodyByteBuf() - Method in class org.asynchttpclient.netty.EagerResponseBodyPart
- getBodyByteBuf() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
- 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
- getByteBufData() - Method in class org.asynchttpclient.DefaultRequest
- getByteBufData() - Method in interface org.asynchttpclient.Request
- 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
- getConnectionSemaphoreFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
- getConnectionSemaphoreFactory() - 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 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.NettyByteBufBody
- 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 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.multipart.InputStreamPart
- 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.InputStreamMultipartPart
- 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.
- getContentTypeOverride() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
- getContentTypeOverride() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufBody
- 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
- 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 class org.asynchttpclient.proxy.ProxyServer
- getCustomHeaders() - Method in interface org.asynchttpclient.request.body.multipart.Part
- getCustomHeaders() - Method in class org.asynchttpclient.request.body.multipart.PartBase
- getCustomLoginConfig() - Method in class org.asynchttpclient.Realm
- 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
- getDuration(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
- 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
- getFragment() - Method in class org.asynchttpclient.uri.Uri
- getFreeConnectionsForHost(Object) - Method in class org.asynchttpclient.netty.channel.PerHostConnectionSemaphore
- getHandshakeTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
- getHandshakeTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- getHashedWheelTimerSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
- getHashedWheelTimerSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- getHashedWheelTimerTickDuration() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
- getHashedWheelTimerTickDuration() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- getHeader(CharSequence) - Method in class org.asynchttpclient.netty.NettyResponse
- getHeader(CharSequence) - Method in interface org.asynchttpclient.Response
- getHeaders() - Method in class org.asynchttpclient.DefaultRequest
- getHeaders() - Method in class org.asynchttpclient.netty.NettyResponse
- getHeaders() - Method in interface org.asynchttpclient.Request
- getHeaders() - Method in interface org.asynchttpclient.Response
- getHeaders(CharSequence) - Method in class org.asynchttpclient.netty.NettyResponse
- getHeaders(CharSequence) - Method in interface org.asynchttpclient.Response
-
Return a
List
of the response header value. - 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
- getInputStream() - Method in class org.asynchttpclient.request.body.multipart.InputStreamPart
- 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
- 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 the local address that the client initiated the request from.
- getLocalAddress() - Method in interface org.asynchttpclient.ws.WebSocket
-
Get local address client initiated request from.
- getLoginConfiguration() - Method in class org.asynchttpclient.spnego.SpnegoEngine
- getLoginContextName() - Method in class org.asynchttpclient.Realm
- 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() - Method in class org.asynchttpclient.uri.Uri
- 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() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- getPartitionKey(Uri, String, ProxyServer) - Method in enum org.asynchttpclient.channel.ChannelPoolPartitioning.PerHostChannelPoolPartitioning
- getPartitionKey(Uri, String, ProxyServer) - Method in interface org.asynchttpclient.channel.ChannelPoolPartitioning
- getPassword() - Method in class org.asynchttpclient.Realm
- getPath() - Method in class org.asynchttpclient.uri.Uri
- getPooledConnectionIdleTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the maximum time 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 anAsyncHttpClient
- getProxyServerSelector() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- getProxyType() - Method in class org.asynchttpclient.proxy.ProxyServer
- 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
- getQueuedThreads() - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- 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 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 the remote address that the client initiated the request to.
- 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 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() - Method in interface org.asynchttpclient.Response
-
Return the entire response body as a String.
- 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.
- getResponseBodyAsByteBuf() - Method in class org.asynchttpclient.netty.NettyResponse
- getResponseBodyAsByteBuf() - Method in interface org.asynchttpclient.Response
-
Return the entire response body as a ByteBuf.
- getResponseBodyAsByteBuffer() - Method in class org.asynchttpclient.netty.NettyResponse
- getResponseBodyAsByteBuffer() - Method in interface org.asynchttpclient.Response
-
Return the entire response body as a ByteBuffer.
- getResponseBodyAsBytes() - Method in class org.asynchttpclient.netty.NettyResponse
- getResponseBodyAsBytes() - Method in interface org.asynchttpclient.Response
-
Return the entire response body as a byte[].
- getResponseBodyAsStream() - Method in class org.asynchttpclient.netty.NettyResponse
- getResponseBodyAsStream() - Method in interface org.asynchttpclient.Response
-
Returns an input stream for the response body.
- 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
- getSecuredPort() - Method in class org.asynchttpclient.proxy.ProxyServer
- getServicePrincipalName() - Method in class org.asynchttpclient.Realm
- 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.
- 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.
- 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
- getSubDomain(String) - Static method in class org.asynchttpclient.cookie.ThreadSafeCookieStore.DomainUtils
- getTargetRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- getThreadFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the
ThreadFactory
anAsyncHttpClient
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
- getUnderlying() - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
- 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
. - 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
- globalMaxConnectionSemaphore - Variable in class org.asynchttpclient.netty.channel.CombinedConnectionSemaphore
- GZIP_DEFLATE - Static variable in class org.asynchttpclient.util.HttpUtils
H
- handle(Callback[]) - Method in class org.asynchttpclient.spnego.NamePasswordCallbackHandler
- handleCallback(Callback) - Method in class org.asynchttpclient.spnego.NamePasswordCallbackHandler
- 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.Param
- hashCode() - Method in class org.asynchttpclient.uri.Uri
- HASHED_WHEEL_TIMER_SIZE - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- HASHED_WHEEL_TIMER_TICK_DURATION - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- 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
. - 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 eitherAsyncHandler.onStatusReceived(HttpResponseStatus)
orAsyncHandler.onHeadersReceived(HttpHeaders)
returnedAsyncHandler.State.ABORT
- 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
- head(String) - Static method in class org.asynchttpclient.Dsl
- HEAD - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
- headers - Variable in class org.asynchttpclient.RequestBuilderBase
- headers(HttpHeaders) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
- hostHeader(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 - org.asynchttpclient.proxy.ProxyType
- 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.
I
- incrementAndGet() - Method in class org.asynchttpclient.cookie.ThreadSafeCookieStore
- incrementAndGet() - Method in interface org.asynchttpclient.util.Counted
-
Increment counter and return the incremented value
- incrementAndGetCurrentRedirectCount() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- incrementRetryAndCheck() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- InfiniteSemaphore - Class in org.asynchttpclient.netty.channel
-
A java.util.concurrent.Semaphore that always has Integer.Integer.MAX_VALUE free permits
- 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 anInputStream
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
- InputStreamMultipartPart - Class in org.asynchttpclient.request.body.multipart.part
- InputStreamMultipartPart(InputStreamPart, byte[]) - Constructor for class org.asynchttpclient.request.body.multipart.part.InputStreamMultipartPart
- InputStreamPart - Class in org.asynchttpclient.request.body.multipart
- InputStreamPart(String, InputStream, String) - Constructor for class org.asynchttpclient.request.body.multipart.InputStreamPart
- InputStreamPart(String, InputStream, String, long) - Constructor for class org.asynchttpclient.request.body.multipart.InputStreamPart
- InputStreamPart(String, InputStream, String, long, String) - Constructor for class org.asynchttpclient.request.body.multipart.InputStreamPart
- InputStreamPart(String, InputStream, String, long, String, Charset) - Constructor for class org.asynchttpclient.request.body.multipart.InputStreamPart
- InputStreamPart(String, InputStream, String, long, String, Charset, String) - Constructor for class org.asynchttpclient.request.body.multipart.InputStreamPart
- InputStreamPart(String, InputStream, String, long, String, Charset, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.InputStreamPart
- instance(String, String, String, String, boolean, Map<String, String>, String) - Static method in class org.asynchttpclient.spnego.SpnegoEngine
- INSTANCE - org.asynchttpclient.channel.ChannelPoolPartitioning.PerHostChannelPoolPartitioning
- INSTANCE - org.asynchttpclient.channel.NoopChannelPool
- INSTANCE - org.asynchttpclient.resolver.RequestHostnameResolver
- 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.netty.channel.InfiniteSemaphore
- INSTANCE - Static variable in class org.asynchttpclient.ntlm.NtlmEngine
- 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 a 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
- isEnableAutomaticDecompression() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
If automatic content decompression is enabled.
- isEnableAutomaticDecompression() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- isEnableWebSocketCompression() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
- isEnableWebSocketCompression() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- isEndOfInput() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
- isFair() - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- 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(byte[]) - Static method in class org.asynchttpclient.util.MiscUtils
- isNonEmpty(Object[]) - Static method in class org.asynchttpclient.util.MiscUtils
- isNonEmpty(String) - 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
- 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.
- 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) - Method in class org.asynchttpclient.uri.Uri
- isSecured() - Method in class org.asynchttpclient.uri.Uri
- isSocks() - Method in enum org.asynchttpclient.proxy.ProxyType
- isSoKeepAlive() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
- isSoKeepAlive() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
- 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
- isUseCanonicalHostname() - 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
- isUseOnlyEpollNativeTransport() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
- isUseOnlyEpollNativeTransport() - 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(InetSocketAddress, Request, HttpRequest, HttpResponse) - Method in class org.asynchttpclient.channel.DefaultKeepAliveStrategy
-
Implemented in accordance with RFC 7230 section 6.1 ...
- keepAlive(InetSocketAddress, 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
- KERBEROS - org.asynchttpclient.Realm.AuthScheme
L
- last - Variable in class org.asynchttpclient.request.body.generator.BodyChunk
- LAZY - org.asynchttpclient.AsyncHttpClientConfig.ResponseBodyPartFactory
- 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
- 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
- LIFO - org.asynchttpclient.netty.channel.DefaultChannelPool.PoolLeaseStrategy
- 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() - 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
- 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
- MaxConnectionSemaphore - Class in org.asynchttpclient.netty.channel
-
Max connections limiter.
- maxConnectionsPerHost - Variable in class org.asynchttpclient.netty.channel.PerHostConnectionSemaphore
- 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
- 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
N
- NamePasswordCallbackHandler - Class in org.asynchttpclient.spnego
- NamePasswordCallbackHandler(String, String) - Constructor for class org.asynchttpclient.spnego.NamePasswordCallbackHandler
- NamePasswordCallbackHandler(String, String, String) - Constructor for class org.asynchttpclient.spnego.NamePasswordCallbackHandler
- 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
- NettyByteBufBody - Class in org.asynchttpclient.netty.request.body
- NettyByteBufBody(ByteBuf) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteBufBody
- NettyByteBufBody(ByteBuf, CharSequence) - Constructor for class org.asynchttpclient.netty.request.body.NettyByteBufBody
- 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, long, long, AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.request.body.NettyFileBody
- NettyFileBody(File, 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
- 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
- NEW - org.asynchttpclient.netty.channel.ChannelState
-
The channel is new
- newConnectionSemaphore(AsyncHttpClientConfig) - Method in interface org.asynchttpclient.netty.channel.ConnectionSemaphoreFactory
- newConnectionSemaphore(AsyncHttpClientConfig) - Method in class org.asynchttpclient.netty.channel.DefaultConnectionSemaphoreFactory
- newEventLoopGroup(int, ThreadFactory) - Method in interface org.asynchttpclient.netty.channel.TransportFactory
- 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 a 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
-
A
ChannelPool
implementation that doesn't pool anything. - NoopConnectionSemaphore - Class in org.asynchttpclient.netty.channel
-
No-op implementation of
ConnectionSemaphore
. - NoopConnectionSemaphore() - Constructor for class org.asynchttpclient.netty.channel.NoopConnectionSemaphore
- NTLM - org.asynchttpclient.Realm.AuthScheme
- 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
- 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
- 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 successfully transferred.
- onAllBytesReceived() - Method in class org.asynchttpclient.handler.resumable.ResumableRandomAccessFileListener
- 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.ws.WebSocketUpgradeHandler
- onBodyPartReceived0(HttpResponseBodyPart) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
- onBytesReceived(byte[]) - Method in interface org.asynchttpclient.handler.TransferListener
-
Invoked every time response's chunk are received.
- 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. - 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() - 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() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
- onCompleted(Response) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
Invoked once the HTTP response processing is finished.
- onCompleted(Response) - Method in class org.asynchttpclient.AsyncCompletionHandlerBase
- onCompleted(Response) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
- 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
- onContentWritten() - Method in interface org.asynchttpclient.handler.ProgressAsyncHandler
-
Invoked when the content (a
File
,String
orFileInputStream
) 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.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
orFileInputStream
) 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(NettyWebSocket) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
- onOpen(WebSocket) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
Invoked when the
WebSocket
is open. - 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.
- onRetry() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
- 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.ws.WebSocketUpgradeHandler
- onStatusReceived0(HttpResponseStatus) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
- onSuccess(Channel) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
- onSuccess(Channel, InetSocketAddress) - Method in class org.asynchttpclient.netty.channel.NettyConnectListener
- 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.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(SSLSession) - 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(ChannelFuture) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
- operationComplete(ChannelProgressiveFuture) - Method in class org.asynchttpclient.netty.request.WriteProgressListener
- 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.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.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 - Variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
- Part - Interface in org.asynchttpclient.request.body.multipart
- 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.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
- patchContentTypeWithBoundaryAttribute(String, byte[]) - Static method in class org.asynchttpclient.util.HttpUtils
- 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
- PerHostConnectionSemaphore - Class in org.asynchttpclient.netty.channel
-
Max per-host connections limiter.
- 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(Object) - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
- poll(Uri, String, ProxyServer, ChannelPoolPartitioning) - Method in class org.asynchttpclient.netty.channel.ChannelManager
- PoolAlreadyClosedException - Exception in org.asynchttpclient.exception
-
This exception is thrown when a channel pool is already closed.
- POOLED - org.asynchttpclient.netty.channel.ChannelState
-
The channel is open and pooled
- 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
- POST_CONTENT - org.asynchttpclient.request.body.multipart.part.MultipartState
- PRE_CONTENT - org.asynchttpclient.request.body.multipart.part.MultipartState
- 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 aRequest
- prepareRequest(Request) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
- prepareRequest(RequestBuilder) - Method in interface org.asynchttpclient.AsyncHttpClient
-
Construct a
RequestBuilder
using aRequestBuilder
- 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 - Variable in class org.asynchttpclient.RequestBuilderBase
- 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, Function<Request, HttpHeaders>) - Constructor for class org.asynchttpclient.proxy.ProxyServer
- ProxyServer(String, int, int, Realm, List<String>, ProxyType) - Constructor for class org.asynchttpclient.proxy.ProxyServer
- 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
- 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 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
- RAW - org.asynchttpclient.util.UriEncoder
- READ_TIMEOUT_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- readChunk(ByteBufAllocator) - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
- readChunk(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
-
Deprecated.
- readTimeout - Variable in class org.asynchttpclient.RequestBuilderBase
- ReadTimeoutTimerTask - Class in org.asynchttpclient.netty.timeout
- realm - Variable in class org.asynchttpclient.RequestBuilderBase
- 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.AuthScheme - Enum in org.asynchttpclient
- Realm.Builder - Class in org.asynchttpclient
-
A builder for
Realm
- RECONNECTED - org.asynchttpclient.netty.channel.ChannelState
-
The channel is reconnected
- recoverOnNettyDisconnectException(Throwable) - Static method in class org.asynchttpclient.netty.future.StackTraceInspector
- recoverOnReadOrWriteException(Throwable) - Static method in class org.asynchttpclient.netty.future.StackTraceInspector
- REDIRECT_STATUSES - Static variable in class org.asynchttpclient.netty.handler.intercept.Redirect30xInterceptor
- Redirect30xInterceptor - Class in org.asynchttpclient.netty.handler.intercept
- reducePermits(int) - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- registerOpenChannel(Channel) - Method in class org.asynchttpclient.netty.channel.ChannelManager
- release() - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- release(int) - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- releaseChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.CombinedConnectionSemaphore
- releaseChannelLock(Object) - Method in interface org.asynchttpclient.netty.channel.ConnectionSemaphore
- releaseChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.MaxConnectionSemaphore
- releaseChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.NoopConnectionSemaphore
- releaseChannelLock(Object) - Method in class org.asynchttpclient.netty.channel.PerHostConnectionSemaphore
- releaseGlobal(Object) - Method in class org.asynchttpclient.netty.channel.CombinedConnectionSemaphore
- ReleasePermitOnComplete - Class in org.asynchttpclient.filter
-
Wrapper for
AsyncHandler
s to release a permit onAsyncHandler.onCompleted()
. - 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
-
This exception is thrown when a channel is closed by remote host.
- remove(String) - Method in class org.asynchttpclient.handler.resumable.PropertiesBasedResumableProcessor
- remove(String) - Method in interface org.asynchttpclient.handler.resumable.ResumableAsyncHandler.ResumableProcessor
-
Remove the key associate value.
- 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
- 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
- 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
-
Remove a
WebSocketListener
- removeWebSocketListener(WebSocketListener) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler.Builder
-
Remove a
WebSocketListener
- replayRequest() - Method in class org.asynchttpclient.filter.FilterContext
- replayRequest(boolean) - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
- 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_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
- 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
- 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 anResumableIOExceptionFilter
, this handler can resume the download operation at the point it was before the interruption occurred. - ResumableAsyncHandler() - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
- ResumableAsyncHandler(boolean) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
- ResumableAsyncHandler(long) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
- ResumableAsyncHandler(long, AsyncHandler<Response>) - Constructor for class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
- ResumableAsyncHandler(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
- 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 aRandomAccessFile
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.cookie.CookieEvictionTask
- 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(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[]) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a full binary frame.
- sendBinaryFrame(byte[], boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- 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 class org.asynchttpclient.netty.ws.NettyWebSocket
- 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() - Method in interface org.asynchttpclient.ws.WebSocket
-
Send an empty close frame.
- sendCloseFrame(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendCloseFrame(int, String) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send an empty close frame.
- sendContinuationFrame(byte[], boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendContinuationFrame(byte[], boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a binary continuation frame.
- sendContinuationFrame(ByteBuf, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- 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).
- sendContinuationFrame(String, 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.
- sendNextRequest(Request, NettyResponseFuture<T>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
- sendPingFrame() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendPingFrame() - Method in interface org.asynchttpclient.ws.WebSocket
-
Send an empty ping frame
- sendPingFrame(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendPingFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a ping frame with a byte array payload (limited to 125 bytes or fewer).
- sendPingFrame(ByteBuf) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendPingFrame(ByteBuf) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a ping frame with a ByteBuf payload (limited to 125 bytes or fewer).
- sendPongFrame() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendPongFrame() - Method in interface org.asynchttpclient.ws.WebSocket
-
Send an empty pong frame
- sendPongFrame(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendPongFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a pong frame with a byte array payload (limited to 125 bytes or fewer).
- sendPongFrame(ByteBuf) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendPongFrame(ByteBuf) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a pong frame with a ByteBuf payload (limited to 125 bytes or fewer).
- sendRequest(Request, AsyncHandler<T>, NettyResponseFuture<T>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
- sendTextFrame(ByteBuf, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
- sendTextFrame(ByteBuf, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows sending a text frame with fragmentation or extension bits.
- sendTextFrame(String) - 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 class org.asynchttpclient.netty.ws.NettyWebSocket
- sendTextFrame(String, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows sending a text frame with fragmentation or extension bits.
- setAcquireFreeChannelTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
Sets the maximum duration in milliseconds to acquire a free channel to send a request
- 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(byte[]) - Method in class org.asynchttpclient.RequestBuilderBase
- setBody(ByteBuf) - Method in class org.asynchttpclient.RequestBuilderBase
- setBody(File) - Method in class org.asynchttpclient.RequestBuilderBase
- setBody(InputStream) - Method in class org.asynchttpclient.RequestBuilderBase
- setBody(String) - Method in class org.asynchttpclient.RequestBuilderBase
- setBody(ByteBuffer) - Method in class org.asynchttpclient.RequestBuilderBase
- setBody(List<byte[]>) - 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
-
If true, AHC will add Accept-Encoding HTTP header to each request
- setConnectAllowed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
- setConnectionPoolCleanerPeriod(Duration) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setConnectionSemaphoreFactory(ConnectionSemaphoreFactory) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setConnectionTtl(Duration) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setConnectTimeout(Duration) - 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(Function<Request, HttpHeaders>) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
- setCustomHeaders(List<Param>) - Method in class org.asynchttpclient.request.body.multipart.PartBase
- setCustomLoginConfig(Map<String, String>) - Method in class org.asynchttpclient.Realm.Builder
- 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
- setEnableAutomaticDecompression(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- 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
- setExpiredCookieEvictionDelay(int) - 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(List<Param>) - Method in class org.asynchttpclient.RequestBuilderBase
- setFormParams(Map<String, List<String>>) - Method in class org.asynchttpclient.RequestBuilderBase
- setHandshakeTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setHashedWheelSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setHashedWheelTickDuration(long) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setHeader(CharSequence, Iterable<?>) - Method in class org.asynchttpclient.RequestBuilderBase
-
Set multi-values header for the request
- setHeader(CharSequence, Object) - Method in class org.asynchttpclient.RequestBuilderBase
-
Set uni-value header for the request
- setHeader(CharSequence, String) - Method in class org.asynchttpclient.RequestBuilderBase
- setHeaders(HttpHeaders) - Method in class org.asynchttpclient.RequestBuilderBase
- setHeaders(Map<? extends 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 set up multivalued 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
- setLocalAddress(InetAddress) - Method in class org.asynchttpclient.RequestBuilderBase
- setLoginContextName(String) - Method in class org.asynchttpclient.Realm.Builder
- 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(Duration) - 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) - Method in class org.asynchttpclient.RequestBuilderBase
- setProxyServer(ProxyServer.Builder) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- 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(List<Param>) - Method in class org.asynchttpclient.RequestBuilderBase
- setQueryParams(Map<String, List<String>>) - Method in class org.asynchttpclient.RequestBuilderBase
- setRangeOffset(long) - Method in class org.asynchttpclient.RequestBuilderBase
- setReadTimeout(Duration) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setReadTimeout(Duration) - Method in class org.asynchttpclient.RequestBuilderBase
- setRealm(Realm) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
- setRealm(Realm) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setRealm(Realm) - Method in class org.asynchttpclient.netty.NettyResponseFuture
- setRealm(Realm) - Method in class org.asynchttpclient.RequestBuilderBase
- setRealm(Realm.Builder) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setRealm(Realm.Builder) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
- setRealm(Realm.Builder) - Method in class org.asynchttpclient.RequestBuilderBase
- setRealmName(String) - Method in class org.asynchttpclient.Realm.Builder
- setRequestTimeout(Duration) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setRequestTimeout(Duration) - 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
-
Set a
ResumableListener
- 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
- setServicePrincipalName(String) - Method in class org.asynchttpclient.Realm.Builder
- setShutdownQuietPeriod(Duration) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setShutdownTimeout(Duration) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- setSignatureCalculator(SignatureCalculator) - Method in class org.asynchttpclient.RequestBuilderBase
- setSignatureCalculator(SignatureCalculator) - Method in interface org.asynchttpclient.AsyncHttpClient
-
Set default signature calculator to use for requests built by this client instance
- setSignatureCalculator(SignatureCalculator) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
- setSingleHeaders(Map<? extends CharSequence, ?>) - Method in class org.asynchttpclient.RequestBuilderBase
-
Set single-value request headers using a map
headers
of pairs (Header name, Header value). - setSoKeepAlive(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
- 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
- setUseCanonicalHostname(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
- setUseOnlyEpollNativeTransport(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_KEEP_ALIVE_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- 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
- SOCKS_V4 - org.asynchttpclient.proxy.ProxyType
- SOCKS_V5 - org.asynchttpclient.proxy.ProxyType
- SPNEGO - org.asynchttpclient.Realm.AuthScheme
- SpnegoEngine - Class in org.asynchttpclient.spnego
-
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
- SpnegoEngine() - Constructor for class org.asynchttpclient.spnego.SpnegoEngine
- SpnegoEngine(String, String, String, String, boolean, Map<String, String>, String, SpnegoTokenGenerator) - 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
- startReadTimeout() - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
- state - Variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
- STOP - org.asynchttpclient.request.body.Body.BodyState
-
There's nothing to read and input has to stop
- streamData - Variable in class org.asynchttpclient.RequestBuilderBase
- STRICT_302_HANDLING_CONFIG - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigDefaults
- stringBuilder() - Method in class org.asynchttpclient.util.StringBuilderPool
-
BEWARE: MUSTN'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
- SUSPEND - org.asynchttpclient.request.body.Body.BodyState
-
There's nothing to read and input has to suspend
- 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
- ThreadSafeCookieStore.DomainUtils - Class in org.asynchttpclient.cookie
- 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
- toBuilder() - Method in interface org.asynchttpclient.Request
- toCompletableFuture() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
- toCompletableFuture() - Method in interface org.asynchttpclient.ListenableFuture
- toCompletableFuture() - Method in class org.asynchttpclient.netty.NettyResponseFuture
- toFullUrl() - Method in class org.asynchttpclient.uri.Uri
- toHexString(byte[]) - Static method in class org.asynchttpclient.util.StringUtils
- toJavaNetURI() - Method in class org.asynchttpclient.uri.Uri
- tooManyConnections - Variable in class org.asynchttpclient.netty.channel.MaxConnectionSemaphore
- TooManyConnectionsException - Exception in org.asynchttpclient.exception
-
This exception is thrown when too many connections are opened.
- TooManyConnectionsException(int) - Constructor for exception org.asynchttpclient.exception.TooManyConnectionsException
- tooManyConnectionsPerHost - Variable in class org.asynchttpclient.netty.channel.PerHostConnectionSemaphore
- TooManyConnectionsPerHostException - Exception in org.asynchttpclient.exception
-
This exception is thrown when too many connections are opened to a remote host.
- 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.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
- 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(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
- transferContentTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.InputStreamMultipartPart
- transferContentTo(ByteBuf) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
- transferContentTo(ByteBuf) - 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.ByteArrayMultipartPart
- transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
- transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.InputStreamMultipartPart
- transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
- transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
- transferContentTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
- TransferListener - Interface in org.asynchttpclient.handler
-
A simple interface an application can implement 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(ByteBuf) - 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.MultipartBody
- transferTo(WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
- 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.
- TransportFactory<C extends io.netty.channel.Channel,L extends io.netty.channel.EventLoopGroup> - Interface in org.asynchttpclient.netty.channel
- tryAcquire() - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- tryAcquire(int) - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- tryAcquire(int, long, TimeUnit) - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- tryAcquire(long, TimeUnit) - Method in class org.asynchttpclient.netty.channel.InfiniteSemaphore
- tryToOfferChannelToPool(Channel, AsyncHandler<?>, boolean, Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
U
- UNAUTHORIZED_401 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
- Unauthorized401Interceptor - Class in org.asynchttpclient.netty.handler.intercept
- 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, String) - Constructor for class org.asynchttpclient.uri.Uri
- uriEncoder - Variable in class org.asynchttpclient.RequestBuilderBase
- uriEncoder(boolean) - Static method in enum org.asynchttpclient.util.UriEncoder
- UriEncoder - Enum in org.asynchttpclient.util
- 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_ONLY_EPOLL_NATIVE_TRANSPORT - 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.uri.Uri
- value() - Method in annotation type org.asynchttpclient.util.EnsuresNonNull
- 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
- 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
-
Build a
WebSocketUpgradeHandler
- WebSocketUtils - Class in org.asynchttpclient.ws
- 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.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
- 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
All Classes All Packages