Class CookieOrigin
java.lang.Object
org.apache.commons.httpclient.cookie.CookieOrigin
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
ConstructorsConstructorDescriptionCookieOrigin
(String host, int port, String path, boolean secure) Deprecated. -
Method Summary
-
Constructor Details
-
CookieOrigin
Deprecated.
-
-
Method Details
-
getHost
Deprecated. -
getPath
Deprecated. -
getPort
public int getPort()Deprecated. -
isSecure
public boolean isSecure()Deprecated.
-