锘??xml version="1.0" encoding="utf-8" standalone="yes"?>97久久精品人妻人人搡人人玩,99精品伊人久久久大香线蕉,99久久精品免费看国产一区二区三区http://www.shnenglu.com/Error/category/21182.htmlzh-cnMon, 22 Feb 2016 09:56:34 GMTMon, 22 Feb 2016 09:56:34 GMT60websocket 綆浠?/title><link>http://www.shnenglu.com/Error/archive/2016/02/22/212860.html</link><dc:creator>Enic</dc:creator><author>Enic</author><pubDate>Mon, 22 Feb 2016 09:02:00 GMT</pubDate><guid>http://www.shnenglu.com/Error/archive/2016/02/22/212860.html</guid><wfw:comment>http://www.shnenglu.com/Error/comments/212860.html</wfw:comment><comments>http://www.shnenglu.com/Error/archive/2016/02/22/212860.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.shnenglu.com/Error/comments/commentRss/212860.html</wfw:commentRss><trackback:ping>http://www.shnenglu.com/Error/services/trackbacks/212860.html</trackback:ping><description><![CDATA[<p>WebSocket is an underlying network protocol that enables you to build other standard<br />protocols on top of it.</p> <p>The WebSocket Protocol enables full duplex communication between a client and<br />a remote server over the Web, and supports transmission of binary data and text strings.<br />The protocol consists of an opening handshake followed by basic message framing, and is<br />layered over TCP.</p> <p><br />WebSocket programming follows an asynchronous programming model, which<br />means that as long as a WebSocket connection is open, your application simply listens<br />for events. Your client does not need to actively poll the server for more information. To<br />start listening for the events, you simply add callback functions to the WebSocket object.<br />Alternatively, you can use the addEventListener() DOM method to add event listeners<br />to your WebSocket objects.<br />A WebSocket object dispatches four different events:<br />· Open<br />· Message<br />· Error<br />· Close<br />As with all web APIs, you can listen for these events using on<eventname> handler<br />properties, as well as using the addEventListener(); method.</p> <p>ws.onopen<br />ws.onmessage<br />ws.onerror<br />ws.onclose</p> <p>e.data instanceof Blob<br />ws.binaryType = "blob"</p> <p>WebSocket objects have two methods: send() and close()</p> <p><br />Listing 2-12. Waiting for the Open Event Before Sending a Message<br />// Wait until the open event before calling send().<br />var ws = new WebSocket("ws://echo.websocket.org")<br />ws.onopen = function(e) {<br />ws.send("Initial data");<br />}</p> <p>Listing 2-13. Checking the readyState Property for an Open WebSocket<br />// Handle outgoing data. Send on a WebSocket if that socket is open.<br />function myEventHandler(data) {<br />if (ws.readyState === WebSocket.OPEN) {<br />// The socket is open, so it is ok to send the data.<br />ws.send(data);<br />} else {<br />// Do something else in this case.<br />//Possibly ignore the data or enqueue it.<br />}<br />}</p> <p><br />// Send a Blob<br />var blob = new Blob("blob contents");<br />ws.send(blob);<br />// Send an ArrayBuffer<br />var a = new Uint8Array([8,6,7,5,3,0,9]);<br />ws.send(a.buffer);</p> <p><br />Listing 2-15. Calling the close() Method<br />// Close the WebSocket connection<br />ws.close();<br />You can optionally pass two arguments to the close() method: code (a numerical<br />status code) and reason (a text string). Passing these arguments transmits information<br />to the server about why the client closed the connection. We will discuss the status<br />codes and reasons in greater detail in Chapter 3, when we cover the WebSocket closing<br />handshake. Listing 2-16 shows an example of calling the close() method with an<br />argument.<br />Listing 2-16. Calling the close() Method with a Reason<br />// Close the WebSocket connection because the session has ended successfully<br />ws.close(1000, "Closing normally");<br />Listing 2-16 uses code 1000, which means, as it states in the code, that the<br />connection is closing normally.</p> <p><br />WebSocket Object Attributes<br />There are several WebSocket Object attributes you can use to provide more information<br />about the WebSocket object: readyState, bufferedAmount, and protocol.</p> <p>Table 2-1. readyState Attributes, Values, and Status Descriptions<br />Attribute Constant     Value     Status<br />WebSocket.CONNECTING   0   The connection is in progress but has not been established.<br />WebSocket.OPEN   1   The connection has been established. Messages can flow between the client and server.<br />WebSocket.CLOSING   2   The connection is going through the closing handshake.<br />WebSocket.CLOSED   3   The connection has been closed or could not be opened.</p> <p>WebSocket Object Attribute: protocol<br />The protocol attribute is the empty string before the<br />opening handshake completes and remains an empty string if the server does not choose<br />one of the protocols offered by the client.</p> <p> </p><img src ="http://www.shnenglu.com/Error/aggbug/212860.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.shnenglu.com/Error/" target="_blank">Enic</a> 2016-02-22 17:02 <a href="http://www.shnenglu.com/Error/archive/2016/02/22/212860.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.shnenglu.com/" title="精品视频久久久久">精品视频久久久久</a> <div class="friend-links"> </div> </div> </footer> <a href="http://www.fwrld.cn" target="_blank">99国产精品久久久久久久成人热</a>| <a href="http://www.icxun.cn" target="_blank">久久精品一本到99热免费</a>| <a href="http://www.hzks666.cn" target="_blank">欧美日韩精品久久免费</a>| <a href="http://www.yundali.cn" target="_blank">中文字幕无码免费久久</a>| <a href="http://www.addlife.cn" target="_blank">久久婷婷五月综合色高清</a>| <a href="http://www.mijie5.cn" target="_blank">久久久久久综合一区中文字幕</a>| <a href="http://www.liuy88.cn" target="_blank">日韩精品久久久久久久电影</a>| <a href="http://www.sjz114.net.cn" target="_blank">久久毛片免费看一区二区三区</a>| <a href="http://www.cnpump.com.cn" target="_blank">久久福利资源国产精品999</a>| <a href="http://www.meng1.cn" target="_blank">色妞色综合久久夜夜</a>| <a href="http://www.x29x.cn" target="_blank">韩国无遮挡三级久久</a>| <a href="http://www.34lz.cn" target="_blank">香蕉久久影院</a>| <a href="http://www.htlon.cn" target="_blank">亚洲精品国产成人99久久</a>| <a href="http://www.jnxlt.cn" target="_blank">亚洲乱码日产精品a级毛片久久 </a>| <a href="http://www.zhaoyang-db.com.cn" target="_blank">国产午夜电影久久</a>| <a href="http://www.oqnn.cn" target="_blank">久久夜色精品国产</a>| <a href="http://www.lzcoxag.cn" target="_blank">久久综合九色综合97_久久久</a>| <a href="http://www.xsq1.cn" target="_blank">亚洲欧美国产日韩综合久久 </a>| <a href="http://www.wsnb.com.cn" target="_blank">91精品国产综合久久香蕉</a>| <a href="http://www.szksc.cn" target="_blank">久久国产免费直播</a>| <a href="http://www.bjzfw.cn" target="_blank">久久精品国产影库免费看</a>| <a href="http://www.shantiee.cn" target="_blank">亚洲国产精品无码久久久蜜芽</a>| <a href="http://www.chixuelang.cn" target="_blank">99久久成人18免费网站</a>| <a href="http://www.ybwsf.cn" target="_blank">亚洲日韩欧美一区久久久久我</a>| <a href="http://www.xindouvcd.cn" target="_blank">久久er热视频在这里精品</a>| <a href="http://www.jlxrc.cn" target="_blank">久久精品青青草原伊人</a>| <a href="http://www.t1303.cn" target="_blank">久久亚洲国产成人精品无码区</a>| <a href="http://www.wucaitianyuan.cn" target="_blank">久久精品国产亚洲av影院</a>| <a href="http://www.dmchs.cn" target="_blank">日日狠狠久久偷偷色综合免费</a>| <a href="http://www.ruea.cn" target="_blank">久久精品一区二区</a>| <a href="http://www.vkqn.cn" target="_blank">国产精品99久久99久久久</a>| <a href="http://www.syggzy.org.cn" target="_blank">久久夜色精品国产噜噜亚洲a</a>| <a href="http://www.lordswar.cn" target="_blank">久久人人妻人人爽人人爽</a>| <a href="http://www.suba400.cn" target="_blank">国产精品99久久精品爆乳</a>| <a href="http://www.kuaixiansou.cn" target="_blank">精品久久人妻av中文字幕</a>| <a href="http://www.aijialicai.com.cn" target="_blank">精品久久久久成人码免费动漫 </a>| <a href="http://www.ezhekou.cn" target="_blank">精品久久久久久亚洲</a>| <a href="http://www.sypt59.cn" target="_blank">热re99久久6国产精品免费</a>| <a href="http://www.17art.com.cn" target="_blank">怡红院日本一道日本久久</a>| <a href="http://www.nsimple.cn" target="_blank">久久久久女人精品毛片</a>| <a href="http://www.gbagba.cn" target="_blank">久久精品午夜一区二区福利</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>