Interface WebSocketServerExtension

All Superinterfaces:
WebSocketExtension

public interface WebSocketServerExtension extends WebSocketExtension
Created once the handshake phase is done.
  • Method Details

    • newReponseData

      WebSocketExtensionData newReponseData()
      Return an extension configuration to submit to the client as an acknowledge.
      Returns:
      the acknowledged extension configuration.