See: Description
Interface | Description |
---|---|
SubProtocolHandler |
A contract for handling WebSocket messages as part of a higher level protocol, referred
to as "sub-protocol" in the WebSocket RFC specification.
|
Class | Description |
---|---|
StompSubProtocolHandler |
A
SubProtocolHandler for STOMP that supports versions 1.0, 1.1, and 1.2
of the STOMP specification. |
SubProtocolWebSocketHandler |
An implementation of
WebSocketHandler that delegates incoming WebSocket
messages to a SubProtocolHandler along with a MessageChannel to
which the sub-protocol handler can send messages from WebSocket clients to
the application. |