Uses of Class
org.apache.http.auth.AuthSchemeRegistry
-
Packages that use AuthSchemeRegistry Package Description org.apache.http.client.protocol Client specific HTTP protocol handlers.org.apache.http.impl.client Default HTTP client implementation. -
-
Uses of AuthSchemeRegistry in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol with parameters of type AuthSchemeRegistry Modifier and Type Method Description voidClientContextConfigurer. setAuthSchemeRegistry(AuthSchemeRegistry registry)Deprecated. -
Uses of AuthSchemeRegistry in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as AuthSchemeRegistry Modifier and Type Field Description private AuthSchemeRegistryProxyClient. authSchemeRegistryprivate AuthSchemeRegistryAbstractHttpClient. supportedAuthSchemesDeprecated.Methods in org.apache.http.impl.client that return AuthSchemeRegistry Modifier and Type Method Description protected AuthSchemeRegistryAbstractHttpClient. createAuthSchemeRegistry()Deprecated.AuthSchemeRegistryProxyClient. getAuthSchemeRegistry()Deprecated.(4.3) do not use.AuthSchemeRegistryAbstractHttpClient. getAuthSchemes()Deprecated.Methods in org.apache.http.impl.client with parameters of type AuthSchemeRegistry Modifier and Type Method Description voidAbstractHttpClient. setAuthSchemes(AuthSchemeRegistry registry)Deprecated.
-