Uses of Interface
org.jboss.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 org.jboss.netty.handler.codec.http
Subinterfaces of Cookie in org.jboss.netty.handler.codec.httpClasses in org.jboss.netty.handler.codec.http that implement CookieModifier and TypeClassDescriptionclassDeprecated.Useinstead.invalid reference
io.netty.handler.codec.http.cookie.DefaultCookie -
Uses of Cookie in org.jboss.netty.handler.codec.http.cookie
Classes in org.jboss.netty.handler.codec.http.cookie that implement CookieSubinterfaces with type arguments of type Cookie in org.jboss.netty.handler.codec.http.cookieMethods in org.jboss.netty.handler.codec.http.cookie that return CookieModifier and TypeMethodDescriptionClientCookieDecoder.CookieBuilder.cookie()Decodes the specified Set-Cookie HTTP header value into aCookie.Methods in org.jboss.netty.handler.codec.http.cookie that return types with arguments of type CookieModifier and TypeMethodDescriptionDecodes the specified Set-Cookie HTTP header value into aCookie.Methods in org.jboss.netty.handler.codec.http.cookie with parameters of type CookieModifier and TypeMethodDescriptionintprivate voidClientCookieEncoder.encode(StringBuilder buf, Cookie c) Encodes 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 org.jboss.netty.handler.codec.http.cookie with type arguments of type CookieModifier and TypeMethodDescriptionEncodes 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.