| Package | Description |
|---|---|
| org.asynchttpclient | |
| org.asynchttpclient.netty | |
| org.asynchttpclient.netty.handler.intercept | |
| org.asynchttpclient.netty.request | |
| org.asynchttpclient.proxy | |
| org.asynchttpclient.util |
| Modifier and Type | Field and Description |
|---|---|
protected Realm |
RequestBuilderBase.realm |
| Modifier and Type | Method and Description |
|---|---|
Realm |
Realm.Builder.build()
Build a
Realm |
Realm |
Request.getRealm()
Return the
Realm |
Realm |
DefaultRequest.getRealm() |
Realm |
DefaultAsyncHttpClientConfig.getRealm() |
Realm |
AsyncHttpClientConfig.getRealm()
Return the current
Realm |
| Modifier and Type | Method and Description |
|---|---|
static Realm.Builder |
Dsl.realm(Realm prototype) |
T |
RequestBuilderBase.setRealm(Realm realm) |
DefaultAsyncHttpClientConfig.Builder |
DefaultAsyncHttpClientConfig.Builder.setRealm(Realm realm) |
| 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 |
|---|---|
Realm |
NettyResponseFuture.getProxyRealm() |
Realm |
NettyResponseFuture.getRealm() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyResponseFuture.setProxyRealm(Realm proxyRealm) |
void |
NettyResponseFuture.setRealm(Realm realm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Unauthorized401Interceptor.exitAfterHandling401(Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm,
ProxyServer proxyServer,
io.netty.handler.codec.http.HttpRequest httpRequest) |
boolean |
Redirect30xInterceptor.exitAfterHandlingRedirect(Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm) |
| Modifier and Type | Method and Description |
|---|---|
NettyRequest |
NettyRequestFactory.newNettyRequest(Request request,
boolean forceConnect,
ProxyServer proxyServer,
Realm realm,
Realm proxyRealm) |
| Modifier and Type | Method and Description |
|---|---|
Realm |
ProxyServer.getRealm() |
| Modifier and Type | Method and Description |
|---|---|
ProxyServer.Builder |
ProxyServer.Builder.setRealm(Realm realm) |
| Constructor and Description |
|---|
ProxyServer(String host,
int port,
int securedPort,
Realm realm,
List<String> nonProxyHosts) |
| Modifier and Type | Method and Description |
|---|---|
static String |
AuthenticatorUtils.computeBasicAuthentication(Realm realm) |
static String |
AuthenticatorUtils.computeRealmURI(Realm realm) |
static String |
AuthenticatorUtils.perConnectionAuthorizationHeader(Request request,
ProxyServer proxyServer,
Realm realm) |
static String |
AuthenticatorUtils.perConnectionProxyAuthorizationHeader(Request request,
Realm proxyRealm) |
static String |
AuthenticatorUtils.perRequestAuthorizationHeader(Realm realm) |
static String |
AuthenticatorUtils.perRequestProxyAuthorizationHeader(Realm proxyRealm) |
Copyright © 2016. All Rights Reserved.