下载资源后端资源详情
Java互联网实时聊天系统源码.zip
大小:1.12MB
价格:22积分
下载量:0
评分:
5.0
上传者:qq_41701956
更新日期:2022-10-29

Java互联网实时聊天系统源码.zip

资源文件列表(大概)

文件名
大小
Chatroom-master/
-
Chatroom-master/Chatroom/
-
Chatroom-master/Chatroom/.classpath
1.25KB
Chatroom-master/Chatroom/.myumldata
64B
Chatroom-master/Chatroom/.project
1.34KB
Chatroom-master/Chatroom/.settings/
-
Chatroom-master/Chatroom/.settings/.jsdtscope
562B
Chatroom-master/Chatroom/.settings/com.genuitec.eclipse.migration.prefs
76B
Chatroom-master/Chatroom/.settings/org.eclipse.core.resources.prefs
150B
Chatroom-master/Chatroom/.settings/org.eclipse.jdt.core.prefs
6.87KB
Chatroom-master/Chatroom/.settings/org.eclipse.m2e.core.prefs
86B
Chatroom-master/Chatroom/.settings/org.eclipse.wst.common.component
741B
Chatroom-master/Chatroom/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
293B
Chatroom-master/Chatroom/.settings/org.eclipse.wst.common.project.facet.core.xml
382B
Chatroom-master/Chatroom/.settings/org.eclipse.wst.jsdt.ui.superType.container
49B
Chatroom-master/Chatroom/.settings/org.eclipse.wst.jsdt.ui.superType.name
6B
Chatroom-master/Chatroom/.settings/org.eclipse.wst.validation.prefs
48B
Chatroom-master/Chatroom/.springBeans
615B
Chatroom-master/Chatroom/pom.xml
5.34KB
Chatroom-master/Chatroom/src/
-
Chatroom-master/Chatroom/src/main/
-
Chatroom-master/Chatroom/src/main/java/
-
Chatroom-master/Chatroom/src/main/java/pers/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/common/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/common/AppContext.java
2KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/dao/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/dao/GroupInfoDao.java
199B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/dao/UserInfoDao.java
242B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/dao/impl/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/dao/impl/GroupInfoDaoImpl.java
2KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/dao/impl/UserInfoDaoImpl.java
5.48KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/model/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/model/po/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/model/po/GroupInfo.java
1.14KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/model/po/UserInfo.java
1.52KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/model/vo/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/model/vo/ResponseJson.java
1.92KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/ChatService.java
683B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/FileUploadService.java
312B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/SecurityService.java
303B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/UserInfoService.java
178B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/impl/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/impl/ChatServiceImpl.java
8.25KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/impl/FileUploadServiceImpl.java
2.04KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/impl/SecurityServiceImpl.java
1.7KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/service/impl/UserInfoServiceImpl.java
720B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/util/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/util/ChatType.java
262B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/util/Constant.java
1.45KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/util/FileUtils.java
5.06KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/util/JsonMsgHelper.java
934B
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/controller/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/controller/ChatroomController.java
1.28KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/controller/FileUploadController.java
1.04KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/controller/SecurityController.java
1.26KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/controller/common/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/controller/common/GlobalExceptionHandler.java
4.42KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/interceptor/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/interceptor/UserAuthInteceptor.java
1.44KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/websocket/
-
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/websocket/HttpRequestHandler.java
3.33KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/websocket/WebSocketChildChannelHandler.java
1.22KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/websocket/WebSocketServer.java
3.73KB
Chatroom-master/Chatroom/src/main/java/pers/kanarien/chatroom/web/websocket/WebSocketServerHandler.java
4.49KB
Chatroom-master/Chatroom/src/main/resources/
-
Chatroom-master/Chatroom/src/main/resources/log4j.properties
290B
Chatroom-master/Chatroom/src/main/resources/spring/
-
Chatroom-master/Chatroom/src/main/resources/spring/ApplicationContext-main.xml
1.28KB
Chatroom-master/Chatroom/src/main/resources/spring/ApplicationContext-mvc.xml
3.37KB
Chatroom-master/Chatroom/src/main/resources/spring/ApplicationContext-netty.xml
1.39KB
Chatroom-master/Chatroom/src/main/resources/system.properties
26B
Chatroom-master/Chatroom/src/main/webapp/
-
Chatroom-master/Chatroom/src/main/webapp/WEB-INF/
-
Chatroom-master/Chatroom/src/main/webapp/WEB-INF/views/
-
Chatroom-master/Chatroom/src/main/webapp/WEB-INF/views/chatroom.html
7.67KB
Chatroom-master/Chatroom/src/main/webapp/WEB-INF/views/login.html
2.26KB
Chatroom-master/Chatroom/src/main/webapp/WEB-INF/web.xml
1.61KB
Chatroom-master/Chatroom/src/main/webapp/static/
-
Chatroom-master/Chatroom/src/main/webapp/static/css/
-
Chatroom-master/Chatroom/src/main/webapp/static/css/chatroom.css
5.08KB
Chatroom-master/Chatroom/src/main/webapp/static/css/common/
-
Chatroom-master/Chatroom/src/main/webapp/static/css/common/bootstrap.min.css
118.44KB
Chatroom-master/Chatroom/src/main/webapp/static/css/common/fileinput.min.css
8.36KB
Chatroom-master/Chatroom/src/main/webapp/static/css/common/font-awesome.css
21.66KB
Chatroom-master/Chatroom/src/main/webapp/static/css/common/layui.css
58.23KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/
-
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/FontAwesome.otf
122.06KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/fontawesome-webfont.eot
74.72KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/fontawesome-webfont.svg
382.44KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/fontawesome-webfont.ttf
149.21KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/fontawesome-webfont.woff
88.29KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/fontawesome-webfont.woff2
70.21KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/glyphicons-halflings-regular.eot
19.66KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/glyphicons-halflings-regular.svg
106.19KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/glyphicons-halflings-regular.ttf
44.34KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/glyphicons-halflings-regular.woff
22.88KB
Chatroom-master/Chatroom/src/main/webapp/static/css/fonts/glyphicons-halflings-regular.woff2
17.61KB
Chatroom-master/Chatroom/src/main/webapp/static/css/img/
-
Chatroom-master/Chatroom/src/main/webapp/static/css/img/loading-sm.gif
2.61KB
Chatroom-master/Chatroom/src/main/webapp/static/css/img/loading.gif
847B
Chatroom-master/Chatroom/src/main/webapp/static/css/login.css
10.64KB
Chatroom-master/Chatroom/src/main/webapp/static/img/
-
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/
-
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Group01.jpg
3.1KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member001.jpg
11.68KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member002.jpg
1.83KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member003.jpg
1.94KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member004.jpg
2.01KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member005.jpg
2.09KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member006.jpg
1.89KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member007.jpg
1.87KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member008.jpg
1.72KB
Chatroom-master/Chatroom/src/main/webapp/static/img/avatar/Member009.jpg
1.66KB
Chatroom-master/Chatroom/src/main/webapp/static/img/box_head.jpg
13.78KB
Chatroom-master/Chatroom/src/main/webapp/static/img/chat.ico
66.06KB
Chatroom-master/Chatroom/src/main/webapp/static/img/chat_bg.jpg
47.01KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji.jpg
1.8KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/
-
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_01.png
4.38KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_02.png
4.56KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_03.png
4.41KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_04.png
3.54KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_05.png
3.86KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_06.png
4.33KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_07.png
3.83KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_08.png
3.65KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_09.png
3.03KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_10.png
4.52KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_11.png
2.82KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_12.png
3.5KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_13.png
3.95KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_14.png
3.83KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_15.png
4.17KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_16.png
4.66KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_17.png
3.58KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_18.png
2.98KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_19.png
4KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_20.png
3.01KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_21.png
3.55KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_22.png
4.13KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_23.png
4.65KB
Chatroom-master/Chatroom/src/main/webapp/static/img/emoji/emoji_24.png
3.15KB
Chatroom-master/Chatroom/src/main/webapp/static/img/login_bg.jpg
78.96KB
Chatroom-master/Chatroom/src/main/webapp/static/img/upload.jpg
1.11KB
Chatroom-master/Chatroom/src/main/webapp/static/js/
-
Chatroom-master/Chatroom/src/main/webapp/static/js/chatroom.js
34.64KB
Chatroom-master/Chatroom/src/main/webapp/static/js/common/
-
Chatroom-master/Chatroom/src/main/webapp/static/js/common/bootstrap.min.js
36KB
Chatroom-master/Chatroom/src/main/webapp/static/js/common/fileinput.min.js
90.52KB
Chatroom-master/Chatroom/src/main/webapp/static/js/common/jquery-1.9.1.min.js
90.46KB
Chatroom-master/Chatroom/src/main/webapp/static/js/common/jquery.actual.min.js
1.21KB
Chatroom-master/Chatroom/src/main/webapp/static/js/common/zh.js
4.52KB
Chatroom-master/Chatroom/target/
-
Chatroom-master/Chatroom/target/classes/
-
Chatroom-master/Chatroom/target/classes/log4j.properties
290B
Chatroom-master/Chatroom/target/classes/pers/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/common/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/common/AppContext.class
1.98KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/dao/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/dao/GroupInfoDao.class
251B
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/dao/UserInfoDao.class
270B
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/dao/impl/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/dao/impl/GroupInfoDaoImpl.class
2.73KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/dao/impl/UserInfoDaoImpl.class
4.88KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/model/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/model/po/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/model/po/GroupInfo.class
1.77KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/model/po/UserInfo.class
2.29KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/model/vo/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/model/vo/ResponseJson.class
2.61KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/ChatService.class
411B
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/FileUploadService.class
302B
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/SecurityService.class
377B
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/UserInfoService.class
233B
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/impl/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/impl/ChatServiceImpl.class
7.91KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/impl/FileUploadServiceImpl.class
3.64KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/impl/SecurityServiceImpl.class
2.59KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/service/impl/UserInfoServiceImpl.class
1.25KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/util/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/util/ChatType.class
1.46KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/util/Constant.class
1.11KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/util/FileUtils.class
4.92KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/util/JsonMsgHelper.class
1.48KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/controller/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/controller/ChatroomController.class
1.52KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/controller/FileUploadController.class
1.39KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/controller/SecurityController.class
1.75KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/controller/common/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/controller/common/GlobalExceptionHandler.class
6.27KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/interceptor/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/interceptor/UserAuthInteceptor.class
2.03KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/websocket/
-
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/websocket/HttpRequestHandler.class
5.51KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/websocket/WebSocketChildChannelHandler.class
1.71KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/websocket/WebSocketServer.class
4.24KB
Chatroom-master/Chatroom/target/classes/pers/kanarien/chatroom/web/websocket/WebSocketServerHandler.class
5.67KB
Chatroom-master/Chatroom/target/classes/spring/
-
Chatroom-master/Chatroom/target/classes/spring/ApplicationContext-main.xml
1.28KB
Chatroom-master/Chatroom/target/classes/spring/ApplicationContext-mvc.xml
3.37KB
Chatroom-master/Chatroom/target/classes/spring/ApplicationContext-netty.xml
1.39KB
Chatroom-master/Chatroom/target/classes/system.properties
26B
Chatroom-master/Chatroom/target/m2e-jee/
-
Chatroom-master/Chatroom/target/m2e-jee/web-resources/
-
Chatroom-master/Chatroom/target/m2e-jee/web-resources/META-INF/
-
Chatroom-master/Chatroom/target/m2e-jee/web-resources/META-INF/MANIFEST.MF
109B
Chatroom-master/Chatroom/target/m2e-jee/web-resources/META-INF/maven/
-
Chatroom-master/Chatroom/target/m2e-jee/web-resources/META-INF/maven/pers.kanarien/
-
Chatroom-master/Chatroom/target/m2e-jee/web-resources/META-INF/maven/pers.kanarien/chatroom/
-
Chatroom-master/Chatroom/target/m2e-jee/web-resources/META-INF/maven/pers.kanarien/chatroom/pom.properties
199B
Chatroom-master/Chatroom/target/m2e-jee/web-resources/META-INF/maven/pers.kanarien/chatroom/pom.xml
5.34KB
Chatroom-master/Chatroom/target/m2e-wtp/
-
Chatroom-master/Chatroom/target/m2e-wtp/web-resources/
-
Chatroom-master/Chatroom/target/m2e-wtp/web-resources/META-INF/
-
Chatroom-master/Chatroom/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
103B
Chatroom-master/Chatroom/target/m2e-wtp/web-resources/META-INF/maven/
-
Chatroom-master/Chatroom/target/m2e-wtp/web-resources/META-INF/maven/com/
-
Chatroom-master/Chatroom/target/m2e-wtp/web-resources/META-INF/maven/com/WebSocket/
-
Chatroom-master/Chatroom/target/m2e-wtp/web-resources/META-INF/maven/com/WebSocket/pom.properties
203B
Chatroom-master/Chatroom/target/m2e-wtp/web-resources/META-INF/maven/com/WebSocket/pom.xml
5.79KB
Chatroom-master/Chatroom/新建文件夹/
-

资源内容介绍

Java互联网实时聊天系统源码.zip
package pers.kanarien.chatroom.service.impl;import java.text.MessageFormat;import java.util.Iterator;import java.util.Map.Entry;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.alibaba.fastjson.JSONObject;import io.netty.channel.ChannelHandlerContext;import io.netty.handler.codec.http.websocketx.TextWebSocketFrame;import pers.kanarien.chatroom.dao.GroupInfoDao;import pers.kanarien.chatroom.model.po.GroupInfo;import pers.kanarien.chatroom.model.vo.ResponseJson;import pers.kanarien.chatroom.service.ChatService;import pers.kanarien.chatroom.util.ChatType;import pers.kanarien.chatroom.util.Constant;@Servicepublic class ChatServiceImpl implements ChatService{ private static final Logger LOGGER = LoggerFactory.getLogger(ChatServiceImpl.class); @Autowired private GroupInfoDao groupDao; @Override public void register(JSONObject param, ChannelHandlerContext ctx) { String userId = (String)param.get("userId"); Constant.onlineUserMap.put(userId, ctx); String responseJson = new ResponseJson().success() .setData("type", ChatType.REGISTER) .toString(); sendMessage(ctx, responseJson); LOGGER.info(MessageFormat.format("userId为 {0} 的用户登记到在线用户表,当前在线人数为:{1}" , userId, Constant.onlineUserMap.size())); } @Override public void singleSend(JSONObject param, ChannelHandlerContext ctx) { String fromUserId = (String)param.get("fromUserId"); String toUserId = (String)param.get("toUserId"); String content = (String)param.get("content"); ChannelHandlerContext toUserCtx = Constant.onlineUserMap.get(toUserId); if (toUserCtx == null) { String responseJson = new ResponseJson() .error(MessageFormat.format("userId为 {0} 的用户没有登录!", toUserId)) .toString(); sendMessage(ctx, responseJson); } else { String responseJson = new ResponseJson().success() .setData("fromUserId", fromUserId) .setData("content", content) .setData("type", ChatType.SINGLE_SENDING) .toString(); sendMessage(toUserCtx, responseJson); } } @Override public void groupSend(JSONObject param, ChannelHandlerContext ctx) { String fromUserId = (String)param.get("fromUserId"); String toGroupId = (String)param.get("toGroupId"); String content = (String)param.get("content"); GroupInfo groupInfo = groupDao.getByGroupId(toGroupId); if (groupInfo == null) { String responseJson = new ResponseJson().error("该群id不存在").toString(); sendMessage(ctx, responseJson); } else { String responseJson = new ResponseJson().success() .setData("fromUserId", fromUserId) .setData("content", content) .setData("toGroupId", toGroupId) .setData("type", ChatType.GROUP_SENDING) .toString(); groupInfo.getMembers().stream() .forEach(member -> { ChannelHandlerContext toCtx = Constant.onlineUserMap.get(member.getUserId()); if (toCtx != null && !member.getUserId().equals(fromUserId)) { sendMessage(toCtx, responseJson); } }); } } @Override public void remove(ChannelHandlerContext ctx) { Iterator<Entry<String, ChannelHandlerContext>> iterator = Constant.onlineUserMap.entrySet().iterator(); while(iterator.hasNext()) { Entry<String, ChannelHandlerContext> entry = iterator.next(); if (entry.getValue() == ctx) { LOGGER.info("正在移除握手实例..."); Constant.webSocketHandshakerMap.remove(ctx.channel().id().asLongText()); LOGGER.info(MessageFormat.format("已移除握手实例,当前握手实例总数为:{0}" , Constant.webSocketHandshakerMap.size())); iterator.remove(); LOGGER.info(MessageFormat.format("userId为 {0} 的用户已退出聊天,当前在线人数为:{1}" , entry.getKey(), Constant.onlineUserMap.size())); break; } } } @Override public void FileMsgSingleSend(JSONObject param, ChannelHandlerContext ctx) { String fromUserId = (String)param.get("fromUserId"); String toUserId = (String)param.get("toUserId"); String originalFilename = (String)param.get("originalFilename"); String fileSize = (String)param.get("fileSize"); String fileUrl = (String)param.get("fileUrl"); ChannelHandlerContext toUserCtx = Constant.onlineUserMap.get(toUserId); if (toUserCtx == null) { String responseJson = new ResponseJson() .error(MessageFormat.format("userId为 {0} 的用户没有登录!", toUserId)) .toString(); sendMessage(ctx, responseJson); } else { String responseJson = new ResponseJson().success() .setData("fromUserId", fromUserId) .setData("originalFilename", originalFilename) .setData("fileSize", fileSize) .setData("fileUrl", fileUrl) .setData("type", ChatType.FILE_MSG_SINGLE_SENDING) .toString(); sendMessage(toUserCtx, responseJson); } } @Override public void FileMsgGroupSend(JSONObject param, ChannelHandlerContext ctx) { String fromUserId = (String)param.get("fromUserId"); String toGroupId = (String)param.get("toGroupId"); String originalFilename = (String)param.get("originalFilename"); String fileSize = (String)param.get("fileSize"); String fileUrl = (String)param.get("fileUrl"); GroupInfo groupInfo = groupDao.getByGroupId(toGroupId); if (groupInfo == null) { String responseJson = new ResponseJson().error("该群id不存在").toString(); sendMessage(ctx, responseJson); } else { String responseJson = new ResponseJson().success() .setData("fromUserId", fromUserId) .setData("toGroupId", toGroupId) .setData("originalFilename", originalFilename) .setData("fileSize", fileSize) .setData("fileUrl", fileUrl) .setData("type", ChatType.FILE_MSG_GROUP_SENDING) .toString(); groupInfo.getMembers().stream() .forEach(member -> { ChannelHandlerContext toCtx = Constant.onlineUserMap.get(member.getUserId()); if (toCtx != null && !member.getUserId().equals(fromUserId)) { sendMessage(toCtx, responseJson); }

用户评论 (0)

发表评论

captcha