- calculateAndAddSignature(Request, RequestBuilderBase<?>) - Method in class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
- calculateAndAddSignature(Request, RequestBuilderBase<?>) - Method in interface org.asynchttpclient.SignatureCalculator
-
- call() - Method in class org.asynchttpclient.netty.OnLastHttpContentCallback
-
- cancel(boolean) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- cancel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- cancel() - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
-
- cancelled() - Method in class org.asynchttpclient.netty.handler.StreamedResponsePublisher
-
- cancelTimeouts() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- channel() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- channel - Variable in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- channelActive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- ChannelClosedException - Exception in org.asynchttpclient.exception
-
- channelInactive(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- ChannelManager - Class in org.asynchttpclient.netty.channel
-
- ChannelManager(AsyncHttpClientConfig, Timer) - Constructor for class org.asynchttpclient.netty.channel.ChannelManager
-
- channelManager - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- ChannelPool - Interface in org.asynchttpclient.channel
-
- ChannelPoolPartitioning - Interface in org.asynchttpclient.channel
-
- channelPoolPartitioning - Variable in class org.asynchttpclient.RequestBuilderBase
-
- ChannelPoolPartitioning.PerHostChannelPoolPartitioning - Enum in org.asynchttpclient.channel
-
- ChannelPoolPartitioning.ProxyPartitionKey - Class in org.asynchttpclient.channel
-
- channelRead(ChannelHandlerContext, Object) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- channelReadComplete(ChannelHandlerContext) - Method in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- Channels - Class in org.asynchttpclient.netty.channel
-
- Channels() - Constructor for class org.asynchttpclient.netty.channel.Channels
-
- ChannelState - Enum in org.asynchttpclient.netty.channel
-
- charSequence2ByteBuffer(CharSequence, Charset) - Static method in class org.asynchttpclient.util.StringUtils
-
- charSequence2Bytes(CharSequence, Charset) - Static method in class org.asynchttpclient.util.StringUtils
-
- charset - Variable in class org.asynchttpclient.RequestBuilderBase
-
- 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.
- clearHeaders() - Method in class org.asynchttpclient.RequestBuilderBase
-
Remove all added headers
- ClientStats - Class in org.asynchttpclient
-
A record class representing the state of an (@link org.asynchttpclient.AsyncHttpClient).
- ClientStats(Map<String, HostStats>) - Constructor for class org.asynchttpclient.ClientStats
-
- close() - Method in class org.asynchttpclient.DefaultAsyncHttpClient
-
- close() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler.BodyDeferringInputStream
-
Closes the input stream, and "joins" (wait for complete execution
together with potential exception thrown) of the async request.
- close() - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- close() - Method in class org.asynchttpclient.netty.request.body.BodyChunkedInput
-
- close() - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody
-
- close() - Method in class org.asynchttpclient.request.body.generator.PushBody
-
- close() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
- close() - Method in class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
-
- closeChannel(Channel) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- closeOut() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
- closeSilently(Closeable) - Static method in class org.asynchttpclient.util.MiscUtils
-
- CompletedFailure(Throwable) - Constructor for class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- CompletedFailure(String, Throwable) - Constructor for class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- compositeByteData - Variable in class org.asynchttpclient.RequestBuilderBase
-
- 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(Uri, boolean, boolean) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- Config() - Constructor for class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- config() - Static method in class org.asynchttpclient.Dsl
-
- config - Variable in class org.asynchttpclient.netty.handler.AsyncHttpClientHandler
-
- configureBootstraps(NettyRequestSender) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- configureSslContextBuilder(SslContextBuilder) - Method in class org.asynchttpclient.netty.ssl.DefaultSslEngineFactory
-
The last step of configuring the SslContextBuilder used to create an SslContext when no context is provided in the
AsyncHttpClientConfig
.
- configureSslEngine(SSLEngine, AsyncHttpClientConfig) - Method in class org.asynchttpclient.netty.ssl.SslEngineFactoryBase
-
- connect(Bootstrap, NettyConnectListener<?>) - Method in class org.asynchttpclient.netty.request.NettyChannelConnector
-
- CONNECT - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- ConnectionSemaphore - Class in org.asynchttpclient.netty.channel
-
Max connections and max-per-host connections limiter.
- ConnectionSemaphore(AsyncHttpClientConfig) - Constructor for class org.asynchttpclient.netty.channel.ConnectionSemaphore
-
- ConnectSuccessInterceptor - Class in org.asynchttpclient.netty.handler.intercept
-
- ConnectSuccessInterceptor(ChannelManager, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.intercept.ConnectSuccessInterceptor
-
- 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
- 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
-
- cookies - Variable in class org.asynchttpclient.RequestBuilderBase
-
- 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.
- 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
-
- generateSpnegoDERObject(byte[]) - Method in interface org.asynchttpclient.spnego.SpnegoTokenGenerator
-
- generateToken(String) - Method in class org.asynchttpclient.spnego.SpnegoEngine
-
- generateType1Msg() - Method in class org.asynchttpclient.ntlm.NtlmEngine
-
Creates the first message (type 1 message) in the NTLM authentication
sequence.
- generateType3Msg(String, String, String, String, String) - Method in class org.asynchttpclient.ntlm.NtlmEngine
-
- get(String) - Static method in class org.asynchttpclient.Dsl
-
- get() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- get(long, TimeUnit) - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- get() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- get(long, TimeUnit) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- GET - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- getAcceptKey(String) - Static method in class org.asynchttpclient.ws.WebSocketUtils
-
- getAddress() - Method in class org.asynchttpclient.DefaultRequest
-
- getAddress() - Method in interface org.asynchttpclient.Request
-
- getAhcVersion() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getAhcVersion() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getAlgorithm() - Method in class org.asynchttpclient.Realm
-
- getAllocator() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getAllocator() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getAsapResponse() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler.BodyDeferringInputStream
-
- getAsyncHandler() - Method in class org.asynchttpclient.filter.FilterContext.FilterContextBuilder
-
- getAsyncHandler() - Method in class org.asynchttpclient.filter.FilterContext
-
- getAsyncHandler() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getAsyncHttpClientConfig() - Static method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper
-
- getAttribute(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
-
- getAuthority(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
-
- getBaseUrl(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
-
- getBody() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
-
- getBody() - Method in class org.asynchttpclient.netty.request.NettyRequest
-
- getBodyAsXML() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getBodyByteBuffer() - Method in class org.asynchttpclient.HttpResponseBodyPart
-
- getBodyByteBuffer() - Method in class org.asynchttpclient.netty.EagerResponseBodyPart
-
- getBodyByteBuffer() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
-
- getBodyGenerator() - Method in class org.asynchttpclient.DefaultRequest
-
- getBodyGenerator() - Method in interface org.asynchttpclient.Request
-
- getBodyPartBytes() - Method in class org.asynchttpclient.HttpResponseBodyPart
-
- getBodyPartBytes() - Method in class org.asynchttpclient.netty.EagerResponseBodyPart
-
Return the response body's part bytes received.
- getBodyPartBytes() - Method in class org.asynchttpclient.netty.LazyResponseBodyPart
-
Return the response body's part bytes received.
- getBodyParts() - Method in class org.asynchttpclient.DefaultRequest
-
- getBodyParts() - Method in interface org.asynchttpclient.Request
-
- getBoolean(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- 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
-
- 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
-
- getConnectionPoolPartitioning() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getConnectionTtl() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getConnectionTtl() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getConnectTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the maximum time in millisecond an
AsyncHttpClient
can wait when connecting to a remote host
- getConnectTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getContentId() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Return the content ID of this part.
- getContentId() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getContentLength() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyByteArrayBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyCompositeByteArrayBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
-
- getContentLength() - Method in class org.asynchttpclient.netty.request.body.NettyReactiveStreamsBody
-
- getContentLength() - Method in interface org.asynchttpclient.request.body.Body
-
Gets the length of the body.
- getContentLength() - Method in class org.asynchttpclient.request.body.generator.ByteArrayBodyGenerator.ByteBody
-
- getContentLength() - Method in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
-
- getContentLength() - Method in class org.asynchttpclient.request.body.generator.PushBody
-
- getContentLength() - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.ByteArrayMultipartPart
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.FileMultipartPart
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MessageEndMultipartPart
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
- getContentLength() - Method in class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
-
- getContentType() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getContentType() - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
-
- getContentType() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Returns the content type of this part.
- getContentType() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getContentType() - Method in interface org.asynchttpclient.Response
-
Return the content-type header value.
- getContentType() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getContentTypeOverride() - Method in interface org.asynchttpclient.netty.request.body.NettyBody
-
- getContentTypeOverride() - Method in class org.asynchttpclient.netty.request.body.NettyByteBufferBody
-
- getContentTypeOverride() - Method in class org.asynchttpclient.netty.request.body.NettyMultipartBody
-
- getCookies() - Method in class org.asynchttpclient.DefaultRequest
-
- getCookies() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getCookies() - Method in interface org.asynchttpclient.Request
-
- getCookies() - Method in interface org.asynchttpclient.Response
-
- getCookies() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getCount() - Method in class org.asynchttpclient.request.body.multipart.part.PartVisitor.CounterPartVisitor
-
- getCurrentRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getCustomHeaders() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
- getCustomHeaders() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getDispositionType() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Gets the disposition-type to be used in Content-Disposition header
- getDispositionType() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getEnabledCipherSuites() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getEnabledCipherSuites() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getEnabledProtocols() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getEnabledProtocols() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getEventLoopGroup() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getEventLoopGroup() - Method in class org.asynchttpclient.DefaultAsyncHttpClient
-
- getEventLoopGroup() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getEventLoopGroup() - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- getExplicitPort() - Method in class org.asynchttpclient.uri.Uri
-
- getFile() - Method in class org.asynchttpclient.DefaultRequest
-
- getFile() - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
-
- getFile() - Method in class org.asynchttpclient.request.body.generator.FileBodyGenerator
-
- getFile() - Method in class org.asynchttpclient.request.body.multipart.FilePart
-
- getFile() - Method in interface org.asynchttpclient.Request
-
- getFileName() - Method in class org.asynchttpclient.request.body.multipart.FileLikePart
-
- getFollowRedirect() - Method in class org.asynchttpclient.DefaultRequest
-
- getFollowRedirect() - Method in interface org.asynchttpclient.Request
-
- getFormParams() - Method in class org.asynchttpclient.DefaultRequest
-
- getFormParams() - Method in interface org.asynchttpclient.Request
-
- getHandshakeTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getHandshakeTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getHeader(CharSequence) - Method in class org.asynchttpclient.netty.NettyResponse
-
- getHeader(CharSequence) - Method in interface org.asynchttpclient.Response
-
- getHeader(CharSequence) - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getHeaders() - Method in class org.asynchttpclient.DefaultRequest
-
- getHeaders(CharSequence) - Method in class org.asynchttpclient.netty.NettyResponse
-
- getHeaders() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getHeaders() - Method in interface org.asynchttpclient.Request
-
- getHeaders(CharSequence) - Method in interface org.asynchttpclient.Response
-
Return a
List
of the response header value.
- getHeaders() - Method in interface org.asynchttpclient.Response
-
- getHeaders(CharSequence) - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getHeaders() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getHeaderWithPrefix(List<String>, String) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- getHost() - Method in class org.asynchttpclient.proxy.ProxyServer
-
- getHost() - Method in class org.asynchttpclient.uri.Uri
-
- getHostActiveConnectionCount() - Method in class org.asynchttpclient.HostStats
-
- getHostConnectionCount() - Method in class org.asynchttpclient.HostStats
-
- getHostIdleConnectionCount() - Method in class org.asynchttpclient.HostStats
-
- getHttpAdditionalChannelInitializer() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getHttpAdditionalChannelInitializer() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getHttpClientCodecInitialBufferSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getHttpClientCodecInitialBufferSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getHttpClientCodecMaxChunkSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getHttpClientCodecMaxChunkSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getHttpClientCodecMaxHeaderSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getHttpClientCodecMaxHeaderSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getHttpClientCodecMaxInitialLineLength() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getHttpClientCodecMaxInitialLineLength() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getHttpRequest() - Method in class org.asynchttpclient.netty.request.NettyRequest
-
- getIdleChannelCountPerHost() - Method in interface org.asynchttpclient.channel.ChannelPool
-
- getIdleChannelCountPerHost() - Method in enum org.asynchttpclient.channel.NoopChannelPool
-
- getIdleChannelCountPerHost() - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
-
- getInputStream() - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
-
- getInputStream() - Method in class org.asynchttpclient.request.body.generator.InputStreamBodyGenerator
-
- getInt(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- 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
-
- getIoThreadsCount() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getIoThreadsCount() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getJdkDefaultProxyServerSelector() - Static method in class org.asynchttpclient.util.ProxyUtils
-
Get a proxy server selector based on the JDK default proxy selector.
- getKeepAliveStrategy() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getKeepAliveStrategy() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getKey() - Method in class org.asynchttpclient.oauth.ConsumerKey
-
- getKey() - Method in class org.asynchttpclient.oauth.RequestToken
-
- 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
-
- 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
-
- 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.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
-
- getRangeOffset() - Method in class org.asynchttpclient.DefaultRequest
-
- getRangeOffset() - Method in interface org.asynchttpclient.Request
-
- getReadTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- 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
-
- 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
-
- 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
-
- getSoLinger() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getSoLinger() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getSoRcvBuf() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getSoRcvBuf() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getSoSndBuf() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getSoSndBuf() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getSslContext() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return an instance of SslContext
used for SSL connection.
- getSslContext() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getSslEngineFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getSslEngineFactory() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getSslSessionCacheSize() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getSslSessionCacheSize() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getSslSessionTimeout() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getSslSessionTimeout() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getStart() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getState() - Method in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
- getStatsPerHost() - Method in class org.asynchttpclient.ClientStats
-
- getStatusCode() - Method in class org.asynchttpclient.HttpResponseStatus
-
Return the response status code
- getStatusCode() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getStatusCode() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
Return the response status code
- getStatusCode() - Method in interface org.asynchttpclient.Response
-
Returns the status code for the request.
- getStatusCode() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getStatusText() - Method in class org.asynchttpclient.HttpResponseStatus
-
Return the response status text
- getStatusText() - Method in class org.asynchttpclient.netty.NettyResponse
-
- getStatusText() - Method in class org.asynchttpclient.netty.NettyResponseStatus
-
Return the response status text
- getStatusText() - Method in interface org.asynchttpclient.Response
-
Returns the status text for the request.
- getStatusText() - Method in class org.asynchttpclient.webdav.WebDavResponse
-
- getStreamData() - Method in class org.asynchttpclient.DefaultRequest
-
- getStreamData() - Method in interface org.asynchttpclient.Request
-
- getString(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- getStringArray(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigHelper.Config
-
- getStringData() - Method in class org.asynchttpclient.DefaultRequest
-
- getStringData() - Method in interface org.asynchttpclient.Request
-
- getTargetRequest() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getThreadFactory() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
- getThreadFactory() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getThreadPoolName() - Method in interface org.asynchttpclient.AsyncHttpClientConfig
-
Return the name of
AsyncHttpClient
, which is used for thread naming and debugging.
- getThreadPoolName() - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig
-
- getTimeoutsHolder() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- getTotalActiveConnectionCount() - Method in class org.asynchttpclient.ClientStats
-
- getTotalConnectionCount() - Method in class org.asynchttpclient.ClientStats
-
- getTotalIdleConnectionCount() - Method in class org.asynchttpclient.ClientStats
-
- getTransferEncoding() - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Return the transfer encoding of this part.
- getTransferEncoding() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- getUpgradeHeaders() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- getUpgradeHeaders() - Method in interface org.asynchttpclient.ws.WebSocket
-
- getUri() - Method in class org.asynchttpclient.DefaultRequest
-
- getUri() - Method in class org.asynchttpclient.HttpResponseStatus
-
- 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.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
-
- 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
-
- OAuthSignatureCalculator(ConsumerKey, RequestToken) - Constructor for class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
- offer(Channel, Object) - Method in interface org.asynchttpclient.channel.ChannelPool
-
Add a channel to the pool
- offer(Channel, Object) - Method in enum org.asynchttpclient.channel.NoopChannelPool
-
- offer(Channel, Object) - Method in class org.asynchttpclient.netty.channel.DefaultChannelPool
-
Add a channel to the pool
- offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.BoundedQueueFeedableBodyGenerator
-
- offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
-
- offer(BodyChunk) - Method in class org.asynchttpclient.request.body.generator.UnboundedQueueFeedableBodyGenerator
-
- OK_200 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
-
- onAllBytesReceived() - Method in interface org.asynchttpclient.handler.resumable.ResumableListener
-
Invoked when all the bytes has been sucessfully transferred.
- onAllBytesReceived() - Method in class org.asynchttpclient.handler.resumable.ResumableRandomAccessFileListener
-
Invoked when all the bytes has been sucessfully transferred.
- onBinaryFrame(BinaryWebSocketFrame) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onBinaryFrame(byte[], boolean, int) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
Invoked when a binary frame is received.
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
- onBodyPartReceived(HttpResponseBodyPart) - Method in interface org.asynchttpclient.AsyncHandler
-
Invoked as soon as some response body part are received.
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
-
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked as soon as some response body part are received.
- onBodyPartReceived(HttpResponseBodyPart) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- onBytesReceived(ByteBuffer) - Method in interface org.asynchttpclient.handler.resumable.ResumableListener
-
Invoked when some bytes are available to digest.
- onBytesReceived(ByteBuffer) - Method in class org.asynchttpclient.handler.resumable.ResumableRandomAccessFileListener
-
This method uses the last valid bytes written on disk to position a
RandomAccessFile
, allowing
resumable file download.
- onBytesReceived(byte[]) - Method in interface org.asynchttpclient.handler.TransferListener
-
Invoked every time response's chunk are received.
- onBytesSent(long, long, long) - Method in interface org.asynchttpclient.handler.TransferListener
-
Invoked every time request's chunk are sent.
- onClose(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onClose(WebSocket, int, String) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
- onCompleted() - Method in class org.asynchttpclient.AsyncCompletionHandler
-
- onCompleted(Response) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
Invoked once the HTTP response processing is finished.
- onCompleted(Response) - Method in class org.asynchttpclient.AsyncCompletionHandlerBase
-
Invoked once the HTTP response processing is finished.
- onCompleted() - Method in interface org.asynchttpclient.AsyncHandler
-
Invoked once the HTTP response processing is finished.
- onCompleted() - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
- onCompleted() - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
-
- onCompleted(Response) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onCompleted() - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked once the HTTP response processing is finished.
- onCompleted(WebDavResponse) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked once the HTTP response has been fully read.
- onCompleted() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- 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
-
- onContinuationFrame(ContinuationWebSocketFrame) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- 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
-
- onFailure(Channel, Throwable) - Method in class org.asynchttpclient.netty.channel.NettyConnectListener
-
- onFailure(Channel, Throwable) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
-
- onFailure(Throwable) - Method in class org.asynchttpclient.netty.SimpleFutureListener
-
- onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
- onHeadersReceived(HttpHeaders) - Method in interface org.asynchttpclient.AsyncHandler
-
Invoked as soon as the HTTP headers have been received.
- onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
- onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
-
- onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked as soon as the HTTP headers have been received.
- onHeadersReceived(HttpHeaders) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- 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
-
- 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
-
- OnLastHttpContentCallback - Class in org.asynchttpclient.netty
-
- OnLastHttpContentCallback(NettyResponseFuture<?>) - Constructor for class org.asynchttpclient.netty.OnLastHttpContentCallback
-
- onOpen(WebSocket) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
- onOpen() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- onPingFrame(PingWebSocketFrame) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onPingFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
Invoked when a ping frame is received
- onPongFrame(PongWebSocketFrame) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- 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.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
-
- onStatusReceived(HttpResponseStatus) - Method in interface org.asynchttpclient.AsyncHandler
-
Invoked as soon as the HTTP status line has been received
- onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
- onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
-
- onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked as soon as the HTTP status line has been received
- onStatusReceived(HttpResponseStatus) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- onStream(Publisher<HttpResponseBodyPart>) - Method in interface org.asynchttpclient.handler.StreamedAsyncHandler
-
Called when the body is received.
- onSuccess(Channel, InetSocketAddress) - Method in class org.asynchttpclient.netty.channel.NettyConnectListener
-
- onSuccess(Channel) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
-
- onSuccess(V) - Method in class org.asynchttpclient.netty.SimpleFutureListener
-
- onTcpConnectAttempt(InetSocketAddress) - Method in interface org.asynchttpclient.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
-
- onTextFrame(TextWebSocketFrame) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- onTextFrame(String, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocketListener
-
Invoked when a text frame is received.
- onThrowable(Throwable) - Method in class org.asynchttpclient.AsyncCompletionHandler
-
- onThrowable(Throwable) - Method in interface org.asynchttpclient.AsyncHandler
-
Invoked when an unexpected exception occurs during the processing of the response.
- onThrowable(Throwable) - Method in class org.asynchttpclient.handler.BodyDeferringAsyncHandler
-
- onThrowable(Throwable) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
-
- onThrowable(Throwable) - Method in class org.asynchttpclient.handler.TransferCompletionHandler
-
- onThrowable(Throwable) - Method in interface org.asynchttpclient.handler.TransferListener
-
Invoked when there is an unexpected issue.
- onThrowable(Throwable) - Method in class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
Invoked when an unexpected exception occurs during the processing of the response.
- onThrowable(Throwable) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- 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
-
- 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(Channel, Throwable) - Method in class org.asynchttpclient.netty.request.WriteListener
-
- operationComplete(ChannelProgressiveFuture) - Method in class org.asynchttpclient.netty.request.WriteProgressListener
-
- operationComplete(ChannelFuture) - Method in class org.asynchttpclient.netty.SimpleChannelFutureListener
-
- operationComplete(Future<V>) - Method in class org.asynchttpclient.netty.SimpleFutureListener
-
- operationProgressed(ChannelProgressiveFuture, long, long) - Method in class org.asynchttpclient.netty.request.WriteProgressListener
-
- options(String) - Static method in class org.asynchttpclient.Dsl
-
- OPTIONS - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- org.asynchttpclient - package org.asynchttpclient
-
- org.asynchttpclient.channel - package org.asynchttpclient.channel
-
- org.asynchttpclient.config - package org.asynchttpclient.config
-
- org.asynchttpclient.exception - package org.asynchttpclient.exception
-
- org.asynchttpclient.filter - package org.asynchttpclient.filter
-
- org.asynchttpclient.handler - package org.asynchttpclient.handler
-
- org.asynchttpclient.handler.resumable - package org.asynchttpclient.handler.resumable
-
- org.asynchttpclient.netty - package org.asynchttpclient.netty
-
- org.asynchttpclient.netty.channel - package org.asynchttpclient.netty.channel
-
- org.asynchttpclient.netty.future - package org.asynchttpclient.netty.future
-
- org.asynchttpclient.netty.handler - package org.asynchttpclient.netty.handler
-
- org.asynchttpclient.netty.handler.intercept - package org.asynchttpclient.netty.handler.intercept
-
- org.asynchttpclient.netty.request - package org.asynchttpclient.netty.request
-
- org.asynchttpclient.netty.request.body - package org.asynchttpclient.netty.request.body
-
- org.asynchttpclient.netty.ssl - package org.asynchttpclient.netty.ssl
-
- org.asynchttpclient.netty.timeout - package org.asynchttpclient.netty.timeout
-
- org.asynchttpclient.netty.ws - package org.asynchttpclient.netty.ws
-
- org.asynchttpclient.ntlm - package org.asynchttpclient.ntlm
-
- org.asynchttpclient.oauth - package org.asynchttpclient.oauth
-
- org.asynchttpclient.proxy - package org.asynchttpclient.proxy
-
- org.asynchttpclient.request.body - package org.asynchttpclient.request.body
-
- org.asynchttpclient.request.body.generator - package org.asynchttpclient.request.body.generator
-
- org.asynchttpclient.request.body.multipart - package org.asynchttpclient.request.body.multipart
-
- org.asynchttpclient.request.body.multipart.part - package org.asynchttpclient.request.body.multipart.part
-
- org.asynchttpclient.resolver - package org.asynchttpclient.resolver
-
- org.asynchttpclient.spnego - package org.asynchttpclient.spnego
-
- org.asynchttpclient.uri - package org.asynchttpclient.uri
-
- org.asynchttpclient.util - package org.asynchttpclient.util
-
- org.asynchttpclient.webdav - package org.asynchttpclient.webdav
-
- org.asynchttpclient.ws - package org.asynchttpclient.ws
-
- Param - Class in org.asynchttpclient
-
A pair of (name, value) String
- Param(String, String) - Constructor for class org.asynchttpclient.Param
-
- 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(String) - Static method in class org.asynchttpclient.Dsl
-
- PATCH - Static variable in class org.asynchttpclient.util.HttpConstants.Methods
-
- pendingException - Variable in class org.asynchttpclient.netty.NettyResponseFuture
-
- percentEncodeQueryElement(String) - Static method in class org.asynchttpclient.util.Utf8UrlEncoder
-
- perConnectionAuthorizationHeader(Request, ProxyServer, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- perConnectionProxyAuthorizationHeader(Request, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- PERMANENT_REDIRECT_308 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
-
- perRequestAuthorizationHeader(Request, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- perRequestProxyAuthorizationHeader(Request, Realm) - Static method in class org.asynchttpclient.util.AuthenticatorUtils
-
- 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
-
- 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
-
- 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.
- progressAsyncHandler - Variable in class org.asynchttpclient.netty.request.WriteListener
-
- 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
-
- save(Map<String, Long>) - Method in class org.asynchttpclient.handler.resumable.PropertiesBasedResumableProcessor
-
Save the current
Map
instance which contains information about the current transfer state.
- save(Map<String, Long>) - Method in interface org.asynchttpclient.handler.resumable.ResumableAsyncHandler.ResumableProcessor
-
Save the current
Map
instance which contains information about the current transfer state.
- SEE_OTHER_303 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
-
- select(Uri) - Method in interface org.asynchttpclient.proxy.ProxyServerSelector
-
Select a proxy server to use for the given URI.
- sendBinaryFrame(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendBinaryFrame(byte[], boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendBinaryFrame(ByteBuf, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendBinaryFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a full binary frame.
- sendBinaryFrame(byte[], boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows sending a binary frame with fragmentation or extension bits.
- sendBinaryFrame(ByteBuf, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows sending a binary frame with fragmentation or extension bits.
- sendCloseFrame() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendCloseFrame(int, String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendCloseFrame() - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a empty close frame.
- sendCloseFrame(int, String) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a empty close frame.
- sendContinuationFrame(String, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendContinuationFrame(byte[], boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendContinuationFrame(ByteBuf, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendContinuationFrame(String, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a text continuation frame.
- sendContinuationFrame(byte[], boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a binary continuation frame.
- sendContinuationFrame(ByteBuf, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a continuation frame (those are actually untyped as counterpart must have memorized first fragmented frame type).
- sendNextRequest(Request, NettyResponseFuture<T>) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
-
- sendPingFrame() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendPingFrame(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendPingFrame(ByteBuf) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendPingFrame() - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a empty ping frame
- sendPingFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a ping frame with a byte array payload (limited to 125 bytes or less).
- sendPingFrame(ByteBuf) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a ping frame with a ByteBuf payload (limited to 125 bytes or less).
- sendPongFrame() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendPongFrame(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendPongFrame(ByteBuf) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendPongFrame() - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a empty pong frame
- sendPongFrame(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a pong frame with a byte array payload (limited to 125 bytes or less).
- sendPongFrame(ByteBuf) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a pong frame with a ByteBuf payload (limited to 125 bytes or less).
- sendRequest(Request, AsyncHandler<T>, NettyResponseFuture<T>, boolean) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
-
- sendTextFrame(String) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendTextFrame(String, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendTextFrame(ByteBuf, boolean, int) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendTextFrame(String) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a full text frame
- sendTextFrame(String, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows sending a text frame with fragmentation or extension bits.
- sendTextFrame(ByteBuf, boolean, int) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows sending a text frame with fragmentation or extension bits.
- setActiveToken(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
-
- setAddress(InetAddress) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setAggregateWebSocketFrameFragments(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setAlgorithm(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setAllocator(ByteBufAllocator) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setAsyncHandler(AsyncHandler<V>) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setAttribute(Channel, Object) - Static method in class org.asynchttpclient.netty.channel.Channels
-
- setBody(File) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(byte[]) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(List<byte[]>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(ByteBuffer) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(InputStream) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(Publisher<ByteBuf>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(Publisher<ByteBuf>, long) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(BodyGenerator) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBodyParts(List<Part>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setChannelPool(ChannelPool) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setChannelPoolPartitioning(ChannelPoolPartitioning) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setChannelState(ChannelState) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setCharset(Charset) - Method in class org.asynchttpclient.Realm.Builder
-
- setCharset(Charset) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setChunkedFileChunkSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setCompressionEnforced(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setConnectAllowed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setConnectionTtl(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setConnectTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setCookies(Collection<Cookie>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setCurrentRequest(Request) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setCustomHeaders(List<Param>) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- setDisableHttpsEndpointIdentificationAlgorithm(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setDisableUrlEncodingForBoundRequests(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setDisableZeroCopy(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setDiscard(Channel) - Static method in class org.asynchttpclient.netty.channel.Channels
-
- setDispositionType(String) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- setDontWriteBodyBecauseExpectContinue(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setEnabledCipherSuites(String[]) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setEnabledProtocols(String[]) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setEventLoopGroup(EventLoopGroup) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setFollowRedirect(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setFollowRedirect(boolean) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setFormParams(Map<String, List<String>>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setFormParams(List<Param>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setHandshakeTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setHeader(CharSequence, String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setHeader(CharSequence, Object) - Method in class org.asynchttpclient.RequestBuilderBase
-
Set uni-value header for the request
- setHeader(CharSequence, Iterable<?>) - Method in class org.asynchttpclient.RequestBuilderBase
-
Set multi-values header for the request
- setHeaders(HttpHeaders) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setHeaders(Map<CharSequence, ? extends Iterable<?>>) - Method in class org.asynchttpclient.RequestBuilderBase
-
Set request headers using a map headers
of pair (Header name, Header values)
This method could be used to setup multi-valued headers
- setHeadersAlreadyWrittenOnContinue(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setHttpAdditionalChannelInitializer(AsyncHttpClientConfig.AdditionalChannelInitializer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setHttpClientCodecInitialBufferSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setHttpClientCodecMaxChunkSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setHttpClientCodecMaxHeaderSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setHttpClientCodecMaxInitialLineLength(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setInAuth(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setInProxyAuth(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setIoThreadsCount(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setKeepAlive(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setKeepAlive(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setKeepAliveStrategy(KeepAliveStrategy) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setKeepEncodingHeader(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setListener(FeedListener) - Method in interface org.asynchttpclient.request.body.generator.FeedableBodyGenerator
-
- setListener(FeedListener) - Method in class org.asynchttpclient.request.body.generator.QueueBasedFeedableBodyGenerator
-
- setListener(FeedListener) - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
-
- setLocalAddress(InetAddress) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setMaxConnections(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setMaxConnectionsPerHost(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setMaxRedirects(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setMaxRequestRetry(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setMethod(String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setMethodName(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setNameResolver(NameResolver<InetAddress>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setNc(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setNettyRequest(NettyRequest) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setNettyTimer(Timer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setNonce(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setNonProxyHost(String) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
-
- setNonProxyHosts(List<String>) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
-
- setNtlmDomain(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setNtlmHost(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setOmitQuery(boolean) - Method in class org.asynchttpclient.Realm.Builder
-
- setOpaque(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setPooledConnectionIdleTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setProxyAuthorizationHeader(HttpHeaders, String) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
-
- setProxyRealm(Realm) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setProxyServer(ProxyServer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setProxyServer(ProxyServer.Builder) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setProxyServer(ProxyServer) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setProxyServer(ProxyServer.Builder) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setProxyServerSelector(ProxyServerSelector) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setQop(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setQueryParams(Map<String, List<String>>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setQueryParams(List<Param>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setRangeOffset(long) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setReadTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setReadTimeout(int) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setRealm(Realm) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setRealm(Realm.Builder) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setRealm(Realm) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setRealm(Realm) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
-
- setRealm(Realm.Builder) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
-
- setRealm(Realm.Builder) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setRealm(Realm) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setRealmName(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setRequestTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setRequestTimeout(int) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setResolvedRemoteAddress(InetSocketAddress) - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
-
- setResponse(String) - Method in class org.asynchttpclient.Realm.Builder
-
- setResponseBodyPartFactory(AsyncHttpClientConfig.ResponseBodyPartFactory) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setResumableListener(ResumableListener) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
-
- setReuseChannel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setScheme(Realm.AuthScheme) - Method in class org.asynchttpclient.Realm.Builder
-
- setSecuredPort(int) - Method in class org.asynchttpclient.proxy.ProxyServer.Builder
-
- setShutdownQuietPeriod(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setShutdownTimeout(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setSignatureCalculator(SignatureCalculator) - Method in interface org.asynchttpclient.AsyncHttpClient
-
Set default signature calculator to use for requests build by this client instance
- setSignatureCalculator(SignatureCalculator) - Method in class org.asynchttpclient.DefaultAsyncHttpClient
-
- setSignatureCalculator(SignatureCalculator) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setSingleHeaders(Map<CharSequence, ?>) - Method in class org.asynchttpclient.RequestBuilderBase
-
Set single-value request headers using a map headers
of pairs (Header name, Header value).
- setSoLinger(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setSoRcvBuf(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setSoReuseAddress(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setSoSndBuf(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setSslContext(SslContext) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setSslEngineFactory(SslEngineFactory) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setSslSessionCacheSize(Integer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setSslSessionTimeout(Integer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setStreamConsumed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setStrict302Handling(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setTargetRequest(Request) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setTcpNoDelay(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setThreadFactory(ThreadFactory) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setThreadPoolName(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setTimeoutsHolder(TimeoutsHolder) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setUri(Uri) - Method in class org.asynchttpclient.Realm.Builder
-
- setUri(Uri) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setUrl(String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setUseAbsoluteURI(boolean) - Method in class org.asynchttpclient.Realm.Builder
-
- setUseInsecureTrustManager(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setUseLaxCookieEncoder(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setUseNativeTransport(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setUseOpenSsl(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setUsePreemptiveAuth(boolean) - Method in class org.asynchttpclient.Realm.Builder
-
- setUseProxyProperties(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setUseProxySelector(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setUserAgent(String) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setValidateResponseHeaders(boolean) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setVirtualHost(String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setWebSocket(NettyWebSocket) - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- setWebSocketMaxBufferSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setWebSocketMaxFrameSize(int) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- setWsAdditionalChannelInitializer(AsyncHttpClientConfig.AdditionalChannelInitializer) - Method in class org.asynchttpclient.DefaultAsyncHttpClientConfig.Builder
-
- sha1(byte[]) - Static method in class org.asynchttpclient.ws.WebSocketUtils
-
- signatureCalculator - Variable in class org.asynchttpclient.DefaultAsyncHttpClient
-
Default signature calculator to use for all requests constructed by this
client instance.
- 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
-
- slowTarget - Variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
- SpnegoEngine - Class in org.asynchttpclient.spnego
-
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
- SpnegoEngine(SpnegoTokenGenerator) - Constructor for class org.asynchttpclient.spnego.SpnegoEngine
-
- SpnegoEngine() - Constructor for class org.asynchttpclient.spnego.SpnegoEngine
-
- SpnegoEngineException - Exception in org.asynchttpclient.spnego
-
Signals SPNEGO protocol failure.
- SpnegoEngineException(String) - Constructor for exception org.asynchttpclient.spnego.SpnegoEngineException
-
- SpnegoEngineException(String, Throwable) - Constructor for exception org.asynchttpclient.spnego.SpnegoEngineException
-
- SpnegoTokenGenerator - Interface in org.asynchttpclient.spnego
-
Abstract SPNEGO token generator.
- SSL_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
-
- SslEngineFactory - Interface in org.asynchttpclient
-
- SslEngineFactoryBase - Class in org.asynchttpclient.netty.ssl
-
- SslEngineFactoryBase() - Constructor for class org.asynchttpclient.netty.ssl.SslEngineFactoryBase
-
- StackTraceInspector - Class in org.asynchttpclient.netty.future
-
- StackTraceInspector() - Constructor for class org.asynchttpclient.netty.future.StackTraceInspector
-
- startReadTimeout() - Method in class org.asynchttpclient.netty.timeout.TimeoutsHolder
-
- state - Variable in class org.asynchttpclient.request.body.multipart.part.MultipartPart
-
- streamData - Variable in class org.asynchttpclient.RequestBuilderBase
-
- StreamedAsyncHandler<T> - Interface in org.asynchttpclient.handler
-
AsyncHandler that uses reactive streams to handle the request.
- StreamedResponsePublisher - Class in org.asynchttpclient.netty.handler
-
- StreamedResponsePublisher(EventExecutor, ChannelManager, NettyResponseFuture<?>, Channel) - Constructor for class org.asynchttpclient.netty.handler.StreamedResponsePublisher
-
- stringBuilder() - Method in class org.asynchttpclient.util.StringBuilderPool
-
BEWARE: MUSN'T APPEND TO ITSELF!
- StringBuilderPool - Class in org.asynchttpclient.util
-
- StringBuilderPool() - Constructor for class org.asynchttpclient.util.StringBuilderPool
-
- stringData - Variable in class org.asynchttpclient.RequestBuilderBase
-
- StringMultipartPart - Class in org.asynchttpclient.request.body.multipart.part
-
- StringMultipartPart(StringPart, byte[]) - Constructor for class org.asynchttpclient.request.body.multipart.part.StringMultipartPart
-
- StringPart - Class in org.asynchttpclient.request.body.multipart
-
- StringPart(String, String) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
-
- StringPart(String, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
-
- StringPart(String, String, String, Charset) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
-
- StringPart(String, String, String, Charset, String) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
-
- StringPart(String, String, String, Charset, String, String) - Constructor for class org.asynchttpclient.request.body.multipart.StringPart
-
- StringUtils - Class in org.asynchttpclient.util
-
- SWITCHING_PROTOCOLS_101 - Static variable in class org.asynchttpclient.util.HttpConstants.ResponseStatusCodes
-
- validateSupportedScheme(Uri) - Static method in class org.asynchttpclient.util.HttpUtils
-
- valueOf(String) - Static method in enum org.asynchttpclient.AsyncHandler.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.AsyncHttpClientConfig.ResponseBodyPartFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.channel.ChannelPoolPartitioning.PerHostChannelPoolPartitioning
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.channel.NoopChannelPool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.netty.channel.ChannelState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.netty.channel.DefaultChannelPool.PoolLeaseStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.netty.DiscardEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.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.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
-