public interface HTTPProxyAuthentication
The proxy authentication scheme should provide a challenge handler
which is responsible for reading challenge requests from
the proxy and providing the relevant response.
ProxyAuthenticationFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
HTTPProxyAuthentication.ChallengeHandler
Allows for an authentication implementation to be provided for
connections routed via HTTP proxies.
|
Modifier and Type | Method and Description |
---|---|
HTTPProxyAuthentication.ChallengeHandler |
createHandler(SessionAttributes sessionAttributes)
Create a challenge handler using this proxy authentication scheme.
|
HTTPProxyAuthentication.ChallengeHandler createHandler(SessionAttributes sessionAttributes)
sessionAttributes
- the session attributesCopyright © 2024 DiffusionData Ltd. All Rights Reserved.