Class HttpExchange.Session
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
- Enclosing class:
HttpExchange
The session associated with the exchange.
- Since:
- 3.0.0
- Author:
- Dave Syer, Andy Wilkinson, Phillip Webb
-
Constructor Summary
Constructors -
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
-