public interface ICookieFactory
| Modifier and Type | Method and Description |
|---|---|
ICookie |
createCookie(String name)
Creates a cookie using the given name (
null value). |
ICookie |
createCookie(String name,
String value)
Creates a cookie using the given name and value.
|
ICookie |
createCookie(String name,
String value,
String path,
String domain,
Date expires,
boolean secure,
boolean httpOnly,
boolean discard,
int version)
Creates a cookie using all possible configurations.
|
Copyright © 2016. All rights reserved.