Uses of Interface
io.netty.handler.codec.http.cookie.Cookie
Packages that use Cookie
Package
Description
Encoder, decoder and their related message types for HTTP.
This package contains Cookie related classes.
-
Uses of Cookie in io.netty.handler.codec.http
Subinterfaces of Cookie in io.netty.handler.codec.httpClasses in io.netty.handler.codec.http that implement Cookie -
Uses of Cookie in io.netty.handler.codec.http.cookie
Classes in io.netty.handler.codec.http.cookie that implement CookieSubinterfaces with type arguments of type Cookie in io.netty.handler.codec.http.cookieMethods in io.netty.handler.codec.http.cookie that return CookieModifier and TypeMethodDescriptionDecodes the specified Set-Cookie HTTP header value into aCookie.Methods in io.netty.handler.codec.http.cookie that return types with arguments of type CookieModifier and TypeMethodDescriptionDecodes the specifiedCookieHTTP header value into aCookie.Decodes the specifiedCookieHTTP header value into aCookie.Methods in io.netty.handler.codec.http.cookie with parameters of type CookieModifier and TypeMethodDescriptionintEncodes the specified cookie into a Cookie header value.Encodes the specified cookies into a single Cookie header value.Encodes the specified cookie into a Set-Cookie header value.Batch encodes cookies into Set-Cookie header values.Method parameters in io.netty.handler.codec.http.cookie with type arguments of type CookieModifier and TypeMethodDescriptionEncodes the specified cookies into a single Cookie header value.ClientCookieEncoder.encode(Collection<? extends Cookie> cookies) Encodes the specified cookies into a single Cookie header value.Batch encodes cookies into Set-Cookie header values.ServerCookieEncoder.encode(Collection<? extends Cookie> cookies) Batch encodes cookies into Set-Cookie header values.
Cookieinstead.