Uses of Interface
org.springframework.web.socket.SubProtocolCapable
Package
Description
WebSocket integration for Spring's messaging module.
TransportHandler
implementation classes as well as a concrete
SockJsService
.-
Uses of SubProtocolCapable in org.springframework.web.socket.messaging
Modifier and TypeClassDescriptionclass
An implementation ofWebSocketHandler
that delegates incoming WebSocket messages to aSubProtocolHandler
along with aMessageChannel
to which the sub-protocol handler can send messages from WebSocket clients to the application. -
Uses of SubProtocolCapable in org.springframework.web.socket.sockjs.transport.handler
Modifier and TypeClassDescriptionclass
An implementation ofWebSocketHandler
that adds SockJS messages frames, sends SockJS heartbeat messages, and delegates lifecycle events and messages to a targetWebSocketHandler
.