Package org.springframework.web.socket.client
@NonNullApi
@NonNullFields
package org.springframework.web.socket.client
Client-side abstractions for WebSocket applications.
-
ClassDescriptionAbstract base class for
WebSocketClient
implementations.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 manager
that connects to the server viaWebSocketClient
and handles the session with aWebSocketHandler
.