我正在尝试创建一个聊天应用程序项目,使用resteasy库和websocketapi,使用gcloudsdk和gradle。
在我的应用程序中,其他路径工作正常。仅此路径,错误:找不到路径:/ws/chat
我需要知道如何设置或使用websocket api在这个resteasy项目。是否需要进行其他配置?
@ServerEndpoint(
value = "/ws/chat",
encoders = ChatMessageEncoder.class,
decoders = ChatMessageDecoder.class,
configurator = CustomConfigurator.class
)
public class ChatServer {
暂无答案!
目前还没有任何答案,快来回答吧!