Uses of Interface
org.springframework.web.socket.client.WebSocketClient
Packages that use WebSocketClient Package Description org.springframework.web.socket.client Client-side abstractions for WebSocket applications.org.springframework.web.socket.client.jetty Client-side support for the Jetty WebSocket API.org.springframework.web.socket.client.standard Client-side classes for use with standard Java WebSocket endpoints.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.Uses of WebSocketClient in org.springframework.web.socket.client
Classes in org.springframework.web.socket.client that implement WebSocketClient Modifier and Type Class Description classAbstractWebSocketClientAbstract base class forWebSocketClientimplementations.Constructors in org.springframework.web.socket.client with parameters of type WebSocketClient Constructor Description WebSocketConnectionManager(WebSocketClient client, WebSocketHandler webSocketHandler, String uriTemplate, Object... uriVariables)Uses of WebSocketClient in org.springframework.web.socket.client.jetty
Classes in org.springframework.web.socket.client.jetty that implement WebSocketClient Modifier and Type Class Description classJettyWebSocketClientInitiates WebSocket requests to a WebSocket server programmatically through the Jetty WebSocket API.Uses of WebSocketClient in org.springframework.web.socket.client.standard
Classes in org.springframework.web.socket.client.standard that implement WebSocketClient Modifier and Type Class Description classStandardWebSocketClientA WebSocketClient based on standard Java WebSocket API.Uses of WebSocketClient in org.springframework.web.socket.messaging
Methods in org.springframework.web.socket.messaging that return WebSocketClient Modifier and Type Method Description WebSocketClientWebSocketStompClient. getWebSocketClient()Return the configured WebSocketClient.Constructors in org.springframework.web.socket.messaging with parameters of type WebSocketClient Constructor Description WebSocketStompClient(WebSocketClient webSocketClient)Class constructor.Uses of WebSocketClient in org.springframework.web.socket.sockjs.client
Classes in org.springframework.web.socket.sockjs.client that implement WebSocketClient Modifier and Type Class Description classSockJsClientA SockJS implementation ofWebSocketClientwith fallback alternatives that simulate a WebSocket interaction through plain HTTP streaming and long polling techniques..Methods in org.springframework.web.socket.sockjs.client that return WebSocketClient Modifier and Type Method Description WebSocketClientWebSocketTransport. getWebSocketClient()Return the configuredWebSocketClient.Constructors in org.springframework.web.socket.sockjs.client with parameters of type WebSocketClient Constructor Description WebSocketTransport(WebSocketClient webSocketClient)