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 Map<String,String>getHeader()Gets headers to add to the HTTP request when a proxy challenge is issued.
-