Class JavaxWebSocketProcessor

java.lang.Object
org.apache.wicket.protocol.ws.api.AbstractWebSocketProcessor
org.apache.wicket.protocol.ws.javax.JavaxWebSocketProcessor
All Implemented Interfaces:
IWebSocketProcessor

An processor that integrates with JSR 356 web socket implementation.
Since:
7.0.0
  • Constructor Details

    • JavaxWebSocketProcessor

      public JavaxWebSocketProcessor(jakarta.websocket.Session session, WebApplication application, jakarta.websocket.EndpointConfig endpointConfig)
      Constructor.
      Parameters:
      session - the WebSocket session
      application - the WebApplication
      endpointConfig - the EndpointConfig
  • Method Details

    • onOpen

      public void onOpen(Object containerConnection)
      Description copied from interface: IWebSocketProcessor
      A client successfully has made a web socket connection.
      Parameters:
      containerConnection - the web socket connection to use to communicate with the client