public class HttpCookie extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpCookie.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HttpCookie.Builder |
builder(String name,
String value) |
String |
domain() |
boolean |
equals(Object other) |
long |
expires() |
int |
hashCode() |
boolean |
hostOnly() |
boolean |
httpOnly() |
String |
name() |
String |
path() |
boolean |
persistent() |
boolean |
secure() |
static HttpCookie |
single(String text) |
String |
toString() |
String |
value() |
public static HttpCookie single(String text)
public static HttpCookie.Builder builder(String name, String value)
public String name()
public String value()
public boolean persistent()
public long expires()
public boolean hostOnly()
public String domain()
public String path()
public boolean httpOnly()
public boolean secure()
Copyright © 2019. All rights reserved.