| Package | Description |
|---|---|
| org.springframework.web.socket.sockjs.transport.handler |
TransportHandler
implementation classes as well as a concrete
SockJsService. |
| org.springframework.web.socket.sockjs.transport.session |
SockJS specific implementations of
WebSocketSession. |
| Modifier and Type | Method and Description |
|---|---|
AbstractSockJsSession |
WebSocketTransportHandler.createSession(String id,
WebSocketHandler handler,
Map<String,Object> attrs) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpSockJsSession
An abstract base class for use with HTTP transport SockJS sessions.
|
class |
PollingSockJsSession
A SockJS session for use with polling HTTP transports.
|
class |
StreamingSockJsSession
A SockJS session for use with streaming HTTP transports.
|
class |
WebSocketServerSockJsSession
A SockJS session for use with the WebSocket transport.
|