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 void
ClientContextConfigurer. 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 AuthSchemeRegistry
ProxyClient. authSchemeRegistry
private AuthSchemeRegistry
AbstractHttpClient. supportedAuthSchemes
Deprecated.Methods in org.apache.http.impl.client that return AuthSchemeRegistry Modifier and Type Method Description protected AuthSchemeRegistry
AbstractHttpClient. createAuthSchemeRegistry()
Deprecated.AuthSchemeRegistry
ProxyClient. getAuthSchemeRegistry()
Deprecated.(4.3) do not use.AuthSchemeRegistry
AbstractHttpClient. getAuthSchemes()
Deprecated.Methods in org.apache.http.impl.client with parameters of type AuthSchemeRegistry Modifier and Type Method Description void
AbstractHttpClient. setAuthSchemes(AuthSchemeRegistry registry)
Deprecated.
-