Interface Masker
-
- All Known Implementing Classes:
FixedMasker,RandomMasker,ZeroMasker
public interface MaskerInterface for various Masker implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMask(WebSocketFrame frame)Set the mask on the providedWebSocketFrame.
-
-
-
Method Detail
-
setMask
void setMask(WebSocketFrame frame)
Set the mask on the providedWebSocketFrame.Implementations MUST set the mask on the frame.
- Parameters:
frame- the frame to set the mask on.
-
-