public abstract class CompressionExtension extends DefaultExtension
| 构造器和说明 |
|---|
CompressionExtension() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 IExtensionisFrameValid 在类中 DefaultExtensioninputFrame - the received frameInvalidDataException - Throw InvalidDataException if the received frame is not correctly implementing the specification for the
specific extensionCopyright © 2020. All rights reserved.