public class Cookie extends Object
| Constructor and Description |
|---|
Cookie(String name,
String value,
String path,
String domain,
boolean secure,
boolean httpOnly,
Date expiry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
Date |
getExpiry() |
String |
getName() |
String |
getPath() |
String |
getValue() |
boolean |
isCookieForUrl(URI uri) |
boolean |
isExpired() |
boolean |
isHttpOnly() |
boolean |
isSecure() |
public String getName()
public String getValue()
public String getPath()
public String getDomain()
public boolean isSecure()
public boolean isHttpOnly()
public Date getExpiry()
public boolean isExpired()
public boolean isCookieForUrl(URI uri)
Copyright © 2022. All rights reserved.