Uses of Class
org.asynchttpclient.Realm.AuthScheme
- 
Packages that use Realm.AuthScheme Package Description org.asynchttpclient 
- 
- 
Uses of Realm.AuthScheme in org.asynchttpclientMethods in org.asynchttpclient that return Realm.AuthScheme Modifier and Type Method Description Realm.AuthSchemeRealm. getScheme()static Realm.AuthSchemeRealm.AuthScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static Realm.AuthScheme[]Realm.AuthScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.asynchttpclient with parameters of type Realm.AuthScheme Modifier and Type Method Description static Realm.BuilderDsl. realm(Realm.AuthScheme scheme, String principal, String password)Realm.BuilderRealm.Builder. setScheme(Realm.AuthScheme scheme)
 
-