| Package | Description |
|---|---|
| rocks.xmpp.core.net.client |
Provides classes for client side connection configuration and establishment.
|
| rocks.xmpp.extensions.compress |
Provides classes for XEP-0138: Stream Compression.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CompressionMethod> |
ClientConnectionConfiguration.getCompressionMethods()
Gets the compression methods.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ClientConnectionConfiguration.Builder.compressionMethods(CompressionMethod... compressionMethods)
Sets the compression method.
|
| Modifier and Type | Field and Description |
|---|---|
static CompressionMethod |
CompressionMethod.DEFLATE
The “deflate” compression method.
|
static CompressionMethod |
CompressionMethod.GZIP
The “gzip” compression method.
|
static CompressionMethod |
CompressionMethod.ZLIB
The “zlib” compression method.
|
| Modifier and Type | Method and Description |
|---|---|
CompressionMethod |
CompressionManager.getNegotiatedCompressionMethod()
Gets the negotiated compression method.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CompressionMethod> |
CompressionManager.getConfiguredCompressionMethods()
Gets the configured compression methods.
|
Copyright © 2014–2019 XMPP.rocks. All rights reserved.