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 void
setMask(WebSocketFrame frame)
Deprecated.Set the mask on the providedWebSocketFrame
.
-
-
-
Method Detail
-
setMask
public void setMask(WebSocketFrame frame)
Deprecated.Description copied from interface:Masker
Set the mask on the providedWebSocketFrame
.Implementations MUST set the mask on the frame.
-
-