Class LocalFallbackInfo


  • public class LocalFallbackInfo
    extends java.lang.Object
    Local client fallback is a mechanism where a client tries to see if there is a gateway on the local machine, and if so, automatically can retarget to that local gateway in the event of losing it's connection.

    The way to use this class is by creating a new LocalFallbackInfo.Loader() and implement the onInfoLoaded callback.

    • Method Detail

      • getPort

        public int getPort()
      • getFallbackProjectName

        public java.lang.String getFallbackProjectName()
      • getSecondsToFallback

        public int getSecondsToFallback()
      • getSystemName

        public java.lang.String getSystemName()
      • main

        public static void main​(java.lang.String[] args)