Class JavaxWebSocketProcessor

    • Constructor Detail

      • JavaxWebSocketProcessor

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

      • 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