Searched refs:protocol_ (Results 1 – 8 of 8) sorted by relevance
47 : name_(name), protocol_(protocol), address_(address), in Candidate()54 const std::string & protocol() const { return protocol_; } in protocol()55 void set_protocol(const std::string & protocol) { protocol_ = protocol; } in set_protocol()107 (protocol_ == c.protocol_) && in IsEquivalent()117 ost << "Cand[" << name_ << ":" << type_ << ":" << protocol_ << ":" in ToString()125 std::string protocol_; variable
13 : protocol_(protocol), in ProtocolHandler()46 d->Set("protocol", Value::CreateStringValue(protocol_)); in Encode()53 return protocol_ == other.protocol_ && in operator ==()
31 std::string protocol() const { return protocol_; } in protocol()41 const std::string protocol_; variable
53 if (!protocol_.empty()) { in CreateClientHandshakeMessage()55 msg += protocol_; in CreateClientHandshakeMessage()137 if (!protocol_.empty() in ProcessHeaders()149 if (!protocol_.empty() && protocol_ != ws_protocol_) in CheckResponseHeaders()
33 protocol_(protocol), in WebSocketHandshake()66 if (!protocol_.empty()) in CreateClientHandshakeMessage()67 fields.push_back("Sec-WebSocket-Protocol: " + protocol_); in CreateClientHandshakeMessage()192 if (!protocol_.empty() in ProcessHeaders()204 if (!protocol_.empty() && protocol_ != ws_protocol_) in CheckResponseHeaders()
79 protocol_(protocol), in Request()89 const std::string& protocol() const { return protocol_; } in protocol()112 std::string protocol_; variable
63 std::string protocol_; variable
77 : protocol_(cricket::PROTO_TCP), in XmppClientSettings()86 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; } in set_protocol()95 cricket::ProtocolType protocol() const { return protocol_; } in protocol()105 cricket::ProtocolType protocol_; variable