Uses of Enum
com.ning.http.client.Realm.AuthScheme
Packages that use Realm.AuthScheme
-
Uses of Realm.AuthScheme in com.ning.http.client
Methods in com.ning.http.client that return Realm.AuthSchemeModifier and TypeMethodDescriptionProxyServer.getScheme()Realm.getScheme()Realm.RealmBuilder.getScheme()static Realm.AuthSchemeReturns 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 com.ning.http.client with parameters of type Realm.AuthSchemeModifier and TypeMethodDescriptionSimpleAsyncHttpClient.Builder.setRealmScheme(Realm.AuthScheme scheme) voidProxyServer.setScheme(Realm.AuthScheme scheme) Realm.RealmBuilder.setScheme(Realm.AuthScheme scheme)