Home
last modified time | relevance | path

Searched refs:authSchemeRegistry (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/
H A DProxyClient.java95 private final AuthSchemeRegistry authSchemeRegistry; field in ProxyClient
115 this.authSchemeRegistry = new AuthSchemeRegistry(); in ProxyClient()
116 this.authSchemeRegistry.register(AuthSchemes.BASIC, new BasicSchemeFactory()); in ProxyClient()
117 this.authSchemeRegistry.register(AuthSchemes.DIGEST, new DigestSchemeFactory()); in ProxyClient()
118 this.authSchemeRegistry.register(AuthSchemes.NTLM, new NTLMSchemeFactory()); in ProxyClient()
158 return this.authSchemeRegistry; in getAuthSchemeRegistry()
195 context.setAttribute(HttpClientContext.AUTHSCHEME_REGISTRY, this.authSchemeRegistry); in tunnel()
H A DInternalHttpClient.java85 private final Lookup<AuthSchemeProvider> authSchemeRegistry; field in InternalHttpClient
96 final Lookup<AuthSchemeProvider> authSchemeRegistry, in InternalHttpClient() argument
109 this.authSchemeRegistry = authSchemeRegistry; in InternalHttpClient()
135 context.setAttribute(HttpClientContext.AUTHSCHEME_REGISTRY, this.authSchemeRegistry); in setupContext()
H A DHttpClientBuilder.java178 private Lookup<AuthSchemeProvider> authSchemeRegistry; field in HttpClientBuilder
623 final Lookup<AuthSchemeProvider> authSchemeRegistry) { in setDefaultAuthSchemeRegistry() argument
624 this.authSchemeRegistry = authSchemeRegistry; in setDefaultAuthSchemeRegistry()
905 Lookup<AuthSchemeProvider> authSchemeRegistry = this.authSchemeRegistry; in build() local
906 if (authSchemeRegistry == null) { in build()
907 authSchemeRegistry = RegistryBuilder.<AuthSchemeProvider>create() in build()
947 authSchemeRegistry, in build()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/
H A DProxyClient.java95 private final AuthSchemeRegistry authSchemeRegistry; field in ProxyClient
115 this.authSchemeRegistry = new AuthSchemeRegistry(); in ProxyClient()
116 this.authSchemeRegistry.register(AuthSchemes.BASIC, new BasicSchemeFactory()); in ProxyClient()
117 this.authSchemeRegistry.register(AuthSchemes.DIGEST, new DigestSchemeFactory()); in ProxyClient()
118 this.authSchemeRegistry.register(AuthSchemes.NTLM, new NTLMSchemeFactory()); in ProxyClient()
158 return this.authSchemeRegistry; in getAuthSchemeRegistry()
195 context.setAttribute(HttpClientContext.AUTHSCHEME_REGISTRY, this.authSchemeRegistry); in tunnel()
H A DInternalHttpClient.java85 private final Lookup<AuthSchemeProvider> authSchemeRegistry; field in InternalHttpClient
96 final Lookup<AuthSchemeProvider> authSchemeRegistry, in InternalHttpClient() argument
109 this.authSchemeRegistry = authSchemeRegistry; in InternalHttpClient()
135 context.setAttribute(HttpClientContext.AUTHSCHEME_REGISTRY, this.authSchemeRegistry); in setupContext()
H A DHttpClientBuilder.java178 private Lookup<AuthSchemeProvider> authSchemeRegistry; field in HttpClientBuilder
623 final Lookup<AuthSchemeProvider> authSchemeRegistry) { in setDefaultAuthSchemeRegistry() argument
624 this.authSchemeRegistry = authSchemeRegistry; in setDefaultAuthSchemeRegistry()
905 Lookup<AuthSchemeProvider> authSchemeRegistry = this.authSchemeRegistry; in build() local
906 if (authSchemeRegistry == null) { in build()
907 authSchemeRegistry = RegistryBuilder.<AuthSchemeProvider>create() in build()
947 authSchemeRegistry, in build()