Interface ProxyChallengeProcessor
-
- All Known Implementing Classes:
BasicProxyChallengeProcessorImpl,DigestProxyChallengeProcessorImpl
public interface ProxyChallengeProcessorCreates a set of headers to add to the HTTP request when responding to a proxy challenge.- See Also:
- Proxy-Authenticate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getHeader()Gets headers to add to the HTTP request when a proxy challenge is issued.
-