Home | History | Annotate | Download | only in http

Lines Matching defs:HttpStreamFactory

18 const HostMappingRules* HttpStreamFactory::host_mapping_rules_ = NULL;
20 const std::string* HttpStreamFactory::next_protos_ = NULL;
22 bool HttpStreamFactory::spdy_enabled_ = true;
24 bool HttpStreamFactory::use_alternate_protocols_ = false;
26 bool HttpStreamFactory::force_spdy_over_ssl_ = true;
28 bool HttpStreamFactory::force_spdy_always_ = false;
30 std::list<HostPortPair>* HttpStreamFactory::forced_spdy_exclusions_ = NULL;
32 bool HttpStreamFactory::ignore_certificate_errors_ = false;
34 HttpStreamFactory::~HttpStreamFactory() {}
36 void HttpStreamFactory::ProcessAlternateProtocol(
88 GURL HttpStreamFactory::ApplyHostMappingRules(const GURL& url,
103 void HttpStreamFactory::add_forced_spdy_exclusion(const std::string& value) {
111 bool HttpStreamFactory::HasSpdyExclusion(const HostPortPair& endpoint) {
124 void HttpStreamFactory::SetHostMappingRules(const std::string& rules) {
131 HttpStreamFactory::HttpStreamFactory() {}
134 const HostMappingRules& HttpStreamFactory::host_mapping_rules() {