| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.compression | |
| org.jivesoftware.smack.compression.jzlib |
| Modifier and Type | Field and Description |
|---|---|
protected XMPPInputOutputStream |
AbstractXMPPConnection.compressionHandler |
| Modifier and Type | Method and Description |
|---|---|
static List<XMPPInputOutputStream> |
SmackConfiguration.getCompresionHandlers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SmackConfiguration.addCompressionHandler(XMPPInputOutputStream xmppInputOutputStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
Java7ZlibInputOutputStream
This class provides XMPP "zlib" compression with the help of the Deflater class of the Java API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JzlibInputOutputStream
This class provides XMPP "zlib" compression with the help of JZLib.
|