Class StreamCompression
- java.lang.Object
-
- rocks.xmpp.extensions.compress.model.StreamCompression
-
- All Implemented Interfaces:
StreamElement
- Direct Known Subclasses:
StreamCompression.Failure
public abstract class StreamCompression extends Object implements StreamElement
An abstract base class for all stream compression classes in thehttp://jabber.org/protocol/compressnamespace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStreamCompression.CompressThe implementation of the<compress/>element in thehttp://jabber.org/protocol/compressnamespace.static classStreamCompression.FailureThe implementation of the<failure/>element in thehttp://jabber.org/protocol/compressnamespace, which indicates failure during compression negotiation.
-
Field Summary
Fields Modifier and Type Field Description static StreamCompressionCOMPRESSEDThe implementation of the<compressed/>element.static StringNAMESPACEhttp://jabber.org/protocol/compress
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
http://jabber.org/protocol/compress- See Also:
- Constant Field Values
-
COMPRESSED
public static final StreamCompression COMPRESSED
The implementation of the<compressed/>element.
-
-