一些常量
/**
*
*/
package org.tio.showcase.websocket.server;
/**
* @author tanyaowu
*
*/
public class Const {
/**
* 用于群聊的group id
*/
public static final String GROUP_ID = "showcase-websocket";
}
/**
*
*/
package org.tio.showcase.websocket.server;
/**
* @author tanyaowu
*
*/
public class Const {
/**
* 用于群聊的group id
*/
public static final String GROUP_ID = "showcase-websocket";
}