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
 

Fields in com.ning.http.client declared as Realm
protected  Realm AsyncHttpClientConfig.realm
           
 

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

Methods in com.ning.http.client with parameters of type Realm
 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.
 

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.