Spring sockjs可以与不支持javax.websockets的容器一起使用

时间:2014-02-19 15:24:34

标签: spring sockjs spring-websocket

我可以使用spring sockjs服务器和一个没有实现javax.websockets的容器,例如websphere 8.5,这个URL提到了https://github.com/rstoyanchev/spring-sockjs-protocol-webapp,但是我的理解是Spring会使用它的原生实现或只使用一个彗星如果没有彗星支持websocket支持的技术

1 个答案:

答案 0 :(得分:0)

它可以使用,但它将回退到彗星实施。 Spring不使用websocket的任何本机实现 - 在不支持websockets(tomcat6,websphere)的容器中遇到异常“没有请求升级策略”并且它回退到它的COMET实现