Package io.micronaut.websocket
package io.micronaut.websocket
Classes and interfaces for supporting WebSocket.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionEnumeration of close events.Defines WebSocket methods to broadcast messages.Interface that provides a way to connect a client over WebSocket.A factory to create WebSocket clients.WebSocketClientRegistry<W extends WebSocketClient>Interface for managing the construction and lifecycle of instances of reactive
WebSocketClient
clients.Special message class that can be accepted by a@OnMessage
method to listen to WebSocket pongs.Represents an open WebSocket connection.Enum representing the different WebSocket versions.