TransportHandler
implementations
for processing incoming requests, their
session
counterparts for sending messages over the various transports, and
DefaultSockJsService
.See: Description
Interface | Description |
---|---|
SockJsServiceConfig |
Provides transport handling code with access to the
SockJsService configuration
options they need to have access to. |
SockJsSession |
SockJS extension of Spring's standard
WebSocketSession . |
SockJsSessionFactory |
A factory for creating a SockJS session.
|
TransportHandler |
Handle a SockJS session URL, i.e.
|
Class | Description |
---|---|
TransportHandlingSockJsService |
A basic implementation of
SockJsService
with support for SPI-based transport handling and session management. |
Enum | Description |
---|---|
TransportType |
SockJS transport types.
|
TransportHandler
implementations
for processing incoming requests, their
session
counterparts for sending messages over the various transports, and
DefaultSockJsService
.