Class FixedMasker
- java.lang.Object
-
- org.eclipse.jetty.websocket.client.masks.FixedMasker
-
-
Constructor Summary
Constructors Constructor Description FixedMasker()Deprecated.FixedMasker(byte[] mask)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetMask(WebSocketFrame frame)Deprecated.Set the mask on the providedWebSocketFrame.
-
-
-
Method Detail
-
setMask
public void setMask(WebSocketFrame frame)
Deprecated.Description copied from interface:MaskerSet the mask on the providedWebSocketFrame.Implementations MUST set the mask on the frame.
-
-