Class HttpExchange.Session
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
- Enclosing class:
- HttpExchange
The session associated with the exchange.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Session
Creates aSession
. Primarily for use byHttpExchangeRepository
implementations when recreating a session from a persistent store.- Parameters:
id
- the session id
-
-
Method Details
-
getId
Return the ID of the session.- Returns:
- the session ID
-