Interface Protocol.Server

All Known Implementing Classes:
Protocol.NetServer
Enclosing class:
Protocol

public static interface Protocol.Server
Abstracts away the sending of a sync request to the server.
  • Method Summary

    Modifier and Type
    Method
    Description
    react.RFuture<Protocol.Response>
    sendSync(int version, Map<String,String> delta)
    Sends a sync request to the server, provides response via future.
  • Method Details

    • sendSync

      react.RFuture<Protocol.Response> sendSync(int version, Map<String,String> delta)
      Sends a sync request to the server, provides response via future.