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/compress
namespace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamCompression.Compress
The implementation of the<compress/>
element in thehttp://jabber.org/protocol/compress
namespace.static class
StreamCompression.Failure
The implementation of the<failure/>
element in thehttp://jabber.org/protocol/compress
namespace, which indicates failure during compression negotiation.
-
Field Summary
Fields Modifier and Type Field Description static StreamCompression
COMPRESSED
The implementation of the<compressed/>
element.static String
NAMESPACE
http://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.
-
-