ListenableFuture
.IOExceptionFilter
that will
be invoked when an IOException
occurs during the
download/upload operations.RequestFilter
that will be
invoked before AsyncHttpClient.executeRequest(Request)
ResponseFilter
that will be
invoked as soon as the response is received, and before
AsyncHandler.onStatusReceived(HttpResponseStatus)
.TransferListener
WebSocketListener
WebSocketListener
that will be added to the WebSocket
Request
based on the last valid bytes
position.Appendable
customer for ByteBuffer
AsyncHandler
augmented with an AsyncCompletionHandler.onCompleted(Response)
convenience method which gets called
when the Response
processing is finished.AsyncHandler
of type Response
AsyncHandler.onStatusReceived(HttpResponseStatus)
,
AsyncHandler.onHeadersReceived(HttpResponseHeaders)
,
AsyncHandler.onBodyPartReceived(HttpResponseBodyPart)
, which could be invoked multiple times,
AsyncHandler.onCompleted()
, once the response has been fully read.
Returning a AsyncHandler.State.ABORT
from any of those callback methods will interrupt asynchronous response
processing, after that only AsyncHandler.onCompleted()
is going to be called.
AsyncHandler
.AsyncHttpClient
.AsyncHttpClient
AsyncHttpClientConfig
Body
to Netty's ChunkedInput
.SimpleAsyncHttpClient
class in order to process response's bytes.RandomAccessBody
to Netty's FileRegion
.AsyncHttpClientConfig
Realm
Response
instanceWebSocketUpgradeHandler
BodyGenerator
backed by a byte array.ByteBuffer
implementation of BodyConsumer
RequestBuilderBase.build()
method is called.Future
can be recovered.DefaultChannelGroup
that's used mainly as a cleanup container, where CleanupChannelGroup.close()
is only
supposed to be called once.AsyncHttpClient
by spawning a thread and avoid blocking.Cookie
.AsyncHttpClientConfig
configuration.AsyncHttpClientConfig
configuration.com.ning.http.client.providers.netty.pool.ChannelPool
based on a
ConcurrentHashMap
AsyncHttpClient
to execute requests.Runnable
, Executor
) pairs that guarantees
that every Runnable
that is added using the add method will be
executed in its associated Executor
after ExecutionList.run()
is called.BodyGenerator
which may return just part of the payload at the time handler is requesting it.RandomAccessFile
that can be used as a ResumableBodyConsumer
AsyncHttpClient
will invoke RequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>)
and will use the
returned FilterContext.getRequest()
and FilterContext.getAsyncHandler()
to continue the request
processing.AsyncHttpClient
will invoke IOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>)
and will
use the returned FilterContext
to replay the Request
or abort the processing.AsyncHttpClient
will invoke RequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>)
and will use the
returned FilterContext.getRequest()
and FilterContext.getAsyncHandler()
to continue the request
processing.AsyncHttpClient
will invoke ResponseFilter.filter(org.asynchttpclient.filter.FilterContext<T>)
and will use the
returned FilterContext.replayRequest()
and FilterContext.getAsyncHandler()
to decide if the response
processing can continue.AsyncHandler
to interrupt invocation of
the RequestFilter
and ResponseFilter
.String -> List<String>
map that adds a fluent interface, i.e.String -> List<String>
map that adds a fluent interface, i.e.AdvancedConfig
BodyDeferringAsyncHandler.getResponse()
.AsyncHandler
ByteBuffer
that wraps the actual bytes read from the response's chunk.AsyncHttpClient
will
keep connection in the pool, or -1 to keep connection while possible.AsyncHttpClient
can
wait when connecting to a remote hostCookie
.File
to upload.List
of the response header value.IOException
IOException
Future#get()
method.AsyncHttpClient
can
handle.AsyncHttpClient
can handle.IOException
is throw by the remote serverPart
AsyncHttpClient
will
keep connection in pool.ProxyServer
ProxyServer
used by an AsyncHttpClient
AsyncHttpClient
can
stay idle.Realm
Realm
Request
RequestFilter
AsyncHttpClient
waits
until the response is completed.ResponseFilter
HttpResponseHeaders
HttpResponseStatus
SSLContext
used for SSL connection.ThreadFactory
an
AsyncHttpClient
use for handling asynchronous response.AsyncHttpClient
, which is used for thread naming
and debugging.AsyncHttpClient
, or default string if name is null or empty.Uri
Uri
.WebSocket
may be idle before being timed
out.AsyncHandler
.AsyncHandler
It will return false if the either
AsyncHandler.onStatusReceived(HttpResponseStatus)
or AsyncHandler.onHeadersReceived(HttpResponseHeaders)
returned AsyncHandler.State.ABORT
AsyncHandler
SimpleAHCTransferListener#onHeaders(String, HeaderMap)
.AsyncHttpClient
common utilities.BodyGenerator
which use an InputStream
for reading bytes, without having to read the entire stream in memory.IOException
occurs during an http transaction.ConnectionsPool
support enabled.true
if the WebSocket is open/connected.Future
Map
in memory, contains information about the transferred bytes.Map
in memory, contains information about the transferred bytes.AsyncHttpClientConfig.getMaxRedirects()
has been reached.Response
API.Future
that can be used to track when an asynchronous HTTP request has been fully processed.SSLEngine
.RandomAccessFile
, allowing
resumable file download.WebSocket
is close.WebSocket
is close.WebSocket
is close.Request
body as been progressed.Request
body wasn't fully written in a single I/O write
operation.File
, String
or FileInputStream
has been fully
written on the I/O socket.File
, String
or FileInputStream
has been fully
written on the I/O socket.WebSocket
is open.WebSocket
is open.File
, String
or FileInputStream
has been fully
written on the I/O socket.File
, String
or FileInputStream
has been fully
written on the I/O socket.WebSocket
is open.WebSocket
is open.AsyncHttpClient
will invoke that method.AsyncHttpClient
will invoke that method.OutputStream
implementation for BodyConsumer
RequestBuilder
using a Request
Response
AsyncHandler
with two extra callback who get invoked during the content upload to a remote server.ResumableAsyncHandler.ResumableProcessor
which use a properties file
to store the download index information.Realm
IOExceptionFilter
tthat
will be invoked when an IOException
occurs during the
download/upload operations.RequestFilter
that will
be invoked before AsyncHttpClient.executeRequest(Request)
ResponseFilter
that will
be invoked as soon as the response is received, and before
AsyncHandler.onStatusReceived(HttpResponseStatus)
.TransferListener
WebSocketListener
WebSocketListener
Request
be executed.Request
.Request
AsyncCompletionHandler
AsyncHandler
which support resumable download, e.g when used with an ResumableIOExceptionFilter
,
this handler can resume the download operation at the point it was before the interruption occurred.ResumableAsyncHandler
ResumableListener
which use a RandomAccessFile
for storing the received bytes.Map
instance which contains information about the current transfer state.Map
instance which contains information about the current transfer state.ping with an optional payload
(limited to 125 bytes or less).
- sendPong(byte[]) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- sendPong(byte[]) - Method in interface org.asynchttpclient.ws.WebSocket
-
Send a
ping with an optional payload
(limited to 125 bytes or less).
- sendRequest(Request, AsyncHandler<T>, NettyResponseFuture<T>, boolean) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
-
- setAcceptAnyCertificate(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setAcceptAnyCertificate(boolean) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setAcceptAnyCertificate(boolean) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setAdvancedConfig(AdvancedConfig) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the
AdvancedConfig
- setAdvancedConfig(AdvancedConfig) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setAlgorithm(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setAllowPoolingConnections(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set true if connection can be pooled by a
ConnectionsPool
.
- setAllowPoolingConnections(boolean) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setAllowPoolingConnections(boolean) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setAllowPoolingSslConnections(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Return true is if connections pooling is enabled.
- setAllowPoolingSslConnections(boolean) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- 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<ByteBuffer>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBody(BodyGenerator) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBodyCharset(Charset) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setBodyPartFactory(AdvancedConfig.ResponseBodyPartFactory) - Method in class org.asynchttpclient.AdvancedConfig
-
- setChannelPool(ChannelPool) - Method in class org.asynchttpclient.AdvancedConfig
-
- setCharset(Charset) - Method in class org.asynchttpclient.proxy.ProxyServer
-
- setCharset(Charset) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setChunkedFileChunkSize(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setCompressionEnforced(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Enforce HTTP compression.
- setCompressionEnforced(boolean) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setCompressionEnforced(boolean) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setConnectAllowed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setConnectionPoolPartitioning(ConnectionPoolPartitioning) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setConnectionStrategy(ConnectionStrategy) - Method in class org.asynchttpclient.AdvancedConfig
-
- setConnectionTTL(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the maximum time in millisecond connection can be added to the
pool for further reuse
- setConnectionTTL(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setConnectTimeout(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the maximum time in millisecond an
AsyncHttpClient
can
wait when connecting to a remote host
- setConnectTimeout(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setConnectTimeout(int) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setContentLength(int) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setCookies(Collection<Cookie>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setDefaultThrowableHandler(ThrowableHandler) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setDisableUrlEncodingForBoundRequests(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Allows use unescaped URLs in requests useful for retrieving data from
broken sites
- setDisableUrlEncodingForBoundRequests(boolean) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setDisableZeroCopy(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.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.AsyncHttpClientConfig.Builder
-
- setEnabledProtocols(String[]) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setErrorDocumentBehaviour(SimpleAsyncHttpClient.ErrorDocumentBehaviour) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
This setting controls whether an error document should be written via
the
BodyConsumer
after an error status code was received (e.g.
- setEventLoopGroup(EventLoopGroup) - Method in class org.asynchttpclient.AdvancedConfig
-
- setFileName(String) - Method in class org.asynchttpclient.request.body.multipart.AbstractFilePart
-
- setFollowRedirect(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set to true to enable HTTP redirect
- setFollowRedirect(boolean) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setFollowRedirect(boolean) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setFollowRedirect(boolean) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setFollowRedirect(boolean) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setForceHttp10(boolean) - Method in class org.asynchttpclient.proxy.ProxyServer
-
- setFormParams(Map<String, List<String>>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setFormParams(List<Param>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setFormParams(Map<String, List<String>>) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setFormParams(List<Param>) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setFormParams(List<Param>) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setFormParams(Map<String, List<String>>) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setHandshakeTimeout(long) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setHeader(String, String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setHeader(String, String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setHeader(String, String) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setHeaders(FluentCaseInsensitiveStringsMap) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setHeaders(Map<String, Collection<String>>) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setHeaders(FluentCaseInsensitiveStringsMap) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setHeaders(Map<String, Collection<String>>) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setHeaders(Map<String, Collection<String>>) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setHeaders(FluentCaseInsensitiveStringsMap) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setHeadersAlreadyWrittenOnContinue(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setHttpAdditionalPipelineInitializer(AdvancedConfig.AdditionalPipelineInitializer) - Method in class org.asynchttpclient.AdvancedConfig
-
- setHttpClientCodecMaxChunkSize(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setHttpClientCodecMaxHeaderSize(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setHttpClientCodecMaxInitialLineLength(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setHttpHeaders(HttpHeaders) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setInetAddress(InetAddress) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setIOThreadMultiplier(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setIoThreadMultiplier(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setKeepAlive(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setKeepEncodingHeader(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setListener(FeedableBodyGenerator.FeedListener) - Method in interface org.asynchttpclient.request.body.generator.FeedableBodyGenerator
-
- setListener(FeedableBodyGenerator.FeedListener) - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
-
- setListener(FeedableBodyGenerator.FeedListener) - Method in class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator
-
- setListener(SimpleAHCTransferListener) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
Set the listener to notify about connection progress.
- setLocalInetAddress(InetAddress) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setMaxConnections(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the maximum number of connections an
AsyncHttpClient
can
handle.
- setMaxConnections(int) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setMaxConnectionsPerHost(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the maximum number of connections per (scheme, host, port) an
AsyncHttpClient
can handle.
- setMaxConnectionsPerHost(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setMaxConnectionsPerHost(int) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setMaxRedirects(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the maximum number of HTTP redirect
- setMaxRedirects(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setMaxRedirects(int) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setMaxRequestRetry(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the number of times a request will be retried when an
IOException
occurs because of a Network exception.
- setMaxRequestRetry(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setMaxRequestRetry(int) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
Set the number of time a request will be retried when an
IOException
occurs because of a Network exception.
- setMaxTotalConnections(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setMethod(String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setMethodName(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setNameResolver(NameResolver) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setNc(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setNettyRequest(NettyRequest) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setNettyTimer(Timer) - Method in class org.asynchttpclient.AdvancedConfig
-
- setNettyWebSocketFactory(AdvancedConfig.NettyWebSocketFactory) - Method in class org.asynchttpclient.AdvancedConfig
-
- setNonce(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setNtlmDomain(String) - Method in class org.asynchttpclient.proxy.ProxyServer
-
- setNtlmDomain(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setNtlmHost(String) - Method in class org.asynchttpclient.proxy.ProxyServer
-
- setNtlmHost(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setOmitQuery(boolean) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setOpaque(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setPassword(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setPooledConnectionIdleTimeout(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the maximum time in millisecond an
AsyncHttpClient
will
keep connection idle in pool.
- setPooledConnectionIdleTimeout(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setPooledConnectionIdleTimeout(int) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setPrincipal(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setProxyAuthorizationHeader(HttpHeaders, String) - Method in class org.asynchttpclient.netty.request.NettyRequestFactory
-
- setProxyHost(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setProxyPassword(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setProxyPort(int) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setProxyPrincipal(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setProxyProtocol(ProxyServer.Protocol) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setProxyServer(ProxyServer) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set an instance of
ProxyServer
used by an
AsyncHttpClient
- setProxyServer(ProxyServer) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setProxyServer(ProxyServer) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setProxyServerSelector(ProxyServerSelector) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set an instance of
ProxyServerSelector
used by an
AsyncHttpClient
- setProxyServerSelector(ProxyServerSelector) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setQop(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- 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.AsyncHttpClientConfig.Builder
-
Set the maximum time in millisecond an
AsyncHttpClient
can
stay idle.
- setReadTimeout(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setRealm(Realm) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the
Realm
that will be used for all requests.
- setRealm(Realm) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setRealm(Realm) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setRealmCharset(Charset) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setRealmName(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setRealmName(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setRealmNtlmDomain(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setRealmPassword(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setRealmPrincipal(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setRealmScheme(Realm.AuthScheme) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setRealmUsePreemptiveAuth(boolean) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setRequest(Request) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setRequestTimeout(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the maximum time in millisecond an
AsyncHttpClient
waits
until the response is completed.
- setRequestTimeout(int) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setRequestTimeout(int) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setRequestTimeout(int) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setResponse(String) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setResumableDownload(boolean) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
Enable resumable downloads for the SimpleAHC.
- setResumableDownload(boolean) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setResumableListener(ResumableListener) - Method in class org.asynchttpclient.handler.resumable.ResumableAsyncHandler
-
Set a
ResumableListener
- setReuseChannel(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setScheme(Realm.AuthScheme) - Method in class org.asynchttpclient.proxy.ProxyServer
-
- setScheme(Realm.AuthScheme) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setShutdownQuiet(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setShutdownTimeout(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.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
-
- setSocketChannelClass(Class<? extends Channel>) - Method in class org.asynchttpclient.AdvancedConfig
-
- setSSLContext(SSLContext) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the
SSLContext
for secure connection.
- setSslContext(SSLContext) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setSSLContext(SSLContext) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setSslEngineFactory(SSLEngineFactory) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setSslSessionCacheSize(Integer) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setSslSessionCacheSize(Integer) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setSslSessionTimeout(Integer) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setSslSessionTimeout(Integer) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setStalledTime(long) - Method in class org.asynchttpclient.request.body.multipart.AbstractFilePart
-
- setState(NettyResponseFuture.STATE) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setStreamWasAlreadyConsumed(boolean) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setStrict302Handling(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Configures this AHC instance to be strict in it's handling of 302
redirects in a POST/Redirect/GET situation.
- setStrict302Handling(boolean) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setTargetProxy(boolean) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setThreadFactory(ThreadFactory) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the
ThreadFactory
an
AsyncHttpClient
use for handling asynchronous response.
- setThreadFactory(ThreadFactory) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setThreadFactory(ThreadFactory) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setThreadPoolName(String) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the name of
AsyncHttpClient
.
- setThreadPoolName(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setTimeoutsHolder(TimeoutsHolder) - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- setUri(Uri) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setUri(Uri) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setUrl(String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setUrl(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setUrl(String) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setUseAbsoluteURI(boolean) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setUsePreemptiveAuth(boolean) - Method in class org.asynchttpclient.Realm.RealmBuilder
-
- setUseProxyProperties(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Sets whether AHC should use the default http.proxy* system properties
to obtain proxy information.
- setUseProxySelector(boolean) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Sets whether AHC should use the default JDK ProxySelector to select a
proxy server.
- setUserAgent(String) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the USER_AGENT header value
- setUserAgent(String) - Method in class org.asynchttpclient.config.AsyncHttpClientConfigBean
-
- setUserAgent(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setVirtualHost(String) - Method in class org.asynchttpclient.RequestBuilderBase
-
- setVirtualHost(String) - Method in class org.asynchttpclient.simple.SimpleAsyncHttpClient.Builder
-
- setVirtualHost(String) - Method in interface org.asynchttpclient.simple.SimpleAsyncHttpClient.DerivedBuilder
-
- setWebSocketMaxBufferSize(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setWebSocketMaxFrameSize(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
- setWebSocketTimeout(int) - Method in class org.asynchttpclient.AsyncHttpClientConfig.Builder
-
Set the maximum time in millisecond an
WebSocket
can stay idle.
- setWsAdditionalPipelineInitializer(AdvancedConfig.AdditionalPipelineInitializer) - Method in class org.asynchttpclient.AdvancedConfig
-
- sha1(byte[]) - Static method in class org.asynchttpclient.ws.WebSocketUtils
-
- shutdownQuiet - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- shutdownTimeout - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- 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
-
- SimpleAHCTransferListener - Interface in org.asynchttpclient.simple
-
A simple transfer listener for use with the
SimpleAsyncHttpClient
.
- SimpleAsyncHttpClient - Class in org.asynchttpclient.simple
-
Simple implementation of
AsyncHttpClient
and it's related builders (AsyncHttpClientConfig
,
Realm
, ProxyServer
and AsyncHandler
.
- SimpleAsyncHttpClient.Builder - Class in org.asynchttpclient.simple
-
- SimpleAsyncHttpClient.DerivedBuilder - Interface in org.asynchttpclient.simple
-
This interface contains possible configuration changes for a derived SimpleAsyncHttpClient.
- SimpleAsyncHttpClient.ErrorDocumentBehaviour - Enum in org.asynchttpclient.simple
-
- SimpleFeedableBodyGenerator - Class in org.asynchttpclient.request.body.generator
-
- SimpleFeedableBodyGenerator() - Constructor for class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator
-
- SimpleFeedableBodyGenerator.PushBody - Class in org.asynchttpclient.request.body.generator
-
- size() - Method in class org.asynchttpclient.FluentCaseInsensitiveStringsMap
- size() - Method in class org.asynchttpclient.FluentStringsMap
- size() - Method in class org.asynchttpclient.simple.HeaderMap
-
- 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
-
- sslContext - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- sslEngineFactory - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- SSLEngineFactory - Interface in org.asynchttpclient.channel
-
Factory that creates an
SSLEngine
to be used for a single SSL connection.
- SSLEngineFactory.DefaultSSLEngineFactory - Class in org.asynchttpclient.channel
-
- sslSessionCacheSize - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- sslSessionTimeout - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- SslUtils - Class in org.asynchttpclient.util
-
This class is a copy of http://github.com/sonatype/wagon-ning/raw/master/src/main/java/org/apache/maven/wagon/providers/http/SslUtils.java
- SslUtils() - Constructor for class org.asynchttpclient.util.SslUtils
-
- StackTraceInspector - Class in org.asynchttpclient.netty.future
-
- StackTraceInspector() - Constructor for class org.asynchttpclient.netty.future.StackTraceInspector
-
- start() - Method in class org.asynchttpclient.request.body.multipart.FilePartStallHandler
-
- status - Variable in class org.asynchttpclient.ResponseBase
-
- stream(byte[], boolean) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- stream(byte[], int, int, boolean) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- stream(String, boolean) - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- stream(byte[], boolean) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows streaming of multiple binary fragments.
- stream(byte[], int, int, boolean) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows streaming of multiple binary fragments.
- stream(String, boolean) - Method in interface org.asynchttpclient.ws.WebSocket
-
Allows streaming of multiple text fragments.
- 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
-
- strict302Handling - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- stringBuilder() - Static method in class org.asynchttpclient.util.StringUtils
-
BEWARE: MUSN'T APPEND TO ITSELF!
- StringCharSequence - Class in org.asynchttpclient.util
-
A CharSequence String wrapper that doesn't copy the char[] (damn new String implementation!!!)
- StringCharSequence(String, int, int) - Constructor for class org.asynchttpclient.util.StringCharSequence
-
- 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
-
- subSequence(int, int) - Method in class org.asynchttpclient.util.StringCharSequence
-
T
- threadFactory - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- threadPoolName - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- ThreadSafeHMAC - Class in org.asynchttpclient.oauth
-
Since cloning (of MAC instances) is not necessarily supported on all platforms
(and specifically seems to fail on MacOS), let's wrap synchronization/reuse details here.
- ThreadSafeHMAC(ConsumerKey, RequestToken) - Constructor for class org.asynchttpclient.oauth.ThreadSafeHMAC
-
- ThrottleRequestFilter - Class in org.asynchttpclient.extra
-
A
RequestFilter
throttles requests and block when the number of permits is reached, waiting for
the response to arrives before executing the next request.
- ThrottleRequestFilter(int) - Constructor for class org.asynchttpclient.extra.ThrottleRequestFilter
-
- ThrottleRequestFilter(int, int) - Constructor for class org.asynchttpclient.extra.ThrottleRequestFilter
-
- ThrottleRequestFilter(int, int, boolean) - Constructor for class org.asynchttpclient.extra.ThrottleRequestFilter
-
- ThrowableHandler - Interface in org.asynchttpclient.simple
-
Simple
Throwable
handler to be used with SimpleAsyncHttpClient
- TimeoutsHolder - Class in org.asynchttpclient.netty.timeout
-
- TimeoutsHolder() - Constructor for class org.asynchttpclient.netty.timeout.TimeoutsHolder
-
- timeoutsHolder - Variable in class org.asynchttpclient.netty.timeout.TimeoutTimerTask
-
- TimeoutTimerTask - Class in org.asynchttpclient.netty.timeout
-
- TimeoutTimerTask(NettyResponseFuture<?>, NettyRequestSender, TimeoutsHolder) - Constructor for class org.asynchttpclient.netty.timeout.TimeoutTimerTask
-
- toJavaNetURI() - Method in class org.asynchttpclient.uri.Uri
-
- toParams() - Method in class org.asynchttpclient.FluentStringsMap
-
- toRelativeUrl() - Method in class org.asynchttpclient.uri.Uri
-
- toString() - Method in class org.asynchttpclient.channel.pool.ConnectionPoolPartitioning.ProxyPartitionKey
-
- toString() - Method in class org.asynchttpclient.cookie.Cookie
-
- toString() - Method in class org.asynchttpclient.FluentCaseInsensitiveStringsMap
-
- toString() - Method in class org.asynchttpclient.FluentStringsMap
-
- toString() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- toString() - Method in class org.asynchttpclient.netty.ws.NettyWebSocket
-
- toString() - Method in class org.asynchttpclient.oauth.ConsumerKey
-
- toString() - Method in class org.asynchttpclient.oauth.RequestToken
-
- toString() - Method in enum org.asynchttpclient.proxy.ProxyServer.Protocol
-
- toString() - Method in class org.asynchttpclient.Realm
-
- toString() - Method in class org.asynchttpclient.request.body.multipart.AbstractFilePart
-
- toString() - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- toString() - Method in interface org.asynchttpclient.Response
-
Subclasses SHOULD implement toString() in a way that identifies the response for logging.
- toString() - Method in class org.asynchttpclient.ResponseBase
-
- toString() - Method in class org.asynchttpclient.uri.Uri
-
- toString() - Method in class org.asynchttpclient.util.StringCharSequence
-
- touch() - Method in class org.asynchttpclient.ListenableFuture.CompletedFailure
-
- touch() - Method in interface org.asynchttpclient.ListenableFuture
-
Touch the current instance to prevent external service to times out.
- touch() - Method in class org.asynchttpclient.netty.NettyResponseFuture
-
- touchSuccess() - Method in class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- toUrl() - Method in class org.asynchttpclient.uri.Uri
-
- TransferCompletionHandler - Class in org.asynchttpclient.handler
-
- TransferCompletionHandler() - Constructor for class org.asynchttpclient.handler.TransferCompletionHandler
-
Create a TransferCompletionHandler that will not accumulate bytes.
- TransferCompletionHandler(boolean) - Constructor for class org.asynchttpclient.handler.TransferCompletionHandler
-
Create a TransferCompletionHandler that can or cannot accumulate bytes and make it available when
Response.getResponseBody()
get called.
- transfered() - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
-
- TransferListener - Interface in org.asynchttpclient.handler
-
A simple interface an application can implements in order to received byte transfer information.
- transferTo(WritableByteChannel, long) - Method in class org.asynchttpclient.netty.request.body.BodyFileRegion
-
- transferTo(long, WritableByteChannel) - Method in class org.asynchttpclient.request.body.multipart.MultipartBody
-
- transferTo(long, WritableByteChannel) - Method in interface org.asynchttpclient.request.body.RandomAccessBody
-
Transfers the specified chunk of bytes from this body to the specified channel.
- tryToOfferChannelToPool(Channel, AsyncHandler<?>, boolean, Object) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
U
- UNKNOWN_EXPIRATION - Static variable in class org.asynchttpclient.channel.NameResolution
-
- UpgradeHandler<T> - Interface in org.asynchttpclient.ws
-
Invoked when an
AsyncHandler.State#UPGRADE
is returned.
- upgradePipelineForWebSockets(ChannelPipeline) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- upgradeProtocol(ChannelPipeline, Uri) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
- Uri - Class in org.asynchttpclient.uri
-
- Uri(String, String, String, int, String, String) - Constructor for class org.asynchttpclient.uri.Uri
-
- uriEncoder - Variable in class org.asynchttpclient.RequestBuilderBase
-
- UriEncoder - Enum in org.asynchttpclient.util
-
- uriEncoder(boolean) - Static method in enum org.asynchttpclient.util.UriEncoder
-
- urlEncodeFormParams(List<Param>, Charset) - Static method in class org.asynchttpclient.util.HttpUtils
-
- useProxyConnect() - Method in class org.asynchttpclient.uri.Uri
-
- userAgent - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- userAuth - Variable in class org.asynchttpclient.oauth.OAuthSignatureCalculator
-
- Utf8UrlDecoder - Class in org.asynchttpclient.util
-
- Utf8UrlEncoder - Class in org.asynchttpclient.util
-
Convenience class that encapsulates details of "percent encoding"
(as per RFC-3986, see [http://www.ietf.org/rfc/rfc3986.txt]).
V
- 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.channel.NameResolver.JdkNameResolver
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.channel.pool.ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning
-
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.netty.NettyResponseFuture.STATE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.proxy.ProxyServer.Protocol
-
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.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.asynchttpclient.simple.SimpleAsyncHttpClient.ErrorDocumentBehaviour
-
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.channel.NameResolver.JdkNameResolver
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.asynchttpclient.channel.pool.ConnectionPoolPartitioning.PerHostConnectionPoolPartitioning
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.asynchttpclient.FluentCaseInsensitiveStringsMap
- values() - Method in class org.asynchttpclient.FluentStringsMap
- 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.netty.NettyResponseFuture.STATE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.asynchttpclient.proxy.ProxyServer.Protocol
-
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.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.asynchttpclient.simple.HeaderMap
-
Only read access is supported.
- values() - Static method in enum org.asynchttpclient.simple.SimpleAsyncHttpClient.ErrorDocumentBehaviour
-
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.
- verifyChannelPipeline(ChannelPipeline, Uri, String) - Method in class org.asynchttpclient.netty.channel.ChannelManager
-
Always make sure the channel who got cached support the proper protocol.
- visitContentIdHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- visitContentTypeHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- visitCustomHeaders(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- visitDispositionHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.AbstractFilePart
-
- visitDispositionHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- visitEnd(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- visitEndOfHeaders(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- visitStart(PartVisitor, byte[]) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
- visitTransferEncodingHeader(PartVisitor) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
W
- WebDavCompletionHandlerBase<T> - Class in org.asynchttpclient.webdav
-
Simple
AsyncHandler
that add support for WebDav's response manipulation.
- WebDavCompletionHandlerBase() - Constructor for class org.asynchttpclient.webdav.WebDavCompletionHandlerBase
-
- WebDavResponse - Class in org.asynchttpclient.webdav
-
Customized
Response
which add support for getting the response's body as an XML document (@link WebDavResponse#getBodyAsXML}
- WebDavResponse(Response, Document) - Constructor for class org.asynchttpclient.webdav.WebDavResponse
-
- webSocket - Variable in class org.asynchttpclient.ws.DefaultWebSocketListener
-
- WebSocket - Interface in org.asynchttpclient.ws
-
A Websocket client
- WebSocketByteFragmentListener - Interface in org.asynchttpclient.ws
-
Invoked when WebSocket binary fragments are received.
- WebSocketByteListener - Interface in org.asynchttpclient.ws
-
A
WebSocketListener
for bytes
- WebSocketCloseCodeReasonListener - Interface in org.asynchttpclient.ws
-
Extend the normal close listener with one that support the WebSocket's code and reason.
- WebSocketListener - Interface in org.asynchttpclient.ws
-
A generic
WebSocketListener
for WebSocket events.
- webSocketMaxBufferSize - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- webSocketMaxFrameSize - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- WebSocketPingListener - Interface in org.asynchttpclient.ws
-
A WebSocket's Ping Listener
- WebSocketPongListener - Interface in org.asynchttpclient.ws
-
A WebSocket's Pong Listener
- WebSocketProtocol - Class in org.asynchttpclient.netty.handler
-
- WebSocketProtocol(ChannelManager, AsyncHttpClientConfig, AdvancedConfig, NettyRequestSender) - Constructor for class org.asynchttpclient.netty.handler.WebSocketProtocol
-
- WebSocketTextFragmentListener - Interface in org.asynchttpclient.ws
-
Invoked when WebSocket text fragments are received.
- WebSocketTextListener - Interface in org.asynchttpclient.ws
-
A
WebSocketListener
for text message
- webSocketTimeout - Variable in class org.asynchttpclient.AsyncHttpClientConfig
-
- WebSocketUpgradeHandler - Class in org.asynchttpclient.ws
-
An
AsyncHandler
which is able to execute WebSocket upgrade.
- WebSocketUpgradeHandler(List<WebSocketListener>) - Constructor for class org.asynchttpclient.ws.WebSocketUpgradeHandler
-
- WebSocketUpgradeHandler.Builder - Class in org.asynchttpclient.ws
-
Build a
WebSocketUpgradeHandler
- WebSocketUtils - Class in org.asynchttpclient.ws
-
- WebSocketUtils() - Constructor for class org.asynchttpclient.ws.WebSocketUtils
-
- withByte(byte) - Method in class org.asynchttpclient.request.body.multipart.CounterPartVisitor
-
- withByte(byte) - Method in class org.asynchttpclient.request.body.multipart.OutputStreamPartVisitor
-
- withByte(byte) - Method in interface org.asynchttpclient.request.body.multipart.PartVisitor
-
- withBytes(byte[]) - Method in class org.asynchttpclient.request.body.multipart.CounterPartVisitor
-
- withBytes(byte[]) - Method in class org.asynchttpclient.request.body.multipart.OutputStreamPartVisitor
-
- withBytes(byte[]) - Method in interface org.asynchttpclient.request.body.multipart.PartVisitor
-
- withDefault(T, T) - Static method in class org.asynchttpclient.util.MiscUtils
-
- withNewQuery(String) - Method in class org.asynchttpclient.uri.Uri
-
- withNewScheme(String) - Method in class org.asynchttpclient.uri.Uri
-
- withoutQueryWithParams(List<Param>) - Method in enum org.asynchttpclient.util.UriEncoder
-
- withQueryWithoutParams(String) - Method in enum org.asynchttpclient.util.UriEncoder
-
- withQueryWithParams(String, List<Param>) - Method in enum org.asynchttpclient.util.UriEncoder
-
- write(Channel, NettyResponseFuture<?>) - Method in interface org.asynchttpclient.netty.request.body.NettyBody
-
- write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyBodyBody
-
- write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyDirectBody
-
- write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyFileBody
-
- write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyInputStreamBody
-
- write(Channel, NettyResponseFuture<?>) - Method in class org.asynchttpclient.netty.request.body.NettyReactiveStreamsBody
-
- write(WritableByteChannel, byte[]) - Method in class org.asynchttpclient.request.body.multipart.ByteArrayPart
-
- write(WritableByteChannel, byte[]) - Method in class org.asynchttpclient.request.body.multipart.FilePart
-
- write(OutputStream, byte[]) - Method in interface org.asynchttpclient.request.body.multipart.Part
-
Write all the data to the output stream.
- write(WritableByteChannel, byte[]) - Method in interface org.asynchttpclient.request.body.multipart.Part
-
- write(OutputStream, byte[]) - Method in class org.asynchttpclient.request.body.multipart.PartBase
-
Write all the data to the output stream.
- write(WritableByteChannel, byte[]) - Method in class org.asynchttpclient.request.body.multipart.StringPart
-
- writeBytesToChannel(WritableByteChannel, byte[]) - Static method in class org.asynchttpclient.request.body.multipart.MultipartUtils
-
- writeChunkBoundaries() - Method in interface org.asynchttpclient.request.body.generator.FeedableBodyGenerator
-
- writeChunkBoundaries() - Method in class org.asynchttpclient.request.body.generator.ReactiveStreamsBodyGenerator
-
- writeChunkBoundaries() - Method in class org.asynchttpclient.request.body.generator.SimpleFeedableBodyGenerator
-
- writeHappened() - Method in class org.asynchttpclient.request.body.multipart.FilePartStallHandler
-
- writeRequest(NettyResponseFuture<T>, Channel) - Method in class org.asynchttpclient.netty.request.NettyRequestSender
-
- writeTo(OutputStream) - Method in class org.asynchttpclient.HttpResponseBodyPart
-
Write the available bytes to the
OutputStream
- writeTo(OutputStream) - Method in class org.asynchttpclient.netty.EagerNettyResponseBodyPart
-
- writeTo(OutputStream) - Method in class org.asynchttpclient.netty.LazyNettyResponseBodyPart
-
- WS - Static variable in class org.asynchttpclient.uri.Uri
-
- WS_DECODER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
-
- WS_ENCODER_HANDLER - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
-
- WS_FRAME_AGGREGATOR - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
-
- WS_PROCESSOR - Static variable in class org.asynchttpclient.netty.channel.ChannelManager
-
- WSS - Static variable in class org.asynchttpclient.uri.Uri
-
A B C D E F G H I K L M N O P Q R S T U V W
Copyright © 2015. All Rights Reserved.