public interface Cookie extends Unwrappable
Modifier and Type | Method and Description |
---|---|
String |
domain() |
int |
expiry() |
boolean |
isHttpOnly() |
boolean |
isNew() |
boolean |
isSecure() |
String |
name() |
String |
path() |
String |
value() |
int |
version() |
unwrap
Copyright © 2014. All Rights Reserved.