Class Protocol.Session

java.lang.Object
tripleplay.syncdb.Protocol.Session
Enclosing class:
Protocol

public abstract static class Protocol.Session extends Object
Encapsulates a syncing session with the server. Also provides hooks for a game to perform custom conflict resolution before deltas are applied to the database.
  • Constructor Details

  • Method Details

    • sync

      public void sync(SyncDB db)
      Syncs the supplied database with this session's server.