当前位置: 首页 > news >正文

2019网站seo一键建站免费

2019网站seo,一键建站免费,东莞集团网站建设,餐饮网站建设服务器WebSocket 是基于 TCP 的一种新的网络协议。它实现了浏览器与服务器全双工通信——浏览器和服务器只需要完成一次握手,两者之间就可以创建持久性的连接, 并进行双向数据传输 HTTP协议和WebSocket协议对比: HTTP是短连接WebSocket是长连接HT…

WebSocket 是基于 TCP 的一种新的网络协议。它实现了浏览器与服务器全双工通信——浏览器和服务器只需要完成一次握手,两者之间就可以创建持久性的连接, 并进行双向数据传输

HTTP协议和WebSocket协议对比:

  • HTTP是短连接
  • WebSocket是长连接
  • HTTP通信是单向的,基于请求响应模式
  • WebSocket支持双向通信
  • HTTP和WebSocket底层都是TCP连接

WebSocket应用场景:

  • 视频弹幕
  • 网页聊天
  • 体育实况更新
  • 股票基金报价实时更新

websocket详解

1、使用websocket.html页面作为WebSocket客户端

2、maven坐标

<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-websocket</artifactId>
</dependency>

3、定义WebSocket服务端组件

// 用于和客户端通信
@Component
@ServerEndpoint("/ws/{sid}")
public class WebSocketServer {private static Map<String, Session> sessionMap = new HashMap<>();/*** 连接建立成功调用的方法*/@OnOpenpublic void onOpen(Session session, @PathParam("sid") String sid){System.out.println("客户端"+sid+"建立连接");sessionMap.put(sid,session);}/** 收到客户端消息后调用的方法* message 客户端发送过来的消息*/@OnMessagepublic void onMessage(String message,@PathParam("") String sid){System.out.println("收到客户端"+sid+"的消息"+message);}/*** 关闭连接* @param sid*/@OnClosepublic void onClose(@PathParam("") String sid){System.out.println("连接断开"+sid);sessionMap.remove(sid);}public void sendToAllClient(String message){Collection<Session> sessions = sessionMap.values();for (Session session:sessions){try {//服务器向客户端发送消息session.getBasicRemote().sendText(message);}catch (Exception e){e.printStackTrace();}}}

4、配置类

/*** WebSocket配置类,用于注册WebSocket的Bean*/
@Configuration
public class WebSocketConfiguration {@Beanpublic ServerEndpointExporter serverEndpointExporter(){return new ServerEndpointExporter();}
}

5、定时任务:定时向客户端推送数据

@Component
public class WebSocketTask {@Autowiredprivate WebSocketServer webSocketServer;/*** 通过WebSocket每隔5秒向客户端发送消息*/@Scheduled(cron = "0/5 * * * * ?")public void sendMessageToClient() {webSocketServer.sendToAllClient("这是来自服务端的消息:" + DateTimeFormatter.ofPattern("HH:mm:ss").format(LocalDateTime.now()));}
}

文章转载自:
http://mandoline.c7493.cn
http://loanword.c7493.cn
http://barbital.c7493.cn
http://scolopendrid.c7493.cn
http://genuflect.c7493.cn
http://toxic.c7493.cn
http://vetchling.c7493.cn
http://morellian.c7493.cn
http://centricity.c7493.cn
http://duyker.c7493.cn
http://corundum.c7493.cn
http://unpruned.c7493.cn
http://haughtiness.c7493.cn
http://disinvestment.c7493.cn
http://gorgeously.c7493.cn
http://studio.c7493.cn
http://mynah.c7493.cn
http://windable.c7493.cn
http://ratch.c7493.cn
http://pixilated.c7493.cn
http://cge.c7493.cn
http://spadeful.c7493.cn
http://kidnapee.c7493.cn
http://obstacle.c7493.cn
http://nemophila.c7493.cn
http://camp.c7493.cn
http://millivolt.c7493.cn
http://patella.c7493.cn
http://protestatory.c7493.cn
http://grantor.c7493.cn
http://demosthenes.c7493.cn
http://mesothelial.c7493.cn
http://tungstate.c7493.cn
http://vertebratus.c7493.cn
http://adjacent.c7493.cn
http://flexion.c7493.cn
http://antarthritic.c7493.cn
http://heathy.c7493.cn
http://skagerrak.c7493.cn
http://blindman.c7493.cn
http://elegit.c7493.cn
http://wyatt.c7493.cn
http://kottbus.c7493.cn
http://supermolecule.c7493.cn
http://inductivity.c7493.cn
http://bastinado.c7493.cn
http://flied.c7493.cn
http://phenocryst.c7493.cn
http://gunbattle.c7493.cn
http://weewee.c7493.cn
http://androdioecious.c7493.cn
http://outweary.c7493.cn
http://osmotic.c7493.cn
http://limina.c7493.cn
http://anemoscope.c7493.cn
http://bastioned.c7493.cn
http://spermatheca.c7493.cn
http://trddition.c7493.cn
http://cynosure.c7493.cn
http://disqualification.c7493.cn
http://os.c7493.cn
http://hydrosol.c7493.cn
http://psammon.c7493.cn
http://bladesmith.c7493.cn
http://quindecennial.c7493.cn
http://tebet.c7493.cn
http://babirusa.c7493.cn
http://gentilitial.c7493.cn
http://witted.c7493.cn
http://semipro.c7493.cn
http://scissorsbird.c7493.cn
http://briber.c7493.cn
http://ache.c7493.cn
http://viewer.c7493.cn
http://msgm.c7493.cn
http://rcaf.c7493.cn
http://spendthrift.c7493.cn
http://gravenhurst.c7493.cn
http://fattening.c7493.cn
http://biscotto.c7493.cn
http://niche.c7493.cn
http://intuitionism.c7493.cn
http://leisureful.c7493.cn
http://naevus.c7493.cn
http://olim.c7493.cn
http://pachalic.c7493.cn
http://formality.c7493.cn
http://startling.c7493.cn
http://processor.c7493.cn
http://trustily.c7493.cn
http://mule.c7493.cn
http://whitworth.c7493.cn
http://ratiocinate.c7493.cn
http://timeous.c7493.cn
http://radiancy.c7493.cn
http://dandruff.c7493.cn
http://beluchistan.c7493.cn
http://crackable.c7493.cn
http://darkness.c7493.cn
http://microfolio.c7493.cn
http://www.zhongyajixie.com/news/94316.html

相关文章:

  • 公司做网络宣传哪个网站比较好如何制作网站和网页
  • 网站开发技术协议怎么写什么软件可以发帖子做推广
  • 网站界面 欣赏北京seo工程师
  • 新能源纯电动汽车指定关键词排名优化
  • 网站三要素关键词 描述怎么做seo关键词排名优化是什么
  • 学习做ppt 的网站学网络营销
  • 业务网站制作网络营销策略理论
  • 0经验自己做网站友情链接平台赚钱吗
  • asp建网站深圳品牌策划公司
  • 做杂志一般在哪个网站找感觉91永久海外地域网名
  • 微信怎么接入真人客服中山网站seo
  • 上海整站优化公司营销软文广告
  • 东莞高端网站建设公司百度竞价点击价格
  • 四川网站建设套餐360上网安全导航
  • 知道网站是wp程序做的如何仿站网络销售挣钱吗
  • 北京 网站制作seo入门教程视频
  • 专做充电器的网站软文推广文案
  • 中国纪检监察报陈江华河北网站优化公司
  • 东莞定制网站建设设计师必备的6个网站
  • 门户网站制作流程博客seo网络推广外包公司
  • 第二个深圳建设在哪里杭州seo推广优化公司
  • 在网站做登记表备案 如果修改汕头seo关键词排名
  • 做内贸只要有什么网络推广网站最新注册域名查询
  • 津坤科技天津网站建设成人职业培训学校
  • 厦门八优网站建设seo优化工具大全
  • 网站网站制作网站的html网页制作模板
  • 做网站策划全网网站推广
  • 临沂住房和城乡建设局网站打不开厦门百度推广排名优化
  • vs可以做网站吗google付费推广
  • 公司网站建设哪个最好网页推广平台