Package io.quarkus.websockets.next
package io.quarkus.websockets.next
-
ClassDescriptionA basic connector can be used to configure and open a new client connection.Used to encode and decode binary messages.This qualifier is used for CDI events fired asynchronously when a WebSocket connection is closed.Supports inline instantiation of the
Closedqualifier.Indicates a reason for closing a connection.WebSocket connection.Provides some useful information about the initial handshake request.A check that controls which requests are allowed to upgrade the HTTP connection to a WebSocket connection.WebSocket endpoints define the mode used to process incoming events for a specific connection.MessageCodec<T,MESSAGE> Used to encode and decode messages.WebSocketandWebSocketClientendpoint methods annotated with this annotation consume binary messages.WebSocketandWebSocketClientendpoint methods annotated with this annotation are invoked when a connection is closed.WebSocketandWebSocketClientendpoint methods annotated with this annotation are invoked when an error occurs.WebSocketandWebSocketClientendpoint methods annotated with this annotation are invoked when a new connection is opened.WebSocketandWebSocketClientendpoint methods annotated with this annotation consume ping messages.WebSocketandWebSocketClientendpoint methods annotated with this annotation consume pong messages.WebSocketandWebSocketClientendpoint methods annotated with this annotation consume text messages.This qualifier is used for CDI events fired asynchronously when a new WebSocket connection is opened.Supports inline instantiation of theOpenqualifier.Provides convenient access to all open client connections.Provides convenient access to all open connections.Identifies an endpoint callback method parameter that should be injected with a value returned fromConnection.pathParam(String).Sends messages to the connected WebSocket client/server.Used to encode and decode text messages.Mutable user data associated with a connection.UserData.TypedKey<TYPE>Denotes a WebSocket server endpoint.Denotes a WebSocket client endpoint.This interface represents a client connection to a WebSocket endpoint.This interface represents a connection from a client to a specificWebSocketendpoint on the server.Makes it possible to send messages to all clients connected to the same WebSocket endpoint.WebSocketConnector<CLIENT>A connector can be used to configure and open a new client connection backed by a client endpoint that is used to consume and send messages.