HomeSort by relevance Sort by last modified time
    Searched refs:websocket (Results 51 - 70 of 70) sorted by null

1 23

  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketParserD08.java 19 package org.eclipse.jetty.websocket;
33 * Parser the WebSocket protocol.
WebSocketParserRFC6455.java 19 package org.eclipse.jetty.websocket;
33 * Parser the WebSocket protocol.
WebSocketClientFactory.java 19 package org.eclipse.jetty.websocket;
70 private final static ByteArrayBuffer __ACCEPT = new ByteArrayBuffer.CaseInsensitive("Sec-WebSocket-Accept");
273 * WebSocket Client Selector Manager
428 .append("Upgrade: websocket\r\n")
430 .append("Sec-WebSocket-Key: ")
436 request.append("Sec-WebSocket-Version: ").append(WebSocketConnectionRFC6455.VERSION).append("\r\n");
439 request.append("Sec-WebSocket-Protocol: ").append(_future.getProtocol()).append("\r\n");
492 _error = "No Sec-WebSocket-Accept";
496 _error = "Bad Sec-WebSocket-Accept";
561 public WebSocketClientConnection(WebSocketClientFactory factory, WebSocket webSocket, EndPoint endPoint, WebSocketBuffers buffers, long timeStamp, int maxIdleTime, String pr (…)
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 18 var WebSocketStream = require('websocket-stream');
126 // That page once loaded, connects to the websocket server run by BotManager
  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/
websocket.py 2 websocket - WebSocket client library for Python
50 websocket python client.
58 # websocket supported version.
80 websocket exeception class.
178 connect to url and return websocket object.
180 Connect to url and return the WebSocket object.
186 >>> conn = create_connection("ws://echo.websocket.org/",
199 websock = WebSocket(sockopt=sockopt, sslopt=sslopt)
208 # ref. Websocket gets an update, and it breaks stuff
    [all...]
  /external/v8/test/mjsunit/asm/sqlite3/
sqlite-change-heap.js     [all...]
sqlite-pointer-masking.js     [all...]
sqlite-safe-heap.js     [all...]
sqlite.js     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
zlib.js     [all...]
box2d.js     [all...]
lua_binarytrees.js     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]

Completed in 703 milliseconds

1 23