Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beyondfengyu/HappyChat
/ types & classes
Types & classes
14 in github.com/beyondfengyu/HappyChat
⨍
Functions
226
◇
Types & classes
14
Class
BaseServer
@author Andy
src/main/java/com/wolfbe/chat/core/BaseServer.java:17
Class
BlankUtil
@author Andy 2015-11-12 @description 判断字符串、集合、哈希、数组对象是否为空
src/main/java/com/wolfbe/chat/util/BlankUtil.java:12
Class
ChatCode
@author Andy
src/main/java/com/wolfbe/chat/proto/ChatCode.java:6
Class
ChatProto
聊天室的协议 | head | body 4 @author Andy @site http://www.wolfbe.com @github https://github.com/beyondfengyu
src/main/java/com/wolfbe/chat/proto/ChatProto.java:17
Class
Constants
@author laochunyu
src/main/java/com/wolfbe/chat/util/Constants.java:6
Class
DateTimeUtil
@author Andy 2015-7-31 @description 时间日期的工具类
src/main/java/com/wolfbe/chat/util/DateTimeUtil.java:16
Class
HappyChatMain
WebSocket聊天室,客户端参考docs目录下的websocket.html @author Andy @site http://www.wolfbe.com @github https://github.com/beyondfengyu
src/main/java/com/wolfbe/chat/HappyChatMain.java:13
Class
HappyChatServer
@author laochunyu @site http://www.wolfbe.com @github https://github.com/beyondfengyu
src/main/java/com/wolfbe/chat/HappyChatServer.java:26
Class
MessageHandler
@author Andy @site http://www.wolfbe.com @github https://github.com/beyondfengyu
src/main/java/com/wolfbe/chat/handler/MessageHandler.java:17
Class
NettyUtil
@author Andy
src/main/java/com/wolfbe/chat/util/NettyUtil.java:10
Interface
Server
@author Andy
src/main/java/com/wolfbe/chat/core/Server.java:6
Class
UserAuthHandler
@author Andy @site http://www.wolfbe.com @github https://github.com/beyondfengyu
src/main/java/com/wolfbe/chat/handler/UserAuthHandler.java:23
Class
UserInfo
@author Andy
src/main/java/com/wolfbe/chat/entity/UserInfo.java:10
Class
UserInfoManager
Channel的管理器 @author Andy @site http://www.wolfbe.com @github https://github.com/beyondfengyu
src/main/java/com/wolfbe/chat/handler/UserInfoManager.java:24