Netty + Redis + Websocket IM 分布式集群实现

  常量表 Constants.java /** * 项目中的全局常量定义 */ public interface Constants { String WEBSOCKET_STR = "websocket"; String UPGRADE_STR = "Upgrade"; int OK_CODE = 200; String HTTP_CODEC = "ht
相关文章
相关标签/搜索