Class FixedMasker
java.lang.Object
org.eclipse.jetty.websocket.client.masks.FixedMasker
- All Implemented Interfaces:
Masker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMask(WebSocketFrame frame) Set the mask on the providedWebSocketFrame.
-
Constructor Details
-
FixedMasker
public FixedMasker() -
FixedMasker
public FixedMasker(byte[] mask)
-
-
Method Details
-
setMask
Description copied from interface:MaskerSet the mask on the providedWebSocketFrame.Implementations MUST set the mask on the frame.
-