public static class HttpFacade.Cookie extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
domain |
protected String |
name |
protected String |
path |
protected String |
value |
protected int |
version |
Constructor and Description |
---|
Cookie(String name,
String value,
int version,
String domain,
String path) |
Modifier and Type | Method and Description |
---|---|
String |
getDomain() |
String |
getName() |
String |
getPath() |
String |
getValue() |
int |
getVersion() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.