| Package | Description |
|---|---|
| rocks.xmpp.extensions.compress.model |
Provides XML schema implementations of XEP-0138: Stream Compression.
|
| rocks.xmpp.extensions.compress.model.feature |
Provides XML schema implementations of XEP-0138: Stream Compression (feature).
|
| Modifier and Type | Method and Description |
|---|---|
static CompressionMethod |
CompressionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionMethod[] |
CompressionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Compress(CompressionMethod method) |
| Modifier and Type | Method and Description |
|---|---|
List<CompressionMethod> |
Compression.getMethods()
Gets the available compression methods.
|
Copyright © 2014 XMPP.rocks. All rights reserved.