Class WebSocket

java.lang.Object
io.helidon.websocket.WebSocket

public class WebSocket extends Object
Container class for WebSocket related annotations that are shared by client and server.

Each annotated method can have an unqualified parameter WsSession.

  • Constructor Details

    • WebSocket

      public WebSocket()