Class RiapServerHelper


public class RiapServerHelper extends ServerHelper
Server connector handling RIAP calls. By design, there is only one instance by JVM.
Author:
Thierry Boileau
  • Field Details

    • instance

      public static RiapServerHelper instance
      The unique registered helper.
  • Constructor Details

    • RiapServerHelper

      public RiapServerHelper(Server server)
      Constructor.
      Parameters:
      server - The server to help.