Package | Description |
---|---|
org.asynchttpclient | |
org.asynchttpclient.request.body.multipart | |
org.asynchttpclient.util |
Modifier and Type | Field and Description |
---|---|
protected List<Param> |
RequestBuilderBase.formParams |
protected List<Param> |
RequestBuilderBase.queryParams |
Modifier and Type | Method and Description |
---|---|
List<Param> |
Request.getFormParams() |
List<Param> |
DefaultRequest.getFormParams() |
List<Param> |
Request.getQueryParams() |
List<Param> |
DefaultRequest.getQueryParams() |
static List<Param> |
Param.map2ParamList(Map<String,List<String>> map) |
Modifier and Type | Method and Description |
---|---|
T |
RequestBuilderBase.addQueryParams(List<Param> params) |
T |
RequestBuilderBase.setFormParams(List<Param> params) |
T |
RequestBuilderBase.setQueryParams(List<Param> params) |
Constructor and Description |
---|
DefaultRequest(String method,
Uri uri,
InetAddress address,
InetAddress localAddress,
io.netty.handler.codec.http.HttpHeaders headers,
List<Cookie> cookies,
byte[] byteData,
List<byte[]> compositeByteData,
String stringData,
ByteBuffer byteBufferData,
InputStream streamData,
BodyGenerator bodyGenerator,
List<Param> formParams,
List<Part> bodyParts,
String virtualHost,
ProxyServer proxyServer,
Realm realm,
File file,
Boolean followRedirect,
int requestTimeout,
long rangeOffset,
Charset charset,
ChannelPoolPartitioning channelPoolPartitioning,
NameResolver<InetAddress> nameResolver) |
Modifier and Type | Method and Description |
---|---|
List<Param> |
PartBase.getCustomHeaders() |
List<Param> |
Part.getCustomHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
PartBase.setCustomHeaders(List<Param> customHeaders) |
Modifier and Type | Method and Description |
---|---|
Uri |
UriEncoder.encode(Uri uri,
List<Param> queryParams) |
static ByteBuffer |
HttpUtils.urlEncodeFormParams(List<Param> params,
Charset charset) |
protected abstract String |
UriEncoder.withoutQueryWithParams(List<Param> queryParams) |
protected abstract String |
UriEncoder.withQueryWithParams(String query,
List<Param> queryParams) |
Copyright © 2016. All Rights Reserved.