sockjs 请求/info 应该返回什么?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
大佬 这个该怎么设置啊?
回复
知道了 我忘了写项目名了:joy: http://localhost:8080/fendou-jsnu/jsnu-websocket/info?t=1561515561803
自己不需要处理/info,spring自动处理了: