public abstract class CookieDecoder
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
CookieDecoder(boolean strict) |
Modifier and Type | Method and Description |
---|---|
protected DefaultCookie |
initCookie(java.lang.String header,
int nameBegin,
int nameEnd,
int valueBegin,
int valueEnd) |
protected DefaultCookie initCookie(java.lang.String header, int nameBegin, int nameEnd, int valueBegin, int valueEnd)
Copyright © 2008–2018 The Netty Project. All rights reserved.