Class CompositeCookieDecoder

java.lang.Object
io.micronaut.http.client.jdk.cookie.CompositeCookieDecoder
All Implemented Interfaces:
Ordered, CookieDecoder

@Primary @Singleton @Internal public class CompositeCookieDecoder extends Object implements CookieDecoder
Iterate the cookieDecoders and return the first one that returns cookies.
Since:
4.0.0
Author:
Tim Yates
  • Constructor Details

  • Method Details