Class AbstractAuthenticationHandler

java.lang.Object
org.apache.http.impl.client.AbstractAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler
Direct Known Subclasses:
DefaultProxyAuthenticationHandler, DefaultTargetAuthenticationHandler

@Deprecated @Contract(threading=IMMUTABLE) public abstract class AbstractAuthenticationHandler extends Object implements AuthenticationHandler
Deprecated.
Base class for AuthenticationHandler implementations.
Since:
4.0
  • Constructor Details

    • AbstractAuthenticationHandler

      public AbstractAuthenticationHandler()
      Deprecated.
  • Method Details