Uses of Class
org.apache.http.auth.AuthSchemeRegistry
Packages that use AuthSchemeRegistry
Package
Description
Client specific HTTP protocol handlers.
Default HTTP client implementation.
-
Uses of AuthSchemeRegistry in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol with parameters of type AuthSchemeRegistryModifier and TypeMethodDescriptionvoid
ClientContextConfigurer.setAuthSchemeRegistry
(AuthSchemeRegistry registry) Deprecated. -
Uses of AuthSchemeRegistry in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as AuthSchemeRegistryModifier and TypeFieldDescriptionprivate final AuthSchemeRegistry
ProxyClient.authSchemeRegistry
private AuthSchemeRegistry
AbstractHttpClient.supportedAuthSchemes
Deprecated.Methods in org.apache.http.impl.client that return AuthSchemeRegistryModifier and TypeMethodDescriptionprotected AuthSchemeRegistry
AbstractHttpClient.createAuthSchemeRegistry()
Deprecated.ProxyClient.getAuthSchemeRegistry()
Deprecated.(4.3) do not use.final AuthSchemeRegistry
AbstractHttpClient.getAuthSchemes()
Deprecated.Methods in org.apache.http.impl.client with parameters of type AuthSchemeRegistryModifier and TypeMethodDescriptionvoid
AbstractHttpClient.setAuthSchemes
(AuthSchemeRegistry registry) Deprecated.