Package | Description |
---|---|
org.asynchttpclient | |
org.asynchttpclient.oauth | |
org.asynchttpclient.simple | |
org.asynchttpclient.util |
Modifier and Type | Field and Description |
---|---|
protected List<Param> |
RequestBuilderBase.rbQueryParams |
Modifier and Type | Method and Description |
---|---|
List<Param> |
Request.getFormParams()
Return the current form parameters.
|
List<Param> |
Request.getQueryParams()
Return the query params.
|
List<Param> |
FluentStringsMap.toParams() |
Modifier and Type | Method and Description |
---|---|
T |
RequestBuilderBase.addQueryParams(List<Param> params) |
T |
RequestBuilderBase.setFormParams(List<Param> params) |
T |
RequestBuilderBase.setQueryParams(List<Param> params) |
Modifier and Type | Method and Description |
---|---|
String |
OAuthSignatureCalculator.calculateSignature(String method,
Uri uri,
long oauthTimestamp,
String nonce,
List<Param> formParams,
List<Param> queryParams)
Method for calculating OAuth signature using HMAC/SHA-1 method.
|
String |
OAuthSignatureCalculator.calculateSignature(String method,
Uri uri,
long oauthTimestamp,
String nonce,
List<Param> formParams,
List<Param> queryParams)
Method for calculating OAuth signature using HMAC/SHA-1 method.
|
Modifier and Type | Method and Description |
---|---|
SimpleAsyncHttpClient.DerivedBuilder |
SimpleAsyncHttpClient.DerivedBuilder.setFormParams(List<Param> params) |
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.setFormParams(List<Param> params) |
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 © 2015. All Rights Reserved.