| 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 |
|---|---|
StreamFeatureNegotiator.Status |
AuthenticationManager.processNegotiation(Object element) |
| Modifier and Type | Method and Description |
|---|---|
StreamFeatureNegotiator.Status |
StreamFeatureEvent.getStatus()
Gets the status of the feature negotiation.
|
abstract StreamFeatureNegotiator.Status |
StreamFeatureNegotiator.processNegotiation(Object element)
Processes a feature protocol element or the feature element itself.
|
static StreamFeatureNegotiator.Status |
StreamFeatureNegotiator.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamFeatureNegotiator.Status[] |
StreamFeatureNegotiator.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 |
StreamFeatureNegotiator.notifyFeatureNegotiated(StreamFeatureNegotiator.Status status,
Object element)
Notifies the listener, if a feature negotiation has completed.
|
| Modifier and Type | Method and Description |
|---|---|
StreamFeatureNegotiator.Status |
SecurityManager.processNegotiation(Object element) |
| Modifier and Type | Method and Description |
|---|---|
StreamFeatureNegotiator.Status |
CompressionManager.processNegotiation(Object element) |
Copyright © 2014 XMPP.rocks. All rights reserved.