Interface Masker
-
- All Known Implementing Classes:
FixedMasker
,RandomMasker
,ZeroMasker
@Deprecated(since="2021-05-27") public interface Masker
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Interface for various Masker implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setMask(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.
-
-