Package org.springframework.web.socket.client
@NullMarked
package org.springframework.web.socket.client
Client-side abstractions for WebSocket applications.
- 
ClassDescriptionAbstract base class forWebSocketClientimplementations.Base class for a connection manager that automates the process of connecting to a WebSocket server with the Spring ApplicationContext lifecycle.Contract for initiating a WebSocket request.WebSocketconnection managerthat connects to the server viaWebSocketClientand handles the session with aWebSocketHandler.