Class DefaultChatSessionContext

    • Constructor Detail

      • DefaultChatSessionContext

        public DefaultChatSessionContext​(long sessionId,
                                         String host)
    • Method Detail

      • getHost

        public String getHost()
        Specified by:
        getHost in interface org.apache.shiro.session.mgt.SessionContext
      • setHost

        public void setHost​(String host)
        Specified by:
        setHost in interface org.apache.shiro.session.mgt.SessionContext
      • getSessionId

        public Serializable getSessionId()
        Specified by:
        getSessionId in interface org.apache.shiro.session.mgt.SessionContext
      • setSessionId

        public void setSessionId​(Serializable serializable)
        Specified by:
        setSessionId in interface org.apache.shiro.session.mgt.SessionContext