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

/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.h96 String m_clientProtocol; member in class:WebCore::WebSocketHandshake
H A DWebSocketHandshake.cpp165 , m_clientProtocol(protocol)
199 return m_clientProtocol;
204 m_clientProtocol = protocol;
241 if (!m_clientProtocol.isEmpty())
242 fields.append("Sec-WebSocket-Protocol: " + m_clientProtocol);
285 if (!m_clientProtocol.isEmpty())
286 request.addHeaderField("Sec-WebSocket-Protocol:", m_clientProtocol);
604 if (!m_clientProtocol.isEmpty() && m_clientProtocol != serverWebSocketProtocol) {
605 m_context->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, "Error during WebSocket handshake: protocol mismatch: " + m_clientProtocol
[all...]

Completed in 76 milliseconds