Package | Description |
---|---|
org.springframework.web.socket.adapter |
Classes adapting Spring's WebSocket API to and from WebSocket providers.
|
org.springframework.web.socket.adapter.jetty |
Adapter classes for the Jetty WebSocket API.
|
org.springframework.web.socket.adapter.standard |
Adapter classes for the standard Java WebSocket API.
|
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
org.springframework.web.socket.sockjs.transport.session |
SockJS specific implementations of
WebSocketSession . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocketSession<T>
An abstract base class for implementations of
WebSocketSession . |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketSession
A
WebSocketSession for use with the Jetty 9.4 WebSocket API. |
Modifier and Type | Class and Description |
---|---|
class |
StandardWebSocketSession
A
WebSocketSession for use with the standard WebSocket for Java API. |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClientSockJsSession
An extension of
AbstractClientSockJsSession wrapping and delegating
to an actual WebSocket session. |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServerSockJsSession
A SockJS session for use with the WebSocket transport.
|