Class ServerSession

    • Constructor Detail

      • ServerSession

        public ServerSession​(long sessionID,
                             IWebSocketComm comm,
                             ServerShell server,
                             java.lang.ThreadGroup serverThreadGroup)
                      throws java.io.IOException
        Creates a new ServerSession instance.
        Throws:
        java.io.IOException - if the Worker cannot be created.
    • Method Detail

      • processQueuedTransaction

        protected boolean processQueuedTransaction​(int code,
                                                   ReadTransaction trans)
        This method must be implemented in all extending classes.
        Specified by:
        processQueuedTransaction in class AbstractEndPoint
        Parameters:
        code - The transaction code.
        trans - The transaction.
        Returns:
        true if the transaction has been processed, false otherwise.