Class CFNetServiceRegisterFlags


  • public final class CFNetServiceRegisterFlags
    extends java.lang.Object
    CFNetService flags Discussion: Bit flags to be used for registration of a service with CFNetServiceRegisterWithOptions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long kCFNetServiceFlagNoAutoRename
      Indicate that registration should not auto-rename the service to prevent name conflicts.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • kCFNetServiceFlagNoAutoRename

        public static final long kCFNetServiceFlagNoAutoRename
        Indicate that registration should not auto-rename the service to prevent name conflicts.
        See Also:
        Constant Field Values