Package org.springframework.web.socket.client
@NullMarked
package org.springframework.web.socket.client
Client-side abstractions for webSocket applications.
-
ClassDescriptionAbstract base class for
webSocketClientimplementations.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.