Class RandomMasker
- java.lang.Object
-
- org.eclipse.jetty.websocket.client.masks.RandomMasker
-
-
Constructor Summary
Constructors Constructor Description RandomMasker()
RandomMasker(java.util.Random random)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setMask(WebSocketFrame frame)
Set the mask on the providedWebSocketFrame
.
-
-
-
Method Detail
-
setMask
public void setMask(WebSocketFrame frame)
Description copied from interface:Masker
Set the mask on the providedWebSocketFrame
.Implementations MUST set the mask on the frame.
-
-