Home | History | Annotate | Download | only in http

Lines Matching refs:scheme

58   // If |*challenge| specifies an unsupported authentication scheme, |*handler|
68 // scheme, and indicates the number of handlers generated for a particular
128 // to other factories based on the auth scheme.
135 // Sets an URL security manager into the factory associated with |scheme|.
136 void SetURLSecurityManager(const std::string& scheme,
140 // authentication scheme such as Basic, Digest, or Negotiate.
145 // for |scheme|. If a factory object used to exist for |scheme|, it will be
147 void RegisterSchemeFactory(const std::string& scheme,
150 // Retrieve the factory for the specified |scheme|. If no factory exists
151 // for the |scheme|, NULL is returned. The returned factory must not be
153 // a new factory is registered for the same scheme, or until this
155 HttpAuthHandlerFactory* GetSchemeFactory(const std::string& scheme) const;
168 // scheme is used and |negotiate_disable_cname_lookup| is false,