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 Summary
Constructors Constructor Description CookieOrigin(String host, int port, String path, boolean secure)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getHost()
Deprecated.String
getPath()
Deprecated.int
getPort()
Deprecated.boolean
isSecure()
Deprecated.
-