gpt4 book ai didi

java - 如何在Atmosphere框架中配置自定义AtmosphereResource

转载 作者:太空宇宙 更新时间:2023-11-04 10:42:28 28 4
gpt4 key购买 nike

无法将 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>

最佳答案

这个问题的解决方案已经在 Atmosphere 中可用。由于 API 文档主要关注示例应用程序如何执行这些功能,因此在其文档中没有正确讨论这些功能。

以下链接有一些 Atmosphere 注释,可以做一些很棒的事情。 http://async-io.org/apidocs/index.html?org/atmosphere/config/service/package-summary.html

这个问题的答案是,通过实现 AtmosphereResourceFactory 创建一个工厂,该工厂创建自定义 AtmosphereResource 对象并将工厂注释为 @AtmosphereResourceFactoryService。就这样。现在您可以看到自定义 AtmosphereResource 资源已传递给 AtmosphereHandler

关于java - 如何在Atmosphere框架中配置自定义AtmosphereResource,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48821812/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com