package com.bjsxt.init; import java.util.Set; import javax.websocket.Endpoint; import javax.websocket.server.ServerApplicationConfig; import javax.websocket.server.ServerEndpointConfig; public class SocketConfig implements ServerApplicationConfig { @Override public Set<Class<?>> getAnnotatedEndpointClasses(Set<Class<?>> endPoint) { System.out.println("endPoint扫描到的数量:" + endPoint.size()); return endPoint; } @Override public Set<ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends Endpoint>> endPoint) { System.out.println("实现EndPoint接口的类数量:" + endPoint.size()); return null; } }

忘了密码来摸鱼 LV1
2023年5月29日
wenwen520_li LV1
2022年11月19日
杨豫川 LV12
2022年5月11日
912299793 LV21
2022年3月18日
berylzZz LV1
2022年3月13日
JulyMagnolia LV5
2021年11月27日
1ling1 LV2
2021年6月24日
thinkerkkk LV2
2021年6月22日
YZN212 LV3
2021年6月1日
dalamama LV1
2021年4月27日

wuyingya12 LV8
5月23日
473228892
2月10日
暂无贡献等级
ma406805131 LV19
2024年12月24日
nghiavudev
2024年11月3日
暂无贡献等级
teamather
2024年11月3日
暂无贡献等级
dapeioo
2024年10月8日
暂无贡献等级
zhoubin2000
2024年6月14日
暂无贡献等级
磨磨唧唧999
2024年6月14日
暂无贡献等级
pangzihao
2024年6月3日
暂无贡献等级
liqizuiai
2024年5月15日
暂无贡献等级