Uses of Class
com.ning.http.client.Realm

Packages that use Realm
com.ning.http.client   
com.ning.http.util   
 

Uses of Realm in com.ning.http.client
 

Methods in com.ning.http.client that return Realm
 Realm Realm.RealmBuilder.build()
          Build a Realm
 Realm AsyncHttpClientConfig.getRealm()
          Return the current Realm}
 Realm Request.getRealm()
          Return the Realm
 

Methods in com.ning.http.client with parameters of type Realm
 Realm.RealmBuilder Realm.RealmBuilder.clone(Realm clone)
           
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.setRealm(Realm realm)
          Set the Realm that will be used for all requests.
 T RequestBuilderBase.setRealm(Realm realm)
           
 

Uses of Realm in com.ning.http.util
 

Methods in com.ning.http.util with parameters of type Realm
static String AuthenticatorUtils.computeBasicAuthentication(Realm realm)
           
static String AuthenticatorUtils.computeDigestAuthentication(Realm realm)
           
 



Copyright © 2011. All Rights Reserved.