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