public class CookieCutter
extends java.lang.Object
Optimized stateful cookie parser. Cookies fields are added with the
addCookieField(String) method and parsed on the next subsequent
call to getCookies().
If the added fields are identical to those last added (as strings), then the
cookies are not re parsed.
| Constructor | Description |
|---|---|
CookieCutter() |
|
CookieCutter(CookieCompliance compliance) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addCookieField(java.lang.String f) |
|
javax.servlet.http.Cookie[] |
getCookies() |
|
protected void |
parseFields() |
|
void |
reset() |
|
void |
setCookies(javax.servlet.http.Cookie[] cookies) |
public CookieCutter()
public CookieCutter(CookieCompliance compliance)
Copyright © 1995–2018 Webtide. All rights reserved.