Uses of Package
io.netty.handler.codec.http.cookie
Packages that use io.netty.handler.codec.http.cookie
Package
Description
Encoder, decoder and their related message types for HTTP.
This package contains Cookie related classes.
-
Classes in io.netty.handler.codec.http.cookie used by io.netty.handler.codec.http
-
Classes in io.netty.handler.codec.http.cookie used by io.netty.handler.codec.http.cookieClassDescriptionA RFC6265 compliant cookie decoder to be used client side.A RFC6265 compliant cookie encoder to be used client side, so only name=value pairs are sent.An interface defining an HTTP cookie.Parent of Client and Server side cookie decodersParent of Client and Server side cookie encodersPossible values for the SameSite attribute.The default
Cookie
implementation.A RFC6265 compliant cookie decoder to be used server side.A RFC6265 compliant cookie encoder to be used server side, so some fields are sent (Version is typically ignored).