public class Cookie extends KeyAndValue
| Constructor and Description |
|---|
Cookie(NottableString name,
NottableString value) |
Cookie(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
cookie(NottableString name,
NottableString value) |
static Cookie |
cookie(String name,
String value) |
equals, getName, getValue, hashCodetoStringfieldsExcludedFromEqualsAndHashCode, keypublic Cookie(NottableString name, NottableString value)
public static Cookie cookie(NottableString name, NottableString value)
Copyright © 2018. All rights reserved.