| Package | Description |
|---|---|
| abs.ixi.client.xmpp | |
| abs.ixi.client.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
SASLFeature.SASLMechanism |
StreamContext.getSaslMechanism() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamContext.setSaslMechanism(SASLFeature.SASLMechanism saslMechanism) |
| Modifier and Type | Method and Description |
|---|---|
static SASLFeature.SASLMechanism |
SASLFeature.SASLMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SASLFeature.SASLMechanism[] |
SASLFeature.SASLMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SASLFeature.SASLMechanism> |
SASLFeature.getMechanisms() |
| Modifier and Type | Method and Description |
|---|---|
void |
SASLFeature.setMmechanisms(List<SASLFeature.SASLMechanism> mechanisms) |
| Constructor and Description |
|---|
SASLAuth(String userName,
String pwd,
SASLFeature.SASLMechanism mechanism) |
Copyright © 2019. All rights reserved.