See: Description
| Interface | Description |
|---|---|
| ConfigurableTransportHandler |
A
TransportHandler that requires access to SockJS configuration options. |
| SockJsConfiguration |
SockJS configuration options that need to be made available to
TransportHandler
s and SockJS sessions. |
| SockJsFrame.FrameFormat | |
| SockJsService |
A service for processing SockJS requests.
|
| SockJsSessionFactory |
A factory for creating a SockJS session.
|
| TransportHandler |
A contract for SockJS transport implementations.
|
| Class | Description |
|---|---|
| AbstractSockJsService |
An abstract class for
SockJsService implementations. |
| AbstractSockJsSession |
An abstract base class SockJS sessions implementing
WebSocketSession. |
| SockJsFrame |
Represents a SockJS frames.
|
| SockJsFrame.DefaultFrameFormat |
| Enum | Description |
|---|---|
| TransportType |
SockJS server transport types.
|
| Exception | Description |
|---|---|
| TransportErrorException |
Raised when a TransportHandler fails during request processing.
|