Class HttpBasicAuthenticator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(org.apache.hc.core5.http.HttpRequest httpRequest, org.apache.hc.core5.http.EntityDetails entityDetails, org.apache.hc.core5.http.protocol.HttpContext httpContext)  
      • Methods inherited from class java.lang.Object

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

      • HttpBasicAuthenticator

        public HttpBasicAuthenticator​(HttpBasic credentials)
    • Method Detail

      • process

        public void process​(org.apache.hc.core5.http.HttpRequest httpRequest,
                            org.apache.hc.core5.http.EntityDetails entityDetails,
                            org.apache.hc.core5.http.protocol.HttpContext httpContext)
        Specified by:
        process in interface org.apache.hc.core5.http.HttpRequestInterceptor