Class DigestProxyChallengeProcessorImpl
- java.lang.Object
-
- com.microsoft.azure.proton.transport.proxy.impl.DigestProxyChallengeProcessorImpl
-
- All Implemented Interfaces:
ProxyChallengeProcessor
public class DigestProxyChallengeProcessorImpl extends Object implements ProxyChallengeProcessor
Implementation to support digest authentication for proxies.- See Also:
- Proxy-Authenticate, Authentication Schemes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getHeader()Gets headers to add to the HTTP request when a proxy challenge is issued.
-
-
-
Method Detail
-
getHeader
public Map<String,String> getHeader()
Description copied from interface:ProxyChallengeProcessorGets headers to add to the HTTP request when a proxy challenge is issued.- Specified by:
getHeaderin interfaceProxyChallengeProcessor- Returns:
- Headers to add to the HTTP request when a proxy challenge is issued.
-
-