类的使用
org.springframework.web.socket.handler.TextWebSocketHandler
使用TextWebSocketHandler的程序包 程序包 说明 org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.org.springframework.web.socket.sockjs.transport.handler中TextWebSocketHandler的使用
org.springframework.web.socket.sockjs.transport.handler中TextWebSocketHandler的子类 修饰符和类型 类 说明 classSockJsWebSocketHandlerAn implementation ofWebSocketHandlerthat adds SockJS messages frames, sends SockJS heartbeat messages, and delegates lifecycle events and messages to a targetWebSocketHandler.