Uses of Class
org.jivesoftware.smack.compression.XMPPInputOutputStream
Packages that use XMPPInputOutputStream
Package
Description
Core classes of the Smack API.
Smack classes for compression.
-
Uses of XMPPInputOutputStream in org.jivesoftware.smack
Fields in org.jivesoftware.smack declared as XMPPInputOutputStreamModifier and TypeFieldDescriptionprotected XMPPInputOutputStream
AbstractXMPPConnection.compressionHandler
Methods in org.jivesoftware.smack that return types with arguments of type XMPPInputOutputStreamModifier and TypeMethodDescriptionstatic List<XMPPInputOutputStream>
SmackConfiguration.getCompressionHandlers()
Get compression handlers.Methods in org.jivesoftware.smack with parameters of type XMPPInputOutputStreamModifier and TypeMethodDescriptionstatic void
SmackConfiguration.addCompressionHandler
(XMPPInputOutputStream xmppInputOutputStream) -
Uses of XMPPInputOutputStream in org.jivesoftware.smack.compression
Subclasses of XMPPInputOutputStream in org.jivesoftware.smack.compressionModifier and TypeClassDescriptionclass
This class provides XMPP "zlib" compression with the help of the Deflater class of the Java API.