| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleAsyncHttpClient.Builder |
| Modifier and Type | Method and Description |
|---|---|
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addBodyPart(Part part) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addCookie(io.netty.handler.codec.http.cookie.Cookie cookie) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addFormParam(String key,
String value) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addHeader(CharSequence name,
Object value) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.addQueryParam(String name,
String value) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.derive()
Returns a Builder for a derived SimpleAsyncHttpClient that uses the same
instance of
AsyncHttpClient to execute requests. |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setFollowRedirect(boolean followRedirect) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setFormParams(List<Param> params) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setFormParams(Map<String,List<String>> params) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setHeader(CharSequence name,
Object value) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setHeaders(io.netty.handler.codec.http.HttpHeaders headers) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setHeaders(Map<? extends CharSequence,Collection<?>> headers) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setResumableDownload(boolean resume) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setUrl(String url) |
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setVirtualHost(String virtualHost) |
Copyright © 2021. All rights reserved.