Interface WebSocketServerExtension
- All Superinterfaces:
WebSocketExtension
- All Known Implementing Classes:
DeflateFrameServerExtensionHandshaker.DeflateFrameServerExtension
,PerMessageDeflateServerExtensionHandshaker.PermessageDeflateExtension
Created once the handshake phase is done.
-
Field Summary
Fields inherited from interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
RSV1, RSV2, RSV3
-
Method Summary
Modifier and TypeMethodDescriptionReturn an extension configuration to submit to the client as an acknowledge.Methods inherited from interface io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
newExtensionDecoder, newExtensionEncoder, rsv
-
Method Details
-
newReponseData
WebSocketExtensionData newReponseData()Return an extension configuration to submit to the client as an acknowledge.- Returns:
- the acknowledged extension configuration.
-