public abstract class CookieEncoder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
strict |
Modifier | Constructor and Description |
---|---|
protected |
CookieEncoder(boolean strict) |
Modifier and Type | Method and Description |
---|---|
protected void |
validateCookie(java.lang.String name,
java.lang.String value) |
Copyright © 2008–2018 The Netty Project. All rights reserved.