
com.joe.easysocket.server.common.msg.DataMsg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of socket-common Show documentation
Show all versions of socket-common Show documentation
socket框架,方便快速开发socket服务端和客户端
The newest version!
package com.joe.easysocket.server.common.msg;
import com.joe.easysocket.server.common.data.ProtocolData;
/**
* 后端与前端沟通使用的消息
*
* @author joe
*/
public class DataMsg extends PubMsg {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy