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 Type
    Method
    Description
    resolveIds(io.micronaut.http.HttpRequest<?> message)
    Resolve the Session ID from the given HTTP message.
  • Method Details

    • resolveIds

      List<String> resolveIds(io.micronaut.http.HttpRequest<?> message)
      Resolve the Session ID from the given HTTP message.
      Parameters:
      message - The session ID
      Returns:
      An Optional