类 HttpExchange.Session
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
- 封闭类:
HttpExchange
The session associated with the exchange.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Session
Creates aSession
. Primarily for use byHttpExchangeRepository
implementations when recreating a session from a persistent store.- 参数:
id
- the session id
-
-
方法详细资料
-
getId
Return the ID of the session.- 返回:
- the session ID
-