WebSocketSession.See: Description
| Interface | Description |
|---|---|
| SockJsServiceConfig |
Provides transport handling code with access to the
SockJsService configuration
options they need to have access to. |
| Class | Description |
|---|---|
| AbstractHttpSockJsSession |
An abstract base class for use with HTTP transport based SockJS sessions.
|
| AbstractSockJsSession |
An abstract base class SockJS sessions implementing
WebSocketSession. |
| PollingSockJsSession |
A SockJS session for use with polling HTTP transports.
|
| StreamingSockJsSession |
A SockJS session for use with streaming HTTP transports.
|
| WebSocketServerSockJsSession |
A SockJS session for use with the WebSocket transport.
|
WebSocketSession.