public class Cookie extends Object
Constructor and Description |
---|
Cookie(String domain,
String name,
String value,
String path,
int maxAge,
boolean secure) |
Cookie(String domain,
String name,
String value,
String path,
int maxAge,
boolean secure,
int version) |
Modifier and Type | Method and Description |
---|---|
String |
getDomain() |
int |
getMaxAge() |
String |
getName() |
String |
getPath() |
Set<Integer> |
getPorts() |
String |
getValue() |
int |
getVersion() |
boolean |
isSecure() |
void |
setPorts(int... ports) |
void |
setPorts(Iterable<Integer> ports) |
String |
toString() |
public Cookie(String domain, String name, String value, String path, int maxAge, boolean secure)
Copyright © 2015. All rights reserved.