Package | Description |
---|---|
org.asynchttpclient | |
org.asynchttpclient.config | |
org.asynchttpclient.netty.handler | |
org.asynchttpclient.util |
Modifier and Type | Field and Description |
---|---|
protected Realm |
AsyncHttpClientConfig.realm |
Modifier and Type | Method and Description |
---|---|
Realm |
Realm.RealmBuilder.build()
Build a
Realm |
Realm |
Request.getRealm()
Return the
Realm |
Realm |
AsyncHttpClientConfig.getRealm()
Return the current
Realm |
Modifier and Type | Method and Description |
---|---|
Realm.RealmBuilder |
Realm.RealmBuilder.clone(Realm clone) |
T |
RequestBuilderBase.setRealm(Realm realm) |
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.setRealm(Realm realm)
Set the
Realm that will be used for all requests. |
Modifier and Type | Method and Description |
---|---|
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.setRealm(Realm realm) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Protocol.exitAfterHandlingRedirect(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
io.netty.handler.codec.http.HttpResponse response,
Request request,
int statusCode,
Realm realm) |
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.perRequestAuthorizationHeader(Request request,
Realm realm) |
static String |
AuthenticatorUtils.perRequestProxyAuthorizationHeader(Request request,
ProxyServer proxyServer,
Realm realm,
boolean connect) |
Copyright © 2015. All Rights Reserved.