Package | Description |
---|---|
org.asynchttpclient | |
org.asynchttpclient.proxy | |
org.asynchttpclient.simple |
Modifier and Type | Method and Description |
---|---|
Realm.AuthScheme |
Realm.getScheme() |
Realm.AuthScheme |
Realm.RealmBuilder.getScheme() |
static Realm.AuthScheme |
Realm.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.
|
Modifier and Type | Method and Description |
---|---|
Realm.RealmBuilder |
Realm.RealmBuilder.setScheme(Realm.AuthScheme scheme) |
Modifier and Type | Method and Description |
---|---|
Realm.AuthScheme |
ProxyServer.getScheme() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyServer.setScheme(Realm.AuthScheme scheme) |
Modifier and Type | Method and Description |
---|---|
SimpleAsyncHttpClient.Builder |
SimpleAsyncHttpClient.Builder.setRealmScheme(Realm.AuthScheme scheme) |
Copyright © 2015. All Rights Reserved.