spring-framework / org.springframework.web.socket.client.jetty

Package org.springframework.web.socket.client.jetty

Types

JettyWebSocketClient

open class JettyWebSocketClient : AbstractWebSocketClient, Lifecycle

Initiates WebSocket requests to a WebSocket server programmatically through the Jetty WebSocket API.

As of 4.1 this class implements Lifecycle rather than org.springframework.context.SmartLifecycle. Use org.springframework.web.socket.client.WebSocketConnectionManager instead to auto-start a WebSocket connection.