Interface Masker
-
- All Known Implementing Classes:
FixedMasker,RandomMasker,ZeroMasker
@Deprecated public interface MaskerDeprecated.This api is not supported anymore. Please do not use it.Interface for various Masker implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidsetMask(WebSocketFrame frame)Deprecated.Set the mask on the providedWebSocketFrame.
-
-
-
Method Detail
-
setMask
void setMask(WebSocketFrame frame)
Deprecated.Set the mask on the providedWebSocketFrame.Implementations MUST set the mask on the frame.
- Parameters:
frame- the frame to set the mask on.
-
-