| Package | Description |
|---|---|
| rocks.xmpp.core.sasl |
Provides classes for SASL Negotiation (authentication).
|
| rocks.xmpp.core.stream |
Provides classes for XML Streams, especially Stream Negotiation.
|
| rocks.xmpp.core.tls |
Provides classes for transport layer security.
|
| rocks.xmpp.extensions.compress |
Provides classes for XEP-0138: Stream Compression.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureNegotiator.Status |
AuthenticationManager.processNegotiation(Object element) |
| Modifier and Type | Method and Description |
|---|---|
FeatureNegotiator.Status |
FeatureEvent.getStatus()
Gets the status of the feature negotiation.
|
abstract FeatureNegotiator.Status |
FeatureNegotiator.processNegotiation(Object element)
Processes a feature protocol element or the feature element itself.
|
static FeatureNegotiator.Status |
FeatureNegotiator.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureNegotiator.Status[] |
FeatureNegotiator.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FeatureNegotiator.notifyFeatureNegotiated(FeatureNegotiator.Status status,
Object element)
Notifies the listener, if a feature negotiation has completed.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureNegotiator.Status |
SecurityManager.processNegotiation(Object element) |
| Modifier and Type | Method and Description |
|---|---|
FeatureNegotiator.Status |
CompressionManager.processNegotiation(Object element) |
Copyright © 2014 XMPP.rocks. All rights reserved.