| Name | Description | Type | Package | Framework |
| AbstractHttpSockJsSession | An abstract base class for use with HTTP transport SockJS sessions. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
| AbstractSockJsSession | An abstract base class for SockJS sessions implementing SockJsSession. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
| PollingSockJsSession | A SockJS session for use with polling HTTP transports. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
| StreamingSockJsSession | A SockJS session for use with streaming HTTP transports. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
| WebSocketServerSockJsSession | A SockJS session for use with the WebSocket transport. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |