Tomcat说:[OnMessage]方法没有有效负载参数

时间:2017-05-06 07:34:23

标签: websocket

the error stack

我在ServerEndPoint上的注释: @ServerEndpoint(value = "/portal/{action}/{num}/{msg}", configurator = GetHttpSessionConfigurator.class)

我在onMessage方法上的注释:

@OnMessage
public void onMessage(@PathParam("action") String action, @PathParam("num") String num, @PathParam("msg") String msg, Session session)

1 个答案:

答案 0 :(得分:0)

我知道。有必要添加一个参数来接收其他消息。因此,只需删除由@OnMethod注释的[Method]参数的第三个注释。