| Package | Description |
|---|---|
| rocks.xmpp.core.extensions.compress.server |
Provides classes for server-side stream compression negotiation.
|
| rocks.xmpp.core.stream.server |
Provides classes for stream negotiation from a server perspective.
|
| rocks.xmpp.core.tls.server |
Provides classes for server-side negotiation of STARTTLS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompressionNegotiator
Negotiates stream compression by advertising support for it and later compressing the stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerStreamFeaturesManager.registerStreamFeatureNegotiator(ServerStreamFeatureNegotiator<? extends StreamFeature> streamFeaturesNegotiator)
Registers a stream features negotiator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StartTlsNegotiator
Negotiates STARTTLS for a TCP connection by advertising support for STARTTLS and later securing the connection.
|
Copyright © 2014–2019 XMPP.rocks. All rights reserved.