java.lang.Object
io.helidon.websocket.WebSocket
Container class for WebSocket related annotations that are shared by client and server.
Each annotated method can have an unqualified parameter WsSession.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceA method invoked when the websocket connection is closed.static @interfaceA method invoked when the websocket communication encounters an error.static @interfaceA method invoked during HTTP to WebSocket upgrade.static @interfaceA message listener method.static @interfaceA method invoked when the websocket connection is established. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WebSocket
public WebSocket()
-