Uses of Class
org.springframework.web.socket.handler.TextWebSocketHandler
-
Uses of TextWebSocketHandler 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
.