This commit is contained in:
Redkale
2017-06-20 21:58:20 +08:00
parent 568e1cf62d
commit 685a686ead

View File

@@ -52,11 +52,11 @@ public @interface RestWebSocket {
boolean single() default true; boolean single() default true;
/** /**
* WebScoket服务器给客户端进行ping操作的间隔时间, 单位: 秒, 默认值:60 * WebScoket服务器给客户端进行ping操作的间隔时间, 单位: 秒, 默认值:15
* *
* @return int * @return int
*/ */
int liveinterval() default 60; int liveinterval() default WebSocketServlet.DEFAILT_LIVEINTERVAL;
/** /**
* 是否屏蔽该类的转换 * 是否屏蔽该类的转换