Interface PayloadProcessor
- All Known Implementing Classes:
DeMaskProcessor
public interface PayloadProcessor
Process the payload (for demasking, validating, etc..)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(ByteBuffer payload) Used to process payloads for in the spec.void
-
Method Details
-
process
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
-