public interface Masker
Modifier and Type | Method and Description |
---|---|
void |
setMask(WebSocketFrame frame)
Set the mask on the provided
WebSocketFrame . |
void setMask(WebSocketFrame frame)
WebSocketFrame
.
Implementations MUST set the mask on the frame.
frame
- the frame to set the mask on.Copyright © 1995-2015 Webtide. All Rights Reserved.