Class ServerSession

All Implemented Interfaces:
IServerWebSocketCommListener, ITransactionCreator, ITransactionSender, WebSocketCommListener, IEndPoint, IRootPropTransactionSender

public class ServerSession extends AbstractEndPoint
The main class for an Server session running in the Server.
Author:
Christopher Mindus
  • Constructor Details

  • Method Details

    • 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.