Uses of Class
org.springframework.web.socket.handler.TextWebSocketHandler
Packages that use TextWebSocketHandler Package Description org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.Uses of TextWebSocketHandler in org.springframework.web.socket.sockjs.transport.handler
Subclasses of TextWebSocketHandler in org.springframework.web.socket.sockjs.transport.handler 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.