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