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)
           
 T RequestBuilderBase.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 java.lang.String AuthenticatorUtils.computeBasicAuthentication(Realm realm)
           
static java.lang.String AuthenticatorUtils.computeDigestAuthentication(Realm realm)
           
 



Copyright © 2011. All Rights Reserved.