Uses of Package
org.springframework.web.socket.sockjs.client
Packages that use org.springframework.web.socket.sockjs.client
-
Classes in org.springframework.web.socket.sockjs.client used by org.springframework.web.socket.sockjs.clientClassDescriptionBase class for SockJS client implementations of
WebSocketSession
.Abstract base class for XHR transport implementations to extend.A component that can execute the SockJS "Info" request that needs to be performed before the SockJS session starts in order to check server endpoint capabilities such as whether the endpoint permits use of WebSocket.A client-side implementation for a SockJS transport.An extension ofAbstractClientSockJsSession
for use with HTTP transports simulating a WebSocket session.A SockJSTransport
that uses HTTP requests to simulate a WebSocket interaction.