public final class Cookie extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Cookie.Builder
|
| Modifier and Type | Method and Description |
|---|---|
String |
domain() |
boolean |
equals(Object other) |
long |
expiresAt() |
int |
hashCode() |
boolean |
hostOnly() |
boolean |
httpOnly() |
boolean |
matches(UnoUrl url) |
String |
name() |
static Cookie |
parse(UnoUrl url,
String setCookie) |
static List<Cookie> |
parseAll(UnoUrl url,
Headers headers) |
String |
path() |
boolean |
persistent() |
boolean |
secure() |
String |
toString() |
String |
toString(boolean forObsoleteRfc2965) |
String |
value() |
public String name()
public String value()
public boolean persistent()
public long expiresAt()
public boolean hostOnly()
public String domain()
public String path()
public boolean httpOnly()
public boolean secure()
public boolean matches(UnoUrl url)
public String toString(boolean forObsoleteRfc2965)
Copyright © 2020. All rights reserved.