WebSocketHandshakeStreamCreateHelper is an internal class that stores the data that...
commitefa9e7375c48f046504be3f7317ff302cb85ff8c
authorricea@chromium.org <ricea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 29 Nov 2013 02:55:05 +0000 (29 02:55 +0000)
committerricea@chromium.org <ricea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 29 Nov 2013 02:55:05 +0000 (29 02:55 +0000)
tree9409e3fb79a8b739db65c6dbaa38e0ddb3b0943c
parent4ef22eb238ac3d884e21e55d66f4d3cee65bd902
WebSocketHandshakeStreamCreateHelper is an internal class that stores the data that is needed to create a WebSocketBasicHandshakeStream.

This CL also adds a real implementation of WebSocketStream::CreateAndConnectStream().

This CL depends on https://codereview.chromium.org/23500007/ to compile.

The tests for this CL are in https://codereview.chromium.org/64133006/

BUG=265329

Review URL: https://codereview.chromium.org/21011003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237865 0039d316-1c4b-4281-b951-d872f2087c98
net/net.gyp
net/websockets/README
net/websockets/websocket_handshake_stream_base.h
net/websockets/websocket_handshake_stream_create_helper.cc [new file with mode: 0644]
net/websockets/websocket_handshake_stream_create_helper.h [new file with mode: 0644]
net/websockets/websocket_stream.cc
net/websockets/websocket_test_util.h