Uses of Class
org.springframework.web.socket.handler.TextWebSocketHandler
Packages that use TextWebSocketHandler Package Description org.springframework.web.socket.sockjs.transport.handler TransportHandler
implementation 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 class
SockJsWebSocketHandler
An implementation ofWebSocketHandler
that adds SockJS messages frames, sends SockJS heartbeat messages, and delegates lifecycle events and messages to a targetWebSocketHandler
.