Class AuthCacheKeeper

java.lang.Object
org.apache.hc.client5.http.impl.auth.AuthCacheKeeper

@Internal @Contract(threading=STATELESS) public final class AuthCacheKeeper extends Object
Utility class that implements commons aspects of the client side authentication cache keeping.
Since:
5.2
  • Constructor Details

  • Method Details

    • updateOnChallenge

      public void updateOnChallenge(org.apache.hc.core5.http.HttpHost host, String pathPrefix, AuthExchange authExchange, org.apache.hc.core5.http.protocol.HttpContext context)
    • updateOnNoChallenge

      public void updateOnNoChallenge(org.apache.hc.core5.http.HttpHost host, String pathPrefix, AuthExchange authExchange, org.apache.hc.core5.http.protocol.HttpContext context)
    • updateOnResponse

      public void updateOnResponse(org.apache.hc.core5.http.HttpHost host, String pathPrefix, AuthExchange authExchange, org.apache.hc.core5.http.protocol.HttpContext context)
    • loadPreemptively

      public void loadPreemptively(org.apache.hc.core5.http.HttpHost host, String pathPrefix, AuthExchange authExchange, org.apache.hc.core5.http.protocol.HttpContext context)