Class SessionContext


  • public class SessionContext
    extends Object
    Context describing a session, it's mainly used for user to open a new session in the backend. If client request to open a new session, the backend Executor will maintain the session context map util users close it.