java.lang.Object
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpState

public class HttpState extends Object

A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.

Version:
$Revision: 561099 $ $Date: 2007-07-30 21:41:17 +0200 (Mon, 30 Jul 2007) $
  • Field Details

    • credMap

      protected HashMap credMap
      Map of credentials by realm that this HTTP state contains.
    • proxyCred

      protected HashMap proxyCred
      Map of proxy credentials by realm that this HTTP state contains
    • cookies

      protected ArrayList cookies
      Array of cookies that this HTTP state contains.
    • PREEMPTIVE_PROPERTY

      public static final String PREEMPTIVE_PROPERTY
      Deprecated.
      This field and feature will be removed following HttpClient 3.0.
      The boolean system property name to turn on preemptive authentication.
      See Also:
    • PREEMPTIVE_DEFAULT

      public static final String PREEMPTIVE_DEFAULT
      Deprecated.
      This field and feature will be removed following HttpClient 3.0.
      The default value for PREEMPTIVE_PROPERTY.
      See Also:
  • Constructor Details

    • HttpState

      public HttpState()
      Default constructor.
  • Method Details