Uses of Interface
org.springframework.web.socket.SubProtocolCapable
Packages that use SubProtocolCapable Package Description org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.Uses of SubProtocolCapable in org.springframework.web.socket.messaging
Classes in org.springframework.web.socket.messaging that implement SubProtocolCapable Modifier and Type Class Description classSubProtocolWebSocketHandlerAn 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.handler
Classes in org.springframework.web.socket.sockjs.transport.handler that implement SubProtocolCapable Modifier and Type Class Description classSockJsWebSocketHandlerAn implementation ofWebSocketHandlerthat adds SockJS messages frames, sends SockJS heartbeat messages, and delegates lifecycle events and messages to a targetWebSocketHandler.