- calculateAndAddSignature(Request, RequestBuilderBase<?>) - Method in class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
- calculateAndAddSignature(Request, RequestBuilderBase<?>) - Method in interface org.asynchttpclient.SignatureCalculator
-
- calculateSignature(String, Uri, long, String, List<Param>, List<Param>) - Method in class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
Method for calculating OAuth signature using HMAC/SHA-1 method.
- call() - Method in class org.asynchttpclient.netty.Callback
-
- Callback - Class in org.asynchttpclient.netty
-
- Callback(NettyResponseFuture<?>) - Constructor for class org.asynchttpclient.netty.Callback
-
- canBeReplayed() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
Return true if the
Future
can be recovered.
- cancel(boolean) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- cancel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- cancel() - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
-
- cancelled() - Method in class org.asynchttpclient.netty.handler.StreamedResponsePublisher
-
- cancelTimeouts() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- canRetry() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- channel() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- channel - Variable in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- channelActive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- ChannelClosedException - Exception in org.asynchttpclient.exception
-
- channelInactive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- ChannelManager - Class in org.asynchttpclient.netty.channel
-
- ChannelManager(AsyncHttpClientConfig, Timer) - Constructor for class org.asynchttpclient.netty.channel.ChannelManager
-
- channelManager - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- ChannelPool - Interface in org.asynchttpclient.channel
-
- ChannelPoolPartitioning - Interface in org.asynchttpclient.channel
-
- channelPoolPartitioning - Variable in class org.asynchttpclient.RequestBuilderBase
-
- ChannelPoolPartitioning.PerHostChannelPoolPartitioning - Enum in org.asynchttpclient.channel
-
- ChannelPoolPartitioning.ProxyPartitionKey - Class in org.asynchttpclient.channel
-
- ChannelPoolPartitionSelector - Interface in org.asynchttpclient.channel
-
- channelRead(ChannelHandlerContext, Object) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- Channels - Class in org.asynchttpclient.netty.channel
-
- Channels() - Constructor for class org.asynchttpclient.netty.channel.Channels
-
- ChannelState - Enum in org.asynchttpclient.netty.channel
-
- charAt(int) - Method in class org.asynchttpclient.util.StringCharSequence
-
- 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
-
- CHARSET_BYTES - Static variable in interface org.asynchttpclient.request.body.multipart.Part
-
Content charset as a byte array
- 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.
- CleanupChannelGroup - Class in org.asynchttpclient.netty.channel
-
Extension of
DefaultChannelGroup
that's used mainly as a cleanup container, where
CleanupChannelGroup.close()
is only
supposed to be called once.
- CleanupChannelGroup() - Constructor for class org.asynchttpclient.netty.channel.CleanupChannelGroup
-
- CleanupChannelGroup(String) - Constructor for class org.asynchttpclient.netty.channel.CleanupChannelGroup
-
- 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.channel.CleanupChannelGroup
-
- close() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
-
- close() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- close(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- close() - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody
-
- close() - Method in class org.asynchttpclient.request.body.generator.PushBody
-
- close() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
- closeChannel(Channel) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- closeOut() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
- closeSilently(Closeable) - Static method in class org.asynchttpclient.util.MiscUtils
-
- CompletedFailure(Throwable) - Constructor for class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- CompletedFailure(String, Throwable) - Constructor for class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- compositeByteData - Variable in class org.asynchttpclient.RequestBuilderBase
-
- computeBasicAuthentication(Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- 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(Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- computeRealmURI(Uri, boolean, boolean) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- Config() - Constructor for class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- config() - Static method in class org.asynchttpclient.Dsl
-
- config - Variable in class org.asynchttpclient.HttpResponseStatus
-
- config - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- configureBootstraps(NettyRequestSender) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- configureSslEngine(SSLEngine, AsyncHttpClientConfig) - Method in class org.asynchttpclient.netty.ssl.SslEngineFactoryBase
-
- connect(Bootstrap, NettyConnectListener<?>) - Method in class org.asynchttpclient.netty.request.NettyChannelConnector
-
- CONNECT - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- ConnectSuccessInterceptor - Class in org.asynchttpclient.netty.handler.intercept
-
- ConnectSuccessInterceptor(ChannelManager, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.intercept.ConnectSuccessInterceptor
-
- consumerAuth - Variable in class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
- ConsumerKey - Class in org.asynchttpclient.oauth
-
Value class for OAuth consumer keys.
- ConsumerKey(String, String) - Constructor for class org.asynchttpclient.oauth.ConsumerKey
-
- CONTENT_DISPOSITION_BYTES - Static variable in interface org.asynchttpclient.request.body.multipart.Part
-
Content dispostion as a byte array
- CONTENT_ID_BYTES - Static variable in interface org.asynchttpclient.request.body.multipart.Part
-
Content type header as a byte array
- CONTENT_TRANSFER_ENCODING_BYTES - Static variable in interface org.asynchttpclient.request.body.multipart.Part
-
Content type header as a byte array
- CONTENT_TYPE_BYTES - Static variable in interface org.asynchttpclient.request.body.multipart.Part
-
Content type header as a byte array
- contentLength - Variable in class org.asynchttpclient.RequestBuilderBase
-
- Continue100Interceptor - Class in org.asynchttpclient.netty.handler.intercept
-
- Continue100Interceptor(NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.intercept.Continue100Interceptor
-
- CONTINUE_100 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
-
- Cookie - Class in org.asynchttpclient.cookie
-
- Cookie(String, String, boolean, String, String, long, boolean, boolean) - Constructor for class org.asynchttpclient.cookie.Cookie
-
- CookieDecoder - Class in org.asynchttpclient.cookie
-
- CookieDecoder() - Constructor for class org.asynchttpclient.cookie.CookieDecoder
-
- CookieEncoder - Class in org.asynchttpclient.cookie
-
- cookies - Variable in class org.asynchttpclient.RequestBuilderBase
-
- CookieUtil - Class in org.asynchttpclient.cookie
-
- count() - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
-
- CounterPartVisitor() - Constructor for class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor
-
- create(String) - Static method in class org.asynchttpclient.uri.Uri
-
- create(Uri, String) - Static method in class org.asynchttpclient.uri.Uri
-
- createBody() - Method in interface org.asynchttpclient.request.body.generator.BodyGenerator
-
Creates a new instance of the request body to be read.
- createBody() - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator
-
Creates a new instance of the request body to be read.
- createBody() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
-
Creates a new instance of the request body to be read.
- createBody() - Method in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
-
Creates a new instance of the request body to be read.
- createBody() - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
-
- createBody() - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
-
- createProxyServerSelector(Properties) - Static method in class org.asynchttpclient.util.ProxyUtils
-
Creates a proxy server instance from the given properties.
- createProxyServerSelector(ProxySelector) - Static method in class org.asynchttpclient.util.ProxyUtils
-
Create a proxy server selector based on the passed in JDK proxy selector.
- createProxyServerSelector(ProxyServer) - Static method in class org.asynchttpclient.util.ProxyUtils
-
Create a proxy server selector that always selects a single proxy server.
- createRandomBytes(int) - Static method in class org.asynchttpclient.ws.WebSocketUtils
-
- createRandomNumber(int, int) - Static method in class org.asynchttpclient.ws.WebSocketUtils
-
- CRLF_BYTES - Static variable in interface org.asynchttpclient.request.body.multipart.Part
-
Carriage return/linefeed as a byte array
- CUSTOM_AHC_PROPERTIES - Static variable in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- generateMultipartParts(List<Part>, byte[]) - Static method in class org.asynchttpclient.request.body.multipart.MultipartUtils
-
- generateNonce() - Method in class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
- generateSpnegoDERObject(byte[]) - Method in interface org.asynchttpclient.spnego.SpnegoTokenGenerator
-
- generateTimestamp() - Method in class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
- generateToken(String) - Method in class org.asynchttpclient.spnego.SpnegoEngine
-
- generateType1Msg() - Method in class org.asynchttpclient.ntlm.NtlmEngine
-
Creates the first message (type 1 message) in the NTLM authentication
sequence.
- generateType3Msg(String, String, String, String, String) - Method in class org.asynchttpclient.ntlm.NtlmEngine
-
- get(String) - Static method in class org.asynchttpclient.Dsl
-
- get() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- get(long, TimeUnit) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- get() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- get(long, TimeUnit) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- GET - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- getAcceptKey(String) - Static method in class org.asynchttpclient.ws.WebSocketUtils
-
- getAddress() - Method in class org.asynchttpclient.DefaultRequest
-
- getAddress() - Method in interface org.asynchttpclient.Request
-
Return the InetAddress to override
- getAhcVersion() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getAhcVersion() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getAlgorithm() - Method in class org.asynchttpclient.Realm
-
- getAndSetStatusReceived(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getAsapResponse() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler.BodyDeferringInputStream
-
- getAsyncHandler() - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
-
- getAsyncHandler() - Method in class org.asynchttpclient.filter.FilterContext
-
- getAsyncHandler() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getAsyncHttpClientConfig() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper
-
- getAttribute(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
-
- getAuthority(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
-
- getBaseUrl(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
-
- getBody() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
-
- getBody() - Method in class org.asynchttpclient.netty.request.NettyRequest
-
- getBodyAsXML() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getBodyByteBuffer() - Method in class org.asynchttpclient.HttpResponseBodyPart
-
- getBodyByteBuffer() - Method in class org.asynchttpclient.netty.EagerResponseBodyPart
-
- getBodyByteBuffer() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
-
- getBodyGenerator() - Method in class org.asynchttpclient.DefaultRequest
-
- getBodyGenerator() - Method in interface org.asynchttpclient.Request
-
Return the current request's body generator.
- 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
-
- getBoolean(String, boolean) - Static method in class org.asynchttpclient.util.MiscUtils
-
- getBootstrap(Uri, ProxyServer) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- getBoundary() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
-
- getBuf() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
-
- getByteBufferData() - Method in class org.asynchttpclient.DefaultRequest
-
- getByteBufferData() - Method in interface org.asynchttpclient.Request
-
Return the current request's body as a ByteBuffer
- getByteData() - Method in class org.asynchttpclient.DefaultRequest
-
- getByteData() - Method in interface org.asynchttpclient.Request
-
Return the current request's body as a byte array
- 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
-
Return the charset value used when decoding the request's body.
- getChunkedFileChunkSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getChunkedFileChunkSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getCnonce() - Method in class org.asynchttpclient.Realm
-
- getCompositeByteData() - Method in class org.asynchttpclient.DefaultRequest
-
- getCompositeByteData() - Method in interface org.asynchttpclient.Request
-
- getConnectionPoolPartitioning() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getConnectionTtl() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the maximum time in millisecond an
AsyncHttpClient
will keep connection in the pool, or -1 to keep connection while possible.
- getConnectionTtl() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getConnectTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the maximum time in millisecond an
AsyncHttpClient
can wait when connecting to a remote host
- getConnectTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getContentId() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Return the content ID of this part.
- getContentId() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getContentLength() - Method in class org.asynchttpclient.DefaultRequest
-
- getContentLength() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyByteArrayBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyReactiveStreamsBody
-
- getContentLength() - Method in interface org.asynchttpclient.request.body.Body
-
Gets the length of the body.
- getContentLength() - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody
-
- getContentLength() - Method in class org.asynchttpclient.request.body.generator.PushBody
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
- getContentLength() - Method in interface org.asynchttpclient.Request
-
Return the current size of the content-lenght header based on the body's size.
- getContentType() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getContentType() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
-
- getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
-
- getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyByteArrayBody
-
- getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
-
- getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
-
- getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
-
- getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
-
- getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyMultipartBody
-
- getContentType() - Method in class org.asynchttpclient.netty.request.body.NettyReactiveStreamsBody
-
- getContentType() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
-
- getContentType() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Returns the content type of this part.
- getContentType() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getContentType() - Method in interface org.asynchttpclient.Response
-
Return the content-type header value.
- getContentType() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getCookies() - Method in class org.asynchttpclient.DefaultRequest
-
- getCookies() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getCookies() - Method in interface org.asynchttpclient.Request
-
Return cookies.
- getCookies() - Method in interface org.asynchttpclient.Response
-
- getCookies() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getCount() - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor
-
- getCurrentRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getCustomHeaders() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
- getCustomHeaders() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getDispositionType() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Gets the disposition-type to be used in Content-Disposition header
- getDispositionType() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getDomain() - Method in class org.asynchttpclient.cookie.Cookie
-
- 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.DefaultAsyncHttpClientConfig
-
- 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
-
Return the
File
to upload.
- getFileName() - Method in class org.asynchttpclient.request.body.multipart.FileLikePart
-
- getFollowRedirect() - Method in class org.asynchttpclient.DefaultRequest
-
- getFollowRedirect() - Method in interface org.asynchttpclient.Request
-
Return follow redirect
- getFormParams() - Method in class org.asynchttpclient.DefaultRequest
-
- getFormParams() - Method in interface org.asynchttpclient.Request
-
Return the current form parameters.
- getHandshakeTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getHandshakeTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getHeader(String) - Method in class org.asynchttpclient.netty.NettyResponse
-
- getHeader(String) - Method in interface org.asynchttpclient.Response
-
- getHeader(String) - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getHeaders() - Method in class org.asynchttpclient.DefaultRequest
-
- getHeaders() - Method in class org.asynchttpclient.HttpResponseHeaders
-
- getHeaders(String) - Method in class org.asynchttpclient.netty.NettyResponse
-
- getHeaders() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getHeaders() - Method in interface org.asynchttpclient.Request
-
Return the current set of Headers.
- getHeaders(String) - Method in interface org.asynchttpclient.Response
-
Return a
List
of the response header value.
- getHeaders() - Method in interface org.asynchttpclient.Response
-
- getHeaders(String) - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getHeaders() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getHeaderWithPrefix(List<String>, String) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- getHost() - Method in class org.asynchttpclient.proxy.ProxyServer
-
- getHost() - Method in class org.asynchttpclient.uri.Uri
-
- getHttpAdditionalChannelInitializer() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getHttpAdditionalChannelInitializer() - 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
-
- getInAuth() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getInProxyAuth() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getInputStream() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
-
- getInputStream() - Method in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
-
- getInt(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- getInteger(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- getIOException() - Method in class org.asynchttpclient.filter.FilterContext
-
- getIoExceptionFilters() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getIoExceptionFilters() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getJdkDefaultProxyServerSelector() - Static method in class org.asynchttpclient.util.ProxyUtils
-
Get a proxy server selector based on the JDK default proxy selector.
- getKeepAliveStrategy() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getKeepAliveStrategy() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getKey() - Method in class org.asynchttpclient.oauth.ConsumerKey
-
- getKey() - Method in class org.asynchttpclient.oauth.RequestToken
-
- getKey() - Static method in class org.asynchttpclient.ws.WebSocketUtils
-
- getLastResponse() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler.BodyDeferringInputStream
-
Delegates to Future$lt;Response>#get()
method.
- getLastTouch() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getLocalAddress() - Method in class org.asynchttpclient.DefaultRequest
-
- getLocalAddress() - Method in class org.asynchttpclient.HttpResponseStatus
-
Get local address client initiated request from.
- getLocalAddress() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getLocalAddress() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
- getLocalAddress() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- getLocalAddress() - Method in interface org.asynchttpclient.Request
-
- getLocalAddress() - Method in interface org.asynchttpclient.Response
-
Get local address client initiated request from.
- getLocalAddress() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getLocalAddress() - Method in interface org.asynchttpclient.ws.WebSocket
-
Get local address client initiated request from.
- getLong(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- getMaxAge() - Method in class org.asynchttpclient.cookie.Cookie
-
- getMaxConnections() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- 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
-
Return the request's method name (GET, POST, etc.)
- getMethodName() - Method in class org.asynchttpclient.Realm
-
- getName() - Method in class org.asynchttpclient.cookie.Cookie
-
- getName() - Method in class org.asynchttpclient.Param
-
- getName() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Return the name of this part.
- getName() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getNameResolver() - Method in class org.asynchttpclient.DefaultRequest
-
- getNameResolver() - Method in interface org.asynchttpclient.Request
-
- getNc() - Method in class org.asynchttpclient.Realm
-
- getNettyRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getNettyTimer() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getNettyTimer() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getNonce() - Method in class org.asynchttpclient.Realm
-
- getNonEmptyPath(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
-
- getNonProxyHosts() - Method in class org.asynchttpclient.proxy.ProxyServer
-
- getNtlmDomain() - Method in class org.asynchttpclient.Realm
-
Return the NTLM domain to use.
- getNtlmHost() - Method in class org.asynchttpclient.Realm
-
Return the NTLM host.
- getOffset() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
-
- getOpaque() - Method in class org.asynchttpclient.Realm
-
- getPartitionKey(Uri, String, ProxyServer) - Method in interface org.asynchttpclient.channel.ChannelPoolPartitioning
-
- getPartitionKey(Uri, String, ProxyServer) - Method in enum org.asynchttpclient.channel.ChannelPoolPartitioning.PerHostChannelPoolPartitioning
-
- getPartitionKey() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getPassword() - Method in class org.asynchttpclient.Realm
-
- getPath() - Method in class org.asynchttpclient.cookie.Cookie
-
- getPath() - Method in class org.asynchttpclient.uri.Uri
-
- getPooledConnectionIdleTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the maximum time in millisecond an
AsyncHttpClient
will keep connection in pool.
- getPooledConnectionIdleTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getPort() - Method in class org.asynchttpclient.proxy.ProxyServer
-
- getPort() - Method in class org.asynchttpclient.uri.Uri
-
- getPrincipal() - Method in class org.asynchttpclient.Realm
-
- getProtocolMajorVersion() - Method in class org.asynchttpclient.HttpResponseStatus
-
Protocol major version.
- getProtocolMajorVersion() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
- getProtocolMinorVersion() - Method in class org.asynchttpclient.HttpResponseStatus
-
Protocol minor version.
- getProtocolMinorVersion() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
- getProtocolName() - Method in class org.asynchttpclient.HttpResponseStatus
-
Protocol name from status line.
- getProtocolName() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
- getProtocolText() - Method in class org.asynchttpclient.HttpResponseStatus
-
Full protocol name + version
- getProtocolText() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
- getProxyRealm() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getProxyServer() - Method in class org.asynchttpclient.DefaultRequest
-
- getProxyServer() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getProxyServer() - Method in interface org.asynchttpclient.Request
-
- getProxyServer(AsyncHttpClientConfig, Request) - Static method in class org.asynchttpclient.util.ProxyUtils
-
- getProxyServerSelector() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getProxyServerSelector() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getPublisher() - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
-
- getQop() - Method in class org.asynchttpclient.Realm
-
- getQuery() - Method in class org.asynchttpclient.uri.Uri
-
- getQueryParams() - Method in class org.asynchttpclient.DefaultRequest
-
- getQueryParams() - Method in interface org.asynchttpclient.Request
-
Return the query params.
- getRangeOffset() - Method in class org.asynchttpclient.DefaultRequest
-
- getRangeOffset() - Method in interface org.asynchttpclient.Request
-
Return the HTTP Range header value, or
- getReadTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getReadTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getRealm() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getRealm() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getRealm() - Method in class org.asynchttpclient.DefaultRequest
-
- getRealm() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getRealm() - Method in class org.asynchttpclient.proxy.ProxyServer
-
- getRealm() - Method in interface org.asynchttpclient.Request
-
- getRealmName() - Method in class org.asynchttpclient.Realm
-
- getRegionLength() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
-
- getRegionSeek() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
-
- getRemoteAddress() - Method in class org.asynchttpclient.HttpResponseStatus
-
Get remote address client initiated request to.
- getRemoteAddress() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getRemoteAddress() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
- getRemoteAddress() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- getRemoteAddress() - Method in interface org.asynchttpclient.Response
-
Get remote address client initiated request to.
- getRemoteAddress() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getRemoteAddress() - Method in interface org.asynchttpclient.ws.WebSocket
-
Get remote address client initiated request to.
- getRequest() - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
-
- getRequest() - Method in class org.asynchttpclient.filter.FilterContext
-
- getRequestFilters() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getRequestFilters() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getRequestTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the maximum time in millisecond an
AsyncHttpClient
waits until the response is completed.
- getRequestTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getRequestTimeout() - Method in class org.asynchttpclient.DefaultRequest
-
- getRequestTimeout() - Method in interface org.asynchttpclient.Request
-
Overrides the config default value
- getResponse() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
This method -- unlike Future<Reponse>.get() -- will block only as long,
as headers arrive.
- getResponse() - Method in class org.asynchttpclient.Realm
-
- getResponseBody() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getResponseBody(Charset) - Method in class org.asynchttpclient.netty.NettyResponse
-
- getResponseBody(Charset) - Method in interface org.asynchttpclient.Response
-
Return the entire response body as a String.
- getResponseBody() - Method in interface org.asynchttpclient.Response
-
Return the entire response body as a String.
- getResponseBody() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getResponseBody(Charset) - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getResponseBodyAsByteBuffer() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getResponseBodyAsByteBuffer() - Method in interface org.asynchttpclient.Response
-
Return the entire response body as a ByteBuffer.
- getResponseBodyAsByteBuffer() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getResponseBodyAsBytes() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getResponseBodyAsBytes() - Method in interface org.asynchttpclient.Response
-
Return the entire response body as a byte[].
- getResponseBodyAsBytes() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getResponseBodyAsStream() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getResponseBodyAsStream() - Method in interface org.asynchttpclient.Response
-
Returns an input stream for the response body.
- getResponseBodyAsStream() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getResponseBodyPartFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getResponseBodyPartFactory() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getResponseFilters() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getResponseFilters() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getResponseHeaders() - Method in class org.asynchttpclient.filter.FilterContext
-
- getResponseStatus() - Method in class org.asynchttpclient.filter.FilterContext
-
- getScheme() - Method in class org.asynchttpclient.Realm
-
- getScheme() - Method in class org.asynchttpclient.uri.Uri
-
- getSchemeDefaultPort() - Method in class org.asynchttpclient.uri.Uri
-
- getSecret() - Method in class org.asynchttpclient.oauth.ConsumerKey
-
- getSecret() - Method in class org.asynchttpclient.oauth.RequestToken
-
- getSecuredPort() - Method in class org.asynchttpclient.proxy.ProxyServer
-
- getShutdownQuietPeriod() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getShutdownQuietPeriod() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getShutdownTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getShutdownTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- 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
-
- getStatusCode() - Method in class org.asynchttpclient.HttpResponseStatus
-
Return the response status code
- getStatusCode() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getStatusCode() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
Return the response status code
- getStatusCode() - Method in interface org.asynchttpclient.Response
-
Returns the status code for the request.
- getStatusCode() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getStatusText() - Method in class org.asynchttpclient.HttpResponseStatus
-
Return the response status text
- getStatusText() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getStatusText() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
Return the response status text
- getStatusText() - Method in interface org.asynchttpclient.Response
-
Returns the status text for the request.
- getStatusText() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getStreamData() - Method in class org.asynchttpclient.DefaultRequest
-
- getStreamData() - Method in interface org.asynchttpclient.Request
-
Return the current request's body as an InputStream
- 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
-
Return the current request's body as a string
- getTargetRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getThreadFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- 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
-
- 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
-
- getUri() - Method in class org.asynchttpclient.DefaultRequest
-
- getUri() - Method in class org.asynchttpclient.HttpResponseStatus
-
- 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
-
- getUri() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getUrl() - Method in class org.asynchttpclient.DefaultRequest
-
- getUrl() - Method in interface org.asynchttpclient.Request
-
- getUserAgent() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the USER_AGENT header value
- getUserAgent() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getUserInfo() - Method in class org.asynchttpclient.uri.Uri
-
- getValue() - Method in class org.asynchttpclient.cookie.Cookie
-
- 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
-
Return the virtual host value.
- 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
-
- GZIP_DEFLATE - Static variable in class org.asynchttpclient.netty.request.NettyRequestFactory
-
- OAuthSignatureCalculator - Class in org.asynchttpclient.oauth
-
Simple OAuth signature calculator that can used for constructing client signatures
for accessing services that use OAuth for authorization.
- OAuthSignatureCalculator(ConsumerKey, RequestToken) - Constructor for class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
- offer(Channel, Object) - Method in interface org.asynchttpclient.channel.ChannelPool
-
Add a channel to the pool
- offer(Channel, Object) - Method in enum org.asynchttpclient.channel.NoopChannelPool
-
- offer(Channel, Object) - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
-
Add a channel to the pool
- offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.BoundedQueueFeedableBodyGenerator
-
- offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
-
- offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.UnboundedQueueFeedableBodyGenerator
-
- OK_200 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
-
- onAllBytesReceived() - Method in interface org.asynchttpclient.handler.resumable.ResumableListener
-
Invoked when all the bytes has been sucessfully transferred.
- onAllBytesReceived() - Method in class org.asynchttpclient.handler.resumable.ResumableRandomAccessFileListener
-
Invoked when all the bytes has been sucessfully transferred.
- onBinaryFragment(HttpResponseBodyPart) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
Invoked as soon as some response body part are received.
- 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.filter.AsyncHandlerWrapper
-
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
-
Invoked as soon as some response body part are received.
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked as soon as some response body part are received.
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
Invoked as soon as some response body part 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.
- onBytesReceived(byte[]) - Method in interface org.asynchttpclient.handler.TransferListener
-
Invoked every time response's chunk are received.
- onBytesSent(long, long, long) - Method in interface org.asynchttpclient.handler.TransferListener
-
Invoked every time request's chunk are sent.
- onClose(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onClose(WebSocket) - Method in class org.asynchttpclient.ws.DefaultWebSocketListener
-
- onClose(WebSocket, int, String) - Method in interface org.asynchttpclient.ws.WebSocketCloseCodeReasonListener
-
- onClose(WebSocket) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
- onClose(WebSocket, int, String) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- onCompleted() - Method in class org.asynchttpclient.AsyncCompletionHandler
-
Invoked once the HTTP response processing is finished.
- onCompleted(Response) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
Invoked once the HTTP response processing is finished.
- onCompleted(Response) - Method in class org.asynchttpclient.AsyncCompletionHandlerBase
-
Invoked once the HTTP response processing is finished.
- onCompleted() - Method in interface org.asynchttpclient.AsyncHandler
-
Invoked once the HTTP response processing is finished.
- onCompleted() - Method in class org.asynchttpclient.filter.AsyncHandlerWrapper
-
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
-
Invoked once the HTTP response processing is finished.
- onCompleted(Response) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onCompleted() - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked once the HTTP response processing is finished.
- onCompleted(WebDavResponse) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked once the HTTP response has been fully read.
- onCompleted() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
Invoked once the HTTP response processing is finished.
- onConnectionOffer(Channel) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback when trying to offer a connection to the pool.
- onConnectionOffer(Channel) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onConnectionPoolAttempt() - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback when trying to fetch a connection from the pool.
- onConnectionPoolAttempt() - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onConnectionPooled(Channel) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback when a new connection was successfully fetched from the pool.
- onConnectionPooled(Channel) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- 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
-
- 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 class org.asynchttpclient.ws.DefaultWebSocketListener
-
- onError(Throwable) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
- 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
-
- onFailure(Throwable) - Method in interface org.asynchttpclient.ws.UpgradeHandler
-
If the upgrade fail.
- onFailure(Throwable) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
If the upgrade fail.
- onFragment(HttpResponseBodyPart) - Method in interface org.asynchttpclient.ws.WebSocketByteFragmentListener
-
- onFragment(HttpResponseBodyPart) - Method in interface org.asynchttpclient.ws.WebSocketTextFragmentListener
-
- onHeadersReceived(HttpResponseHeaders) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
Invoked as soon as the HTTP headers has been received.
- onHeadersReceived(HttpResponseHeaders) - Method in interface org.asynchttpclient.AsyncHandler
-
Invoked as soon as the HTTP headers has been received.
- onHeadersReceived(HttpResponseHeaders) - Method in class org.asynchttpclient.filter.AsyncHandlerWrapper
-
Invoked as soon as the HTTP headers has been received.
- onHeadersReceived(HttpResponseHeaders) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
- onHeadersReceived(HttpResponseHeaders) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
-
Invoked as soon as the HTTP headers has been received.
- onHeadersReceived(HttpResponseHeaders) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onHeadersReceived(HttpResponseHeaders) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked as soon as the HTTP headers has been received.
- onHeadersReceived(HttpResponseHeaders) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
Invoked as soon as the HTTP headers has been received.
- onHeadersWritten() - Method in class org.asynchttpclient.AsyncCompletionHandler
-
- onHeadersWritten() - Method in interface org.asynchttpclient.handler.ProgressAsyncHandler
-
- onHeadersWritten() - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onHostnameResolutionAttempt(String) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback before hostname resolution
- onHostnameResolutionAttempt(String) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onHostnameResolutionFailure(String, Throwable) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback after hostname resolution failed.
- onHostnameResolutionFailure(String, Throwable) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onHostnameResolutionSuccess(String, List<InetSocketAddress>) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback after hostname resolution was successful.
- onHostnameResolutionSuccess(String, List<InetSocketAddress>) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onMessage(byte[]) - Method in class org.asynchttpclient.ws.DefaultWebSocketListener
-
Invoked when bytes are available.
- onMessage(String) - Method in class org.asynchttpclient.ws.DefaultWebSocketListener
-
Invoked when WebSocket text message are received.
- onMessage(byte[]) - Method in interface org.asynchttpclient.ws.WebSocketByteListener
-
Invoked when bytes are available.
- onMessage(String) - Method in interface org.asynchttpclient.ws.WebSocketTextListener
-
Invoked when WebSocket text message are received.
- onOpen(WebSocket) - Method in class org.asynchttpclient.ws.DefaultWebSocketListener
-
- onOpen(WebSocket) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
- onPing(HttpResponseBodyPart) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onPing(byte[]) - Method in class org.asynchttpclient.ws.DefaultWebSocketListener
-
Invoked when a ping message is received
- onPing(byte[]) - Method in interface org.asynchttpclient.ws.WebSocketPingListener
-
Invoked when a ping message is received
- onPong(HttpResponseBodyPart) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onPong(byte[]) - Method in class org.asynchttpclient.ws.DefaultWebSocketListener
-
Invoked when a pong message is received
- onPong(byte[]) - Method in interface org.asynchttpclient.ws.WebSocketPongListener
-
Invoked when a pong message 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.handler.AsyncHandlerExtensions
-
Notify the callback when a request is being written on the channel.
- onRequestSend(NettyRequest) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- 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.handler.AsyncHandlerExtensions
-
Notify the callback every time a request is being retried.
- onRetry() - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
Invoked as soon as the HTTP status line has been received
- 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.filter.AsyncHandlerWrapper
-
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
-
Invoked as soon as the HTTP status line has been received
- onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked as soon as the HTTP status line has been received
- onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
Invoked as soon as the HTTP status line has been received
- onStream(Publisher<HttpResponseBodyPart>) - Method in interface org.asynchttpclient.handler.StreamedAsyncHandler
-
Called when the body is received.
- onSuccess(Channel) - Method in class org.asynchttpclient.netty.channel.NettyConnectListener
-
- onSuccess(Channel) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
-
- onSuccess(V) - Method in class org.asynchttpclient.netty.SimpleFutureListener
-
- onSuccess(T) - Method in interface org.asynchttpclient.ws.UpgradeHandler
-
If the HTTP Upgrade succeed (response's status code equals 101), the
AsyncHttpClient
will invoke that method.
- onSuccess(WebSocket) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
If the HTTP Upgrade succeed (response's status code equals 101), the
AsyncHttpClient
will invoke that method.
- onTcpConnectAttempt(InetSocketAddress) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback when trying to open a new connection.
- onTcpConnectAttempt(InetSocketAddress) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onTcpConnectFailure(InetSocketAddress, Throwable) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback after a failed connect.
- onTcpConnectFailure(InetSocketAddress, Throwable) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onTcpConnectSuccess(InetSocketAddress, Channel) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback after a successful connect
- onTcpConnectSuccess(InetSocketAddress, Channel) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onTextFragment(HttpResponseBodyPart) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onThrowable(Throwable) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
Invoked when an unexpected exception occurs during the processing of the response.
- 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.filter.AsyncHandlerWrapper
-
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
-
Invoked when an unexpected exception occurs during the processing of the response.
- onThrowable(Throwable) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onThrowable(Throwable) - Method in interface org.asynchttpclient.handler.TransferListener
-
Invoked when there is an unexpected issue.
- onThrowable(Throwable) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked when an unexpected exception occurs during the processing of the response.
- onThrowable(Throwable) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
Invoked when an unexpected exception occurs during the processing of the response.
- onTlsHandshakeAttempt() - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback before TLS handshake
- onTlsHandshakeAttempt() - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onTlsHandshakeFailure(Throwable) - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback after the TLS failed
- onTlsHandshakeFailure(Throwable) - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- onTlsHandshakeSuccess() - Method in interface org.asynchttpclient.handler.AsyncHandlerExtensions
-
Notify the callback after the TLS was successful
- onTlsHandshakeSuccess() - Method in class org.asynchttpclient.handler.ExtendedAsyncHandler
-
- operationComplete(ChannelProgressiveFuture) - Method in class org.asynchttpclient.netty.request.ProgressListener
-
- operationComplete(ChannelFuture) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
-
- operationComplete(Future<V>) - Method in class org.asynchttpclient.netty.SimpleFutureListener
-
- operationProgressed(ChannelProgressiveFuture, long, long) - Method in class org.asynchttpclient.netty.request.ProgressListener
-
- 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.future - package org.asynchttpclient.future
-
- org.asynchttpclient.handler - package org.asynchttpclient.handler
-
- org.asynchttpclient.handler.resumable - package org.asynchttpclient.handler.resumable
-
- org.asynchttpclient.netty - package org.asynchttpclient.netty
-
- org.asynchttpclient.netty.channel - package org.asynchttpclient.netty.channel
-
- org.asynchttpclient.netty.future - package org.asynchttpclient.netty.future
-
- org.asynchttpclient.netty.handler - package org.asynchttpclient.netty.handler
-
- org.asynchttpclient.netty.handler.intercept - package org.asynchttpclient.netty.handler.intercept
-
- org.asynchttpclient.netty.request - package org.asynchttpclient.netty.request
-
- org.asynchttpclient.netty.request.body - package org.asynchttpclient.netty.request.body
-
- org.asynchttpclient.netty.ssl - package org.asynchttpclient.netty.ssl
-
- org.asynchttpclient.netty.timeout - package org.asynchttpclient.netty.timeout
-
- org.asynchttpclient.netty.ws - package org.asynchttpclient.netty.ws
-
- org.asynchttpclient.ntlm - package org.asynchttpclient.ntlm
-
- org.asynchttpclient.oauth - package org.asynchttpclient.oauth
-
- org.asynchttpclient.proxy - package org.asynchttpclient.proxy
-
- org.asynchttpclient.request.body - package org.asynchttpclient.request.body
-
- org.asynchttpclient.request.body.generator - package org.asynchttpclient.request.body.generator
-
- org.asynchttpclient.request.body.multipart - package org.asynchttpclient.request.body.multipart
-
- org.asynchttpclient.request.body.multipart.part - package org.asynchttpclient.request.body.multipart.part
-
- org.asynchttpclient.resolver - package org.asynchttpclient.resolver
-
- org.asynchttpclient.spnego - package org.asynchttpclient.spnego
-
- org.asynchttpclient.uri - package org.asynchttpclient.uri
-
- org.asynchttpclient.util - package org.asynchttpclient.util
-
- org.asynchttpclient.webdav - package org.asynchttpclient.webdav
-
- org.asynchttpclient.ws - package org.asynchttpclient.ws
-
- Param - Class in org.asynchttpclient
-
A pair of (name, value) String
- Param(String, String) - Constructor for class org.asynchttpclient.Param
-
- parse(String) - Static method in class org.asynchttpclient.cookie.DateParser
-
- parseCharset(String) - Static method in class org.asynchttpclient.util.HttpUtils
-
- parseProxyAuthenticateHeader(String) - Method in class org.asynchttpclient.Realm.Builder
-
- parseWWWAuthenticateHeader(String) - Method in class org.asynchttpclient.Realm.Builder
-
- Part - Interface in org.asynchttpclient.request.body.multipart
-
- part - Variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
- PartBase - Class in org.asynchttpclient.request.body.multipart
-
- PartBase(String, String, Charset, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.PartBase
-
Constructor.
- PartVisitor - Interface in org.asynchttpclient.request.body.multipart.part
-
- PartVisitor.ByteBufferVisitor - Class in org.asynchttpclient.request.body.multipart.part
-
- PartVisitor.ByteBufVisitor - Class in org.asynchttpclient.request.body.multipart.part
-
- PartVisitor.CounterPartVisitor - Class in org.asynchttpclient.request.body.multipart.part
-
- PATCH - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- path(String) - Static method in class org.asynchttpclient.Dsl
-
- perConnectionAuthorizationHeader(Request, ProxyServer, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- perConnectionProxyAuthorizationHeader(Request, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- perRequestAuthorizationHeader(Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- perRequestProxyAuthorizationHeader(Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- PINNED_ENTRY - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
-
- poll(Object) - Method in interface org.asynchttpclient.channel.ChannelPool
-
Remove the channel associated with the uri.
- poll(Object) - Method in enum org.asynchttpclient.channel.NoopChannelPool
-
- poll(Uri, String, ProxyServer, ChannelPoolPartitioning) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- poll(Object) - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
-
Remove the channel associated with the uri.
- PoolAlreadyClosedException - Exception in org.asynchttpclient.exception
-
- position() - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
-
- post(String) - Static method in class org.asynchttpclient.Dsl
-
- POST - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- preemptChannel(Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- 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
-
- prepareRequest(RequestBuilder) - Method in interface org.asynchttpclient.AsyncHttpClient
-
- prepareRequest(Request) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
-
- prepareRequest(RequestBuilder) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
-
- prepareTrace(String) - Method in interface org.asynchttpclient.AsyncHttpClient
-
Prepare an HTTP client TRACE request.
- prepareTrace(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
-
- 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.
- ProgressListener - Class in org.asynchttpclient.netty.request
-
- ProgressListener(AsyncHandler<?>, NettyResponseFuture<?>, boolean, long) - Constructor for class org.asynchttpclient.netty.request.ProgressListener
-
- PropertiesBasedResumableProcessor - Class in org.asynchttpclient.handler.resumable
-
- 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_PASSWORD - Static variable in class org.asynchttpclient.util.ProxyUtils
-
The password to use for authentication for the proxy server.
- PROXY_PORT - Static variable in class org.asynchttpclient.util.ProxyUtils
-
The port to use for the proxy.
- PROXY_USER - Static variable in class org.asynchttpclient.util.ProxyUtils
-
The username to use for authentication for the proxy server.
- ProxyPartitionKey(String, int, boolean, String) - Constructor for class org.asynchttpclient.channel.ChannelPoolPartitioning.ProxyPartitionKey
-
- proxyServer - Variable in class org.asynchttpclient.DefaultRequest
-
- proxyServer(String, int) - Static method in class org.asynchttpclient.Dsl
-
- ProxyServer - Class in org.asynchttpclient.proxy
-
Represents a proxy server.
- ProxyServer(String, int, int, Realm, List<String>) - Constructor for class org.asynchttpclient.proxy.ProxyServer
-
- proxyServer - Variable in class org.asynchttpclient.RequestBuilderBase
-
- ProxyServer.Builder - Class in org.asynchttpclient.proxy
-
- ProxyServerSelector - Interface in org.asynchttpclient.proxy
-
Selector for a proxy server
- ProxyUnauthorized407Interceptor - Class in org.asynchttpclient.netty.handler.intercept
-
- ProxyUnauthorized407Interceptor(ChannelManager, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.intercept.ProxyUnauthorized407Interceptor
-
- ProxyUtils - Class in org.asynchttpclient.util
-
Utilities for Proxy handling.
- PushBody - Class in org.asynchttpclient.request.body.generator
-
- PushBody(Queue<BodyChunk>) - Constructor for class org.asynchttpclient.request.body.generator.PushBody
-
- put(String) - Static method in class org.asynchttpclient.Dsl
-
- put(String, long) - Method in class org.asynchttpclient.handler.resumable.PropertiesBasedResumableProcessor
-
Associate a key with the number of bytes successfully transferred.
- put(String, long) - Method in interface org.asynchttpclient.handler.resumable.ResumableAsyncHandler.ResumableProcessor
-
Associate a key with the number of bytes successfully transferred.
- PUT - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- validateSupportedScheme(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
-
- valueOf(String) - Static method in enum org.asynchttpclient.AsyncHandler.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.AsyncHttpClientConfig.ResponseBodyPartFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.channel.ChannelPoolPartitioning.PerHostChannelPoolPartitioning
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.channel.NoopChannelPool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.netty.channel.ChannelState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.netty.DiscardEvent
-
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.JdkNameResolver
-
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.DiscardEvent
-
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.JdkNameResolver
-
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.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
-