IExtensionpublic abstract class CompressionExtension extends DefaultExtension
| Constructor | Description |
|---|---|
CompressionExtension() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
isFrameValid(Framedata inputFrame) |
Check if the received frame is correctly implemented by the other endpoint and there are no specification errors (like wrongly set RSV)
|
acceptProvidedExtensionAsClient, acceptProvidedExtensionAsServer, copyInstance, decodeFrame, encodeFrame, equals, getProvidedExtensionAsClient, getProvidedExtensionAsServer, hashCode, reset, toStringpublic void isFrameValid(Framedata inputFrame) throws InvalidDataException
IExtensionisFrameValid in interface IExtensionisFrameValid in class DefaultExtensioninputFrame - the received frameInvalidDataException - Throw InvalidDataException if the received frame is not correctly implementing the specification for the specific extension