Class CFNetServiceBrowserFlags


  • public final class CFNetServiceBrowserFlags
    extends java.lang.Object
    CFNetServiceBrowser flags Discussion: Result bit flags passed to CFNetServiceBrowserClientCallBack.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long IsDefault
      The result domain is the default domain for the given domain browse type (registration or browse).
      static long IsDomain
      If off, the result is a service.
      static long IsRegistrationDomain
      Same as the previous but incorrectly named.
      static long MoreComing
      Client will get another callback briefly and shouldn't do costly screen updates (or such).
      static long Remove
      The result item should be removed and not added.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MoreComing

        public static final long MoreComing
        Client will get another callback briefly and shouldn't do costly screen updates (or such).
        See Also:
        Constant Field Values
      • IsDomain

        public static final long IsDomain
        If off, the result is a service.
        See Also:
        Constant Field Values
      • IsDefault

        public static final long IsDefault
        The result domain is the default domain for the given domain browse type (registration or browse).
        See Also:
        Constant Field Values
      • IsRegistrationDomain

        public static final long IsRegistrationDomain
        Same as the previous but incorrectly named. Kept for compatibility.
        See Also:
        Constant Field Values
      • Remove

        public static final long Remove
        The result item should be removed and not added.
        See Also:
        Constant Field Values