Uses of Class
org.apache.http.auth.AuthSchemeRegistry
| Package | Description |
|---|---|
| org.apache.http.client.protocol |
Additional request and response interceptors.
|
| org.apache.http.impl.client |
-
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) -
Uses of AuthSchemeRegistry in org.apache.http.impl.client
Methods in org.apache.http.impl.client that return AuthSchemeRegistry Modifier and Type Method Description protected abstract AuthSchemeRegistryAbstractHttpClient. createAuthSchemeRegistry()protected AuthSchemeRegistryDefaultHttpClient. createAuthSchemeRegistry()AuthSchemeRegistryAbstractHttpClient. getAuthSchemes()Methods in org.apache.http.impl.client with parameters of type AuthSchemeRegistry Modifier and Type Method Description voidAbstractHttpClient. setAuthSchemes(AuthSchemeRegistry authSchemeRegistry)