Searched refs:http_proxy_ (Results 1 – 2 of 2) sorted by relevance
815 http_proxy_.reset(new HTTPProxy(connection)); in SetConnection()816 http_proxy_->Start(dispatcher_, sockets_.get()); in SetConnection()820 http_proxy_.reset(); in SetConnection()1614 if (http_proxy_.get()) { in GetHTTPProxyPort()1615 return static_cast<uint16_t>(http_proxy_->proxy_port()); in GetHTTPProxyPort()
894 std::unique_ptr<HTTPProxy> http_proxy_; variable