Interface PayloadProcessor
-
- All Known Implementing Classes:
DeMaskProcessor
@Deprecated(since="2021-05-27") public interface PayloadProcessor
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Process the payload (for demasking, validating, etc..)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
process(java.nio.ByteBuffer payload)
Deprecated.Used to process payloads for in the spec.void
reset(Frame frame)
Deprecated.
-
-
-
Method Detail
-
process
void process(java.nio.ByteBuffer payload)
Deprecated.Used to process payloads for in the spec.- Parameters:
payload
- the payload to process- Throws:
BadPayloadException
- the exception when the payload fails to validate properly
-
reset
void reset(Frame frame)
Deprecated.
-
-