| Package | Description |
|---|---|
| com.ning.http.client | |
| com.ning.http.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 |
AsyncHttpClientConfig.getRealm()
Return the current
Realm} |
Realm |
Request.getRealm()
Return the
Realm |
| Modifier and Type | Method and Description |
|---|---|
Realm.RealmBuilder |
Realm.RealmBuilder.clone(Realm clone) |
T |
RequestBuilderBase.setRealm(Realm realm) |
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.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 |
|---|---|
static String |
AuthenticatorUtils.computeBasicAuthentication(Realm realm) |
static String |
AuthenticatorUtils.computeDigestAuthentication(Realm realm) |
static String |
AuthenticatorUtils.computeRealmURI(Realm realm) |
static String |
AuthenticatorUtils.perConnectionAuthorizationHeader(Request request,
Uri uri,
ProxyServer proxyServer,
Realm realm) |
static String |
AuthenticatorUtils.perRequestAuthorizationHeader(Request request,
Uri uri,
Realm realm) |
static String |
AuthenticatorUtils.perRequestProxyAuthorizationHeader(Request request,
Realm realm,
ProxyServer proxyServer,
boolean connect) |
Copyright © 2019. All Rights Reserved.