sockjs 请求/info 应该返回什么?

发布于 2021-12-01 05:23:27 字数 510 浏览 768 评论 3

http://docs.spring.io/spring/docs/4.0.6.RELEASE/spring-framework-reference/htmlsingle/#websocket


The SockJS client begins by sending "GET /info" to obtain basic information from the server. After that it must decide what transport to use. If possible WebSocket is used. If not, in most browsers there is at least one HTTP streaming option and if not then HTTP (long) polling is used.

我需要自己写一个处理/info的方法吗?应该返回什么东西才是basic information。啥都没说。操蛋

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

冷默言语 2021-12-05 01:40:47

大佬 这个该怎么设置啊?

能否归途做我良人 2021-12-04 21:49:46

回复
知道了 我忘了写项目名了:joy: http://localhost:8080/fendou-jsnu/jsnu-websocket/info?t=1561515561803

后知后觉 2021-12-04 16:30:11

自己不需要处理/info,spring自动处理了:

org.springframework.web.socket.sockjs.support.AbstractSockJsService

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文