public static interface HTTPProxyAuthentication.ChallengeHandler
The ChallengeHandler should read HTTP headers from a 401 or 407 challenge and formulate a response.
Modifier and Type | Method and Description |
---|---|
int |
getMaximumConversations()
This method returns the maximum number of HTTP transactions permitted
by the authentication method before authentication fails.
|
Map<String,String> |
getResponse(Map<String,String> challenge)
Called when a challenge from the proxy is received.
|
Map<String,String> getResponse(Map<String,String> challenge)
challenge
- a map of the HTTP headers corresponding to the
challenge received from the proxyint getMaximumConversations()
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.