Class CookieOrigin

java.lang.Object
org.apache.commons.httpclient.cookie.CookieOrigin

@Deprecated public final class CookieOrigin extends Object
Deprecated.
Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project. It is not recommended to use it in any new code. Instead, use HTTP client API plugins as a dependency in your code. E.g. Apache HttpComponents Client API 4.x Plugin or Async HTTP Client Plugin.
CookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.
Since:
3.1
  • Constructor Details

    • CookieOrigin

      public CookieOrigin(String host, int port, String path, boolean secure)
      Deprecated.
  • Method Details

    • getHost

      public String getHost()
      Deprecated.
    • getPath

      public String getPath()
      Deprecated.
    • getPort

      public int getPort()
      Deprecated.
    • isSecure

      public boolean isSecure()
      Deprecated.