Class NettyLaxServerCookieDecoder

java.lang.Object
io.micronaut.http.netty.cookies.NettyLaxServerCookieDecoder
All Implemented Interfaces:
ServerCookieDecoder

@Internal public final class NettyLaxServerCookieDecoder extends Object implements ServerCookieDecoder
Since:
4.3.0
Author:
Sergio del Amo
  • Constructor Details

    • NettyLaxServerCookieDecoder

      public NettyLaxServerCookieDecoder()
  • Method Details

    • decode

      public @NonNull List<Cookie> decode(@NonNull String headerValue)
      Description copied from interface: ServerCookieDecoder
      Constructs cookies from an HTTP header string.
      Specified by:
      decode in interface ServerCookieDecoder
      Parameters:
      headerValue - The Set-Cookie header value
      Returns:
      a List of Cookies