Interface CookieDecoder
- All Superinterfaces:
- Ordered
- All Known Implementing Classes:
- CompositeCookieDecoder,- DefaultCookieDecoder,- NettyCookieDecoder
Interface to allow cookie decoding.
- Since:
- 4.0.0
- Author:
- Tim Yates
- 
Field SummaryFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryModifier and TypeMethodDescriptiondecode(HttpRequest<?> request) Decode the cookies from the request.
- 
Method Details- 
decodeDecode the cookies from the request.- Parameters:
- request- the request
- Returns:
- the cookies or empty if none
 
 
-