Class SessionItem

    • Constructor Detail

      • SessionItem

        public SessionItem()
      • SessionItem

        public SessionItem​(SessionItem source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getIp

        public String getIp()
        Get 访问来源。
        Returns:
        Ip 访问来源。
      • setIp

        public void setIp​(String Ip)
        Set 访问来源。
        Parameters:
        Ip - 访问来源。
      • getActiveConn

        public String getActiveConn()
        Get 当前访问来源活跃连接数
        Returns:
        ActiveConn 当前访问来源活跃连接数
      • setActiveConn

        public void setActiveConn​(String ActiveConn)
        Set 当前访问来源活跃连接数
        Parameters:
        ActiveConn - 当前访问来源活跃连接数
      • getAllConn

        public Long getAllConn()
        Get 当前访问来源总连接数
        Returns:
        AllConn 当前访问来源总连接数
      • setAllConn

        public void setAllConn​(Long AllConn)
        Set 当前访问来源总连接数
        Parameters:
        AllConn - 当前访问来源总连接数