Searched refs:_handshake (Results 1 - 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClientFactory.java361 private ByteArrayBuffer _handshake; field in class:WebSocketClientFactory.HandshakeConnection
413 if (_handshake==null)
454 _handshake=new ByteArrayBuffer(request.toString(), false);
461 int len = _handshake.length();
462 int flushed = _endp.flush(_handshake);
470 return _handshake.length()==0;
477 if (_handshake==null || _handshake.length()>0)
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/
H A Dwebsocket.py455 self._handshake(hostname, port, resource, **options)
457 def _handshake(self, host, port, resource, **options): member in class:WebSocket

Completed in 122 milliseconds