Skip navigation links
A B C D F G H O P R S T V 

A

addBodyPart(Part) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
addBodyPart(Part) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
addCookie(Cookie) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
addCookie(Cookie) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
addFormParam(String, String) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
addFormParam(String, String) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
addHeader(CharSequence, Object) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
addHeader(CharSequence, Object) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
addQueryParam(String, String) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
addQueryParam(String, String) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
AppendableBodyConsumer - Class in org.asynchttpclient.extras.simple
An Appendable customer for ByteBuffer
AppendableBodyConsumer(Appendable, Charset) - Constructor for class org.asynchttpclient.extras.simple.AppendableBodyConsumer
 
AppendableBodyConsumer(Appendable) - Constructor for class org.asynchttpclient.extras.simple.AppendableBodyConsumer
 

B

BodyConsumer - Interface in org.asynchttpclient.extras.simple
A simple API to be used with the SimpleAsyncHttpClient class in order to process response's bytes.
build() - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
build() - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
Builder() - Constructor for class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
ByteBufferBodyConsumer - Class in org.asynchttpclient.extras.simple
A ByteBuffer implementation of BodyConsumer
ByteBufferBodyConsumer(ByteBuffer) - Constructor for class org.asynchttpclient.extras.simple.ByteBufferBodyConsumer
 

C

close() - Method in class org.asynchttpclient.extras.simple.AppendableBodyConsumer
 
close() - Method in class org.asynchttpclient.extras.simple.ByteBufferBodyConsumer
close() - Method in class org.asynchttpclient.extras.simple.FileBodyConsumer
close() - Method in class org.asynchttpclient.extras.simple.OutputStreamBodyConsumer
close() - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
Close the underlying AsyncHttpClient for this instance.
consume(ByteBuffer) - Method in class org.asynchttpclient.extras.simple.AppendableBodyConsumer
 
consume(ByteBuffer) - Method in interface org.asynchttpclient.extras.simple.BodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class org.asynchttpclient.extras.simple.ByteBufferBodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class org.asynchttpclient.extras.simple.FileBodyConsumer
Consume the received bytes.
consume(ByteBuffer) - Method in class org.asynchttpclient.extras.simple.OutputStreamBodyConsumer
Consume the received bytes.

D

delete() - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
delete(ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
delete(BodyConsumer) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
delete(BodyConsumer, ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
derive() - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
Returns a Builder for a derived SimpleAsyncHttpClient that uses the same instance of AsyncHttpClient to execute requests.

F

FileBodyConsumer - Class in org.asynchttpclient.extras.simple
A RandomAccessFile that can be used as a ResumableBodyConsumer
FileBodyConsumer(RandomAccessFile) - Constructor for class org.asynchttpclient.extras.simple.FileBodyConsumer
 

G

get() - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
get(ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
get(BodyConsumer) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
get(BodyConsumer, ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
getTransferredBytes() - Method in class org.asynchttpclient.extras.simple.FileBodyConsumer
Get the previously transferred bytes, for example the current file size.
getTransferredBytes() - Method in interface org.asynchttpclient.extras.simple.ResumableBodyConsumer
Get the previously transferred bytes, for example the current file size.

H

head() - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
head(ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 

O

onBytesReceived(Uri, long, long, long) - Method in interface org.asynchttpclient.extras.simple.SimpleAHCTransferListener
This method is called when bytes of the responses body are received.
onBytesSent(Uri, long, long, long) - Method in interface org.asynchttpclient.extras.simple.SimpleAHCTransferListener
This method is called when bytes are sent.
onCompleted(Uri, int, String) - Method in interface org.asynchttpclient.extras.simple.SimpleAHCTransferListener
This method is called when the request is completed.
onHeaders(Uri, HttpHeaders) - Method in interface org.asynchttpclient.extras.simple.SimpleAHCTransferListener
This method is called after the response headers are received.
onStatus(Uri, int, String) - Method in interface org.asynchttpclient.extras.simple.SimpleAHCTransferListener
This method is called after the connection status is received.
onThrowable(Throwable) - Method in interface org.asynchttpclient.extras.simple.ThrowableHandler
 
options() - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
options(ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
options(BodyConsumer) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
options(BodyConsumer, ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
org.asynchttpclient.extras.simple - package org.asynchttpclient.extras.simple
 
OutputStreamBodyConsumer - Class in org.asynchttpclient.extras.simple
A simple OutputStream implementation for BodyConsumer
OutputStreamBodyConsumer(OutputStream) - Constructor for class org.asynchttpclient.extras.simple.OutputStreamBodyConsumer
 

P

post(Part...) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
post(BodyConsumer, Part...) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
post(BodyGenerator) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
post(BodyGenerator, ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
post(BodyGenerator, BodyConsumer) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
post(BodyGenerator, BodyConsumer, ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
put(Part...) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
put(BodyConsumer, Part...) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
put(BodyGenerator, BodyConsumer) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
put(BodyGenerator, BodyConsumer, ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
put(BodyGenerator) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 
put(BodyGenerator, ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient
 

R

ResumableBodyConsumer - Interface in org.asynchttpclient.extras.simple
 
resume() - Method in class org.asynchttpclient.extras.simple.FileBodyConsumer
Prepare this consumer to resume a download, for example by seeking to the end of the underlying file.
resume() - Method in interface org.asynchttpclient.extras.simple.ResumableBodyConsumer
Prepare this consumer to resume a download, for example by seeking to the end of the underlying file.

S

setAcceptAnyCertificate(boolean) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setCompressionEnforced(boolean) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setConnectTimeout(int) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setDefaultThrowableHandler(ThrowableHandler) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setErrorDocumentBehaviour(SimpleAsyncHttpClient.ErrorDocumentBehaviour) - Method in class org.asynchttpclient.extras.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.
setFollowRedirect(boolean) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setFollowRedirect(boolean) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
setFormParams(Map<String, List<String>>) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setFormParams(List<Param>) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setFormParams(List<Param>) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
setFormParams(Map<String, List<String>>) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
setHeader(CharSequence, Object) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setHeader(CharSequence, Object) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
setHeaders(HttpHeaders) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setHeaders(Map<? extends CharSequence, Collection<?>>) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setHeaders(Map<? extends CharSequence, Collection<?>>) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
setHeaders(HttpHeaders) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
setKeepAlive(boolean) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setListener(SimpleAHCTransferListener) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
Set the listener to notify about connection progress.
setMaxConnections(int) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setMaxConnectionsPerHost(int) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setMaxRedirects(int) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setMaxRequestRetry(int) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
Set the number of time a request will be retried when an IOException occurs because of a Network exception.
setPooledConnectionIdleTimeout(int) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setProxyAuthScheme(Realm.AuthScheme) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setProxyHost(String) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setProxyPassword(String) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setProxyPort(int) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setProxyPrincipal(String) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setRealm(Realm) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setRequestTimeout(int) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setResumableDownload(boolean) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
Enable resumable downloads for the SimpleAHC.
setResumableDownload(boolean) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
setSslContext(SslContext) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setSslEngineFactory(SslEngineFactory) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setThreadFactory(ThreadFactory) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setUrl(String) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setUrl(String) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
setUserAgent(String) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setVirtualHost(String) - Method in class org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.Builder
 
setVirtualHost(String) - Method in interface org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.DerivedBuilder
 
SimpleAHCTransferListener - Interface in org.asynchttpclient.extras.simple
A simple transfer listener for use with the SimpleAsyncHttpClient.
SimpleAsyncHttpClient - Class in org.asynchttpclient.extras.simple
Simple implementation of AsyncHttpClient and it's related builders (AsyncHttpClientConfig, Realm, ProxyServer and AsyncHandler.
SimpleAsyncHttpClient.Builder - Class in org.asynchttpclient.extras.simple
 
SimpleAsyncHttpClient.DerivedBuilder - Interface in org.asynchttpclient.extras.simple
This interface contains possible configuration changes for a derived SimpleAsyncHttpClient.
SimpleAsyncHttpClient.ErrorDocumentBehaviour - Enum in org.asynchttpclient.extras.simple
 

T

ThrowableHandler - Interface in org.asynchttpclient.extras.simple
Simple Throwable handler to be used with SimpleAsyncHttpClient

V

valueOf(String) - Static method in enum org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.ErrorDocumentBehaviour
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.asynchttpclient.extras.simple.SimpleAsyncHttpClient.ErrorDocumentBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G H O P R S T V 
Skip navigation links

Copyright © 2021. All rights reserved.