Class BasicProxyChallengeProcessorImpl
- java.lang.Object
-
- com.microsoft.azure.proton.transport.proxy.impl.BasicProxyChallengeProcessorImpl
-
- All Implemented Interfaces:
ProxyChallengeProcessor
public class BasicProxyChallengeProcessorImpl extends Object implements ProxyChallengeProcessor
Implementation to support basic authentication for proxies.- See Also:
- Proxy-Authenticate, Basic Authentication Scheme
-
-
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.
-
-