Uses of Class
com.ning.http.client.Realm
Packages that use Realm
-
Uses of Realm in com.ning.http.client
Fields in com.ning.http.client declared as RealmMethods in com.ning.http.client that return RealmModifier and TypeMethodDescriptionRealm.RealmBuilder.build()Build aRealmAsyncHttpClientConfig.getRealm()Return the currentRealm}Request.getRealm()Return theRealmMethods in com.ning.http.client with parameters of type Realm -
Uses of Realm in com.ning.http.util
Methods in com.ning.http.util with parameters of type RealmModifier and TypeMethodDescriptionstatic StringAuthenticatorUtils.computeBasicAuthentication(Realm realm) static StringAuthenticatorUtils.computeDigestAuthentication(Realm realm) static StringAuthenticatorUtils.computeRealmURI(Realm realm) static StringAuthenticatorUtils.perConnectionAuthorizationHeader(Request request, Uri uri, ProxyServer proxyServer, Realm realm) static StringAuthenticatorUtils.perRequestAuthorizationHeader(Request request, Uri uri, Realm realm) static StringAuthenticatorUtils.perRequestProxyAuthorizationHeader(Request request, Realm realm, ProxyServer proxyServer, boolean connect)