OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supportedAuthSchemes
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java
105
private AuthSchemeRegistry
supportedAuthSchemes
;
236
if (
supportedAuthSchemes
== null) {
237
supportedAuthSchemes
= createAuthSchemeRegistry();
239
return
supportedAuthSchemes
;
244
supportedAuthSchemes
= authSchemeRegistry;
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
Completed in 785 milliseconds