| Package | Description |
|---|---|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| rocks.xmpp.extensions.compress |
Provides classes for XEP-0138: Stream Compression.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompressionMethod> |
ConnectionConfiguration.getCompressionMethods()
Gets the compression methods.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ConnectionConfiguration.Builder.compressionMethods(CompressionMethod... compressionMethods)
Sets the compression method.
|
| Modifier and Type | Field and Description |
|---|---|
static CompressionMethod |
CompressionMethod.DEFLATE
The "deflate" compression method.
|
static CompressionMethod |
CompressionManager.DEFLATE
Deprecated.
Use
DEFLATE |
static CompressionMethod |
CompressionMethod.GZIP
The "gzip" compression method.
|
static CompressionMethod |
CompressionManager.GZIP
Deprecated.
Use
GZIP |
static CompressionMethod |
CompressionMethod.ZLIB
The "zlib" compression method.
|
static CompressionMethod |
CompressionManager.ZLIB
Deprecated.
Use
ZLIB |
| Modifier and Type | Method and Description |
|---|---|
CompressionMethod |
CompressionManager.getNegotiatedCompressionMethod()
Gets the negotiated compression method.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompressionMethod> |
CompressionManager.getConfiguredCompressionMethods()
Gets the configured compression methods.
|
Copyright © 2014–2016 XMPP.rocks. All rights reserved.