Uses of Interface
org.springframework.web.socket.SubProtocolCapable
Packages that use 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.messagingClasses in org.springframework.web.socket.messaging that implement SubProtocolCapableModifier and TypeClassDescriptionclassAn implementation ofWebSocketHandlerthat delegates incoming WebSocket messages to aSubProtocolHandleralong with aMessageChannelto which the sub-protocol handler can send messages from WebSocket clients to the application.
- 
Uses of SubProtocolCapable in org.springframework.web.socket.sockjs.transport.handlerClasses in org.springframework.web.socket.sockjs.transport.handler that implement SubProtocolCapableModifier and TypeClassDescriptionclassAn implementation ofWebSocketHandlerthat adds SockJS messages frames, sends SockJS heartbeat messages, and delegates lifecycle events and messages to a targetWebSocketHandler.