-
- All Implemented Interfaces:
-
com.tds.common.websocket.extensions.IExtension
public abstract class CompressionExtension extends DefaultExtension
Implementation for a compression extension specified by https://tools.ietf.org/html/rfc7692
-
-
Method Summary
Modifier and Type Method Description voidisFrameValid(Framedata inputFrame)Check if the received frame is correctly implemented by the other endpoint and there are nospecification errors (like wrongly set RSV) -
Methods inherited from class com.tds.common.websocket.extensions.DefaultExtension
acceptProvidedExtensionAsClient, acceptProvidedExtensionAsServer, copyInstance, decodeFrame, encodeFrame, equals, getProvidedExtensionAsClient, getProvidedExtensionAsServer, hashCode, reset, toString -
Methods inherited from class com.tds.common.websocket.extensions.IExtension
acceptProvidedExtensionAsClient, acceptProvidedExtensionAsServer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isFrameValid
void isFrameValid(Framedata inputFrame)
Check if the received frame is correctly implemented by the other endpoint and there are nospecification errors (like wrongly set RSV)
- Parameters:
inputFrame- the received frame
-
-
-
-