Class CookieOrigin
java.lang.Object
org.apache.hc.client5.http.cookie.CookieOrigin
CookieOrigin class encapsulates details of an origin server that
are relevant when parsing, validating or matching HTTP cookies.
- Since:
- 4.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
host
-
port
private final int port -
path
-
secure
private final boolean secure
-
-
Constructor Details
-
CookieOrigin
-
-
Method Details
-
getHost
-
getPath
-
getPort
public int getPort() -
isSecure
public boolean isSecure() -
toString
-