Uses of Interface
rocks.xmpp.extensions.compress.CompressionMethod
-
Packages that use CompressionMethod Package Description rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment.rocks.xmpp.extensions.compress Provides classes for XEP-0138: Stream Compression. -
-
Uses of CompressionMethod in rocks.xmpp.core.net.client
Methods in rocks.xmpp.core.net.client that return types with arguments of type CompressionMethod Modifier and Type Method Description List<CompressionMethod>
ClientConnectionConfiguration. getCompressionMethods()
Gets the compression methods.Methods in rocks.xmpp.core.net.client with parameters of type CompressionMethod Modifier and Type Method Description T
ClientConnectionConfiguration.Builder. compressionMethods(CompressionMethod... compressionMethods)
Sets the compression method. -
Uses of CompressionMethod in rocks.xmpp.extensions.compress
Fields in rocks.xmpp.extensions.compress declared as CompressionMethod Modifier and Type Field Description static CompressionMethod
CompressionMethod. DEFLATE
The "deflate" compression method.static CompressionMethod
CompressionMethod. GZIP
The "gzip" compression method.static CompressionMethod
CompressionMethod. ZLIB
The "zlib" compression method.Methods in rocks.xmpp.extensions.compress that return CompressionMethod Modifier and Type Method Description CompressionMethod
CompressionManager. getNegotiatedCompressionMethod()
Gets the negotiated compression method.Methods in rocks.xmpp.extensions.compress that return types with arguments of type CompressionMethod Modifier and Type Method Description List<CompressionMethod>
CompressionManager. getConfiguredCompressionMethods()
Gets the configured compression methods.
-