spring-boot基于websocket实现服务器推送消息到客户端
创始人
2025-01-17 21:04:56
0

spring-boot基于websocket实现服务器推送消息到客户端

一、添加依赖

      org.springframework.boot     spring-boot-starter-websocket               org.springframework.boot         spring-boot-starter-tomcat         

一定要将tomcat依赖包排除掉 否则会报错 javax.websocket.server.ServerContainer not available

二、添加配置类

通过配置类 启用WebSocket的支持:
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.socket.server.standard.ServerEndpointExporter;  /**  * @Author: Robin  * @ClassName: WebSocketConfig  * @Description: 开启WebSocket支持的配置类  * @DateTime: 2024/2/27 14:27  */ @Configuration public class WebSocketConfig {  	@Bean 	public ServerEndpointExporter serverEndpointExporter() { 		return new ServerEndpointExporter(); 	}  } 

三、创建WebSocketEndpoint处理类

import org.springframework.stereotype.Component; import org.springframework.stereotype.Service;  import javax.websocket.*; import javax.websocket.server.PathParam; import javax.websocket.server.ServerEndpoint; import java.util.concurrent.ConcurrentHashMap;  /**  * @Author: Robin  * @ClassName: WebSocketEndpoint  * @Description: websocket连接接口  * @DateTime: 2024/2/27 10:57  */ @ServerEndpoint("/wss/{id}") @Component @Service public class WebSocketEndpoint {  	// 用于存储所有打开的会话,键是唯一的客户端ID 	private static final ConcurrentHashMap sessions = new ConcurrentHashMap<>();  	private String id;  	@OnOpen 	public void onOpen(@PathParam("id") String id, Session session) { 		// 生成一个唯一的客户端ID 		sessions.put(id, session); 		this.id = id; 		System.out.println("连接已打开,客户端ID: " + id); 	}  	@OnMessage 	public void onMessage(String message, Session session) { 		System.out.println("收到消息: " + message); 	}  	@OnClose 	public void onClose(Session session) { 		String clientId = this.id; 		sessions.remove(clientId); 		System.out.println("连接已关闭,客户端ID: " + clientId); 	}  	@OnError 	public void onError(Session session, Throwable throwable) { 		String clientId = this.id; 		sessions.remove(clientId); 		System.out.println("发生错误,客户端ID: " + clientId); 		throwable.printStackTrace(); 	}  	// 用于向特定客户端发送消息的方法 	public static void sendMessageToClient(String id, String message) { 		Session session = sessions.get(id); 		if (session != null && session.isOpen()) { 			try { 				session.getAsyncRemote().sendText(message); 			} 			catch (Exception e) { 				System.out.println("发送消息时发生错误,客户端ID: " + id); 				e.printStackTrace(); 			} 		} 	}  } 

连接时传入的id为业务系统中用户的身份id便于确认当前用的身份,已key的形式存入sessions的map中,当需要给指定的用户推送消息时候只需要传入id便可找到对应的session

四、测试连接

websocket在线测试工具有很多、postman也可以进行测试

我自己用的是 WebSocket在线测试工具 (wstool.js.org)

websocket请求分为两种:ws和wss

ws:针对于没有ssl证书的域名,可以理解为http

wss:针对于有ssl证书的域名,可以理解为https

1、本地服务连接

​ 当调用本地服务测试时要采用ws的请求形式,wss是调不通的

​ ws://localhost:13400/wss/{id}
在这里插入图片描述

2、服务器连接

​ 服务器如果采用了nginx代理,则需要修改nginx配置文件,添加针对于wss请求的配置参数

location /wss {     proxy_pass http://127.0.0.1:13400;     proxy_http_version 1.1;     proxy_set_header Upgrade $http_upgrade;     proxy_set_header Connection "upgrade";     # 默认60s断开连接     proxy_read_timeout 60s; }  

​ 请求地址:wss://域名/wss/{id}

eader Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
# 默认60s断开连接
proxy_read_timeout 60s;
}

 ​	请求地址:wss://域名/wss/{id}  ​	 

相关内容

热门资讯

辅助举措!桃乐甘肃麻将辅助器,... 辅助举措!桃乐甘肃麻将辅助器,川南欢乐碰辅助,详细教程(有挂方法)1、在桃乐甘肃麻将辅助器插件功能辅...
了解大纲!火神微信辅助,新二号... 了解大纲!火神微信辅助,新二号辅助,详细教程(有挂助手)1、这是跨平台的火神微信辅助轻量版有透视,在...
推荐机巧!川娱竞技有挂透视脚本... 推荐机巧!川娱竞技有挂透视脚本,有没有人会衢州都莱的辅助,详细教程(有挂讲解)川娱竞技有挂透视脚本破...
详情教程书!潮友辅助插件,八仙... 详情教程书!潮友辅助插件,八仙游戏辅助,详细教程(发现有挂)1、不需要AI权限,帮助你快速的进行潮友...
辅助教材!乐胡脚本,麻辣竞技辅... 辅助教材!乐胡脚本,麻辣竞技辅助,详细教程(详细教程)1、让任何用户在无需麻辣竞技辅助安装教程第三方...
总结机巧!潮友会插件,wepo... 总结机巧!潮友会插件,wepoker开挂事件,详细教程(有挂总结)1、潮友会插件免费辅助多个强度级别...
专业妙计!边锋干瞪眼房租胡,顺... 专业妙计!边锋干瞪眼房租胡,顺欣茶楼有没有辅助,详细教程(证实有挂)暗藏猫腻,小编详细说明边锋干瞪眼...
关于教程书!微友助手app下载... 您好,微友助手app下载辅助器这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302...
教你模板!丽水都莱辅助软件,呗... 教你模板!丽水都莱辅助软件,呗兔辅助怎么样,详细教程(竟然有挂)丽水都莱辅助软件破解侠是真的助透视。...
解迷法门!天胡辅助脚本,欢乐达... 解迷法门!天胡辅助脚本,欢乐达人破解器,详细教程(有挂猫腻)1、超多福利:超高返利,海量正版游戏,欢...