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 |
|---|
HttpFacade.Cookie(String name,
String value,
int version,
String domain,
String path) |
Copyright © 2014. All Rights Reserved.