Uses of Class
org.jivesoftware.smack.compression.XMPPInputOutputStream
Package
Description
Core classes of the Smack API.
Smack classes for compression.
-
Uses of XMPPInputOutputStream in org.jivesoftware.smack
Modifier and TypeFieldDescriptionprotected XMPPInputOutputStream
AbstractXMPPConnection.compressionHandler
Modifier and TypeMethodDescriptionstatic List<XMPPInputOutputStream>
SmackConfiguration.getCompressionHandlers()
Get compression handlers.Modifier and TypeMethodDescriptionstatic void
SmackConfiguration.addCompressionHandler
(XMPPInputOutputStream xmppInputOutputStream) -
Uses of XMPPInputOutputStream in org.jivesoftware.smack.compression
Modifier and TypeClassDescriptionclass
This class provides XMPP "zlib" compression with the help of the Deflater class of the Java API.