Package io.micronaut.session.http
Interface HttpSessionIdResolver
- All Known Subinterfaces:
HttpSessionIdStrategy
- All Known Implementing Classes:
CookieHttpSessionStrategy
,HeadersHttpSessionIdStrategy
public interface HttpSessionIdResolver
Strategy interface for resolving
Session
IDs.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Method Summary
Modifier and TypeMethodDescriptionresolveIds
(io.micronaut.http.HttpRequest<?> message) Resolve the Session ID from the given HTTP message.
-
Method Details
-
resolveIds
Resolve the Session ID from the given HTTP message.- Parameters:
message
- The session ID- Returns:
- An
Optional
-