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 TClientConnectionConfiguration.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 CompressionMethodCompressionMethod. DEFLATEThe "deflate" compression method.static CompressionMethodCompressionMethod. GZIPThe "gzip" compression method.static CompressionMethodCompressionMethod. ZLIBThe "zlib" compression method.Methods in rocks.xmpp.extensions.compress that return CompressionMethod Modifier and Type Method Description CompressionMethodCompressionManager. 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.
-