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 TypeMethodDescriptionvoidClientContextConfigurer.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 AuthSchemeRegistryProxyClient.authSchemeRegistryprivate AuthSchemeRegistryAbstractHttpClient.supportedAuthSchemesDeprecated.Methods in org.apache.http.impl.client that return AuthSchemeRegistryModifier and TypeMethodDescriptionprotected AuthSchemeRegistryAbstractHttpClient.createAuthSchemeRegistry()Deprecated.ProxyClient.getAuthSchemeRegistry()Deprecated.(4.3) do not use.final AuthSchemeRegistryAbstractHttpClient.getAuthSchemes()Deprecated.Methods in org.apache.http.impl.client with parameters of type AuthSchemeRegistryModifier and TypeMethodDescriptionvoidAbstractHttpClient.setAuthSchemes(AuthSchemeRegistry registry) Deprecated.