Class BasicProxyChallengeProcessorImpl

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getHeader

        public java.util.Map<java.lang.String,​java.lang.String> getHeader()
        Description copied from interface: ProxyChallengeProcessor
        Gets headers to add to the HTTP request when a proxy challenge is issued.
        Specified by:
        getHeader in interface ProxyChallengeProcessor
        Returns:
        Headers to add to the HTTP request when a proxy challenge is issued.