- java.lang.Object
-
- io.netty5.handler.codec.http.cookie.CookieDecoder
-
- Direct Known Subclasses:
ClientCookieDecoder
,ServerCookieDecoder
public abstract class CookieDecoder extends Object
Parent of Client and Server side cookie decoders
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CookieDecoder(boolean strict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DefaultCookie
initCookie(String header, int nameBegin, int nameEnd, int valueBegin, int valueEnd)
-
-
-
Method Detail
-
initCookie
protected DefaultCookie initCookie(String header, int nameBegin, int nameEnd, int valueBegin, int valueEnd)
-
-