org.tio.websocket.common.WsConst Maven / Gradle / Ivy
package org.tio.websocket.common;
/**
* @author tanyaowu
* 2017年8月6日 下午7:37:16
*/
public interface WsConst {
String SESSION_KEY = "session_key";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy