【发布时间】:2018-02-16 07:17:38
【问题描述】:
无法将 Atmosphere 配置为使用自定义 AtmosphereResource 而不是 AtmosphereResourceImpl。我尝试在如下定义的 Servlet 配置中使用 init-param,但它不起作用。
<init-param>
<param-name>org.atmosphere.cpr.AtmosphereResource</param-name>
<param-value>com.sample.MyAtmosphereResource</param-value>
</init-param>
【问题讨论】:
标签: java websocket configuration comet atmosphere