Interface Masker
- All Known Implementing Classes:
FixedMasker,RandomMasker,ZeroMasker
public interface Masker
Interface for various Masker implementations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMask(WebSocketFrame frame) Set the mask on the providedWebSocketFrame.
-
Method Details
-
setMask
Set the mask on the providedWebSocketFrame.Implementations MUST set the mask on the frame.
- Parameters:
frame- the frame to set the mask on.
-