2-Vue+WebSocket 实现页面实时刷新长连接

时间:2020-08-25 19:46:37 来源:

【摘要】 2-Vue+WebSocket 实现页面实时刷新长连接考必过小编为大家整理了关于2-Vue+WebSocket 实现页面实时刷新长连接的信息,希望可以帮助到大家!

2-Vue+WebSocket 实现页面实时刷新长连接

标签:data初始portwebonsagentdef错误websocket

参考:https://segmentfapt.com/a/1190000019301545

export defapt {
        data() {
            return {
                websock: npl,
            }
        },
        created(){
           //页面刚进入时开启长连接
            this.initWebSocket()
       },
       destroyed: function() {
        //页面销毁时关闭长连接
      this.websocketclose();
    },
   
    
    methods: { 
      initWebSocket(){ //初始化weosocket 
       
        const wsuri = 127.0.0.1:8080 + "/websocket/threadsocket";//ws地址
        this.websock = new WebSocket(wsuri); 
        this.websocket.onopen = this.websocketonopen;

        this.websocket.onerror = this.websocketonerror;

        this.websock.onmessage = this.websocketonmessage; 
        this.websock.onclose = this.websocketclose;
       }, 

      websocketonopen() {
        console.log("WebSocket连接成功");
      },
      websocketonerror(e) { //错误
        console.log("WebSocket连接发生错误");
      },
      websocketonmessage(e){ //数据接收 
        const redata = JSON.parse(e.data);
           // 接收数据
        console.log(redata.value); 
      }, 

      websocketsend(agentData){//数据发送 
        this.websock.send(agentData); 
      }, 

      websocketclose(e){ //关闭 
        console.log("connection closed (" + e.code + ")"); 
     },
   }, 
  }
 

2-Vue+WebSocket 实现页面实时刷新长连接

标签:data初始portwebonsagentdef错误websocket

以上就是2-Vue+WebSocket 实现页面实时刷新长连接的内容,更多资讯请及时关注考必过网站,最新消息小编会第一时间发布,大家考试加油!

上一篇      下一篇
前端相关推荐 更多>>
前端热点专题 更多>>
热点问答
国家公务员考试年龄限制是多少 公务员国考和省考考试内容有什么区别 函授大专学历能不能考公务员 国家公务员考试考点能自己选择吗 新闻学专业能报考2022年公务员考试吗 什么是联合培养研究生 什么是破格录取研究生 什么人不适合读研 研究生报名户口所在地填什么 研究生结业和毕业有什么区别
网站首页 网站地图 返回顶部
考必过移动版 https://m.kaobiguo.net