Uses of Class
org.springframework.web.socket.client.AbstractWebSocketClient
Package
Description
Client-side support for the Jetty WebSocket API.
Client-side classes for use with standard Java WebSocket endpoints.
-
Uses of AbstractWebSocketClient in org.springframework.web.socket.client.jetty
Modifier and TypeClassDescriptionclass
Initiates WebSocket requests to a WebSocket server programmatically through the Jetty WebSocket API. -
Uses of AbstractWebSocketClient in org.springframework.web.socket.client.standard
Modifier and TypeClassDescriptionclass
A WebSocketClient based on standard Java WebSocket API.