Home | History | Annotate | Download | only in http

Lines Matching refs:Protocol

6 // of which HTTP HostPortPairs have an alternate protocol that can be used
24 enum Protocol {
28 BROKEN, // The alternate protocol is known to be broken.
34 return port == other.port && protocol == other.protocol;
40 Protocol protocol;
51 // Reports whether or not we have received Alternate-Protocol for
61 // SetAlternateProtocolFor() will ignore the request if the alternate protocol
65 Protocol alternate_protocol);
67 // Marks the alternate protocol as broken. Once marked broken, any further
68 // attempts to set the alternate protocol for |http_host_port_pair| will fail.
74 // If we don't have an alternate protocol in the map for any given host/port
82 static const char* ProtocolToString(Protocol protocol);
84 // The forced alternate protocol. If not-null, there is a protocol being