类 HttpExchange.Session

java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchange.Session
封闭类:
HttpExchange

public static final class HttpExchange.Session extends Object
The session associated with the exchange.
  • 构造器详细资料

    • Session

      public Session(String id)
      Creates a Session. Primarily for use by HttpExchangeRepository implementations when recreating a session from a persistent store.
      参数:
      id - the session id
  • 方法详细资料

    • getId

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