public abstract class CompressionExtension extends DefaultExtension
Constructor and Description |
---|
CompressionExtension() |
Modifier and Type | Method and 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, toString
public void isFrameValid(Framedata inputFrame) throws InvalidDataException
IExtension
isFrameValid
in interface IExtension
isFrameValid
in class DefaultExtension
inputFrame
- the received frameInvalidDataException
- Throw InvalidDataException if the received frame is not correctly
implementing the specification for the specific extensionCopyright © 2022. All rights reserved.