Class GKMatchSendDataMode


  • public final class GKMatchSendDataMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Reliable  
      static long Unreliable
      a.s.a.p. but requires fragmentation and reassembly for large messages, may stall if network congestion occurs
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Unreliable

        public static final long Unreliable
        a.s.a.p. but requires fragmentation and reassembly for large messages, may stall if network congestion occurs
        See Also:
        Constant Field Values