Package org.springframework.web.socket.client.standard
@NonNullApi
@NonNullFields
package org.springframework.web.socket.client.standard
Client-side classes for use with standard Jakarta WebSocket endpoints.
-
ClassDescriptionWebSocket
connection manager
that connects to the server viaWebSocketContainer
and handles the session with an@ClientEndpoint
endpoint.WebSocketconnection manager
that connects to the server viaWebSocketContainer
and handles the session with anEndpoint
.A WebSocketClient based on the standard Jakarta WebSocket API.A FactoryBean for creating and configuring aWebSocketContainer
through Spring XML configuration.