Class StreamCompression.Failure.Condition
- java.lang.Object
-
- rocks.xmpp.extensions.compress.model.StreamCompression.Failure.Condition
-
- Enclosing class:
- StreamCompression.Failure
public abstract static class StreamCompression.Failure.Condition extends Object
An abstract base class for a compression failure condition.
-
-
Field Summary
Fields Modifier and Type Field Description static StreamCompression.Failure.Condition
PROCESSING_FAILED
If compression processing fails after the new (compressed) stream has been established.static StreamCompression.Failure.Condition
SETUP_FAILED
If the receiving entity finds the requested method unacceptable or unworkable for any other reason.static StreamCompression.Failure.Condition
UNSUPPORTED_METHOD
If the initiating entity requests a stream compression method that is not supported by the receiving entity.
-
-
-
Field Detail
-
SETUP_FAILED
public static final StreamCompression.Failure.Condition SETUP_FAILED
If the receiving entity finds the requested method unacceptable or unworkable for any other reason.
-
PROCESSING_FAILED
public static final StreamCompression.Failure.Condition PROCESSING_FAILED
If compression processing fails after the new (compressed) stream has been established.
-
UNSUPPORTED_METHOD
public static final StreamCompression.Failure.Condition UNSUPPORTED_METHOD
If the initiating entity requests a stream compression method that is not supported by the receiving entity.
-
-