Module io.netty5.codec.http
Interface WebSocketServerExtension
-
- All Superinterfaces:
WebSocketExtension
public interface WebSocketServerExtension extends WebSocketExtension
Created once the handshake phase is done.
-
-
Field Summary
-
Fields inherited from interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
RSV1, RSV2, RSV3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSocketExtensionData
newResponseData()
Return an extension configuration to submit to the client as an acknowledge.-
Methods inherited from interface io.netty5.handler.codec.http.websocketx.extensions.WebSocketExtension
newExtensionDecoder, newExtensionEncoder, rsv
-
-
-
-
Method Detail
-
newResponseData
WebSocketExtensionData newResponseData()
Return an extension configuration to submit to the client as an acknowledge.- Returns:
- the acknowledged extension configuration.
-
-