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 Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Modifier and TypeMethodDescriptiondecode
(HttpRequest<?> request) Decode the cookies from the request.
-
Method Details
-
decode
Decode the cookies from the request.- Parameters:
request
- the request- Returns:
- the cookies or empty if none
-