Class HttpExchange.Session

java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
Enclosing class:
HttpExchange

public static final class HttpExchange.Session extends Object
The session associated with the exchange.
  • Constructor Details

    • Session

      public Session(String id)
      Creates a Session. Primarily for use by HttpExchangeRepository implementations when recreating a session from a persistent store.
      Parameters:
      id - the session id
  • Method Details

    • getId

      public String getId()
      Return the ID of the session.
      Returns:
      the session ID