| Package | Description |
|---|---|
| org.freedesktop.dbus.connections | |
| org.freedesktop.dbus.connections.transports |
| Modifier and Type | Method and Description |
|---|---|
static SASL.SaslMode |
SASL.SaslMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SASL.SaslMode[] |
SASL.SaslMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SASL.auth(SASL.SaslMode mode,
int types,
String guid,
OutputStream out,
InputStream in,
Socket us)
performs SASL auth on the given streams.
|
| Modifier and Type | Method and Description |
|---|---|
protected SASL.SaslMode |
AbstractTransport.getSaslMode() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTransport.setSaslMode(SASL.SaslMode _saslMode) |
Copyright © 2020. All rights reserved.