Uses of Class
org.jivesoftware.smack.compression.XMPPInputOutputStream
-
Packages that use XMPPInputOutputStream Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.compression Smack classes for compression. -
-
Uses of XMPPInputOutputStream in org.jivesoftware.smack
Fields in org.jivesoftware.smack declared as XMPPInputOutputStream Modifier and Type Field Description protected XMPPInputOutputStreamAbstractXMPPConnection. compressionHandlerMethods in org.jivesoftware.smack that return types with arguments of type XMPPInputOutputStream Modifier and Type Method Description static List<XMPPInputOutputStream>SmackConfiguration. getCompressionHandlers()Get compression handlers.Methods in org.jivesoftware.smack with parameters of type XMPPInputOutputStream Modifier and Type Method Description static voidSmackConfiguration. addCompressionHandler(XMPPInputOutputStream xmppInputOutputStream) -
Uses of XMPPInputOutputStream in org.jivesoftware.smack.compression
Subclasses of XMPPInputOutputStream in org.jivesoftware.smack.compression Modifier and Type Class Description classJava7ZlibInputOutputStreamThis class provides XMPP "zlib" compression with the help of the Deflater class of the Java API.
-