Class DefaultCookieDecoder
java.lang.Object
io.micronaut.http.client.jdk.cookie.DefaultCookieDecoder
- All Implemented Interfaces:
- Ordered,- CookieDecoder
Default implementation of 
CookieDecoder that returns the cookies from the request.- Since:
- 4.0.0
- Author:
- Tim Yates
- 
Field SummaryFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondecode(HttpRequest<?> request) Decode the cookies from the request.intgetOrder()
- 
Constructor Details- 
DefaultCookieDecoderpublic DefaultCookieDecoder()
 
- 
- 
Method Details- 
decodeDescription copied from interface:CookieDecoderDecode the cookies from the request.- Specified by:
- decodein interface- CookieDecoder
- Parameters:
- request- the request
- Returns:
- the cookies or empty if none
 
- 
getOrderpublic int getOrder()
 
-