public final class CFNetServiceBrowserFlags
extends java.lang.Object
Discussion: Result bit flags passed to CFNetServiceBrowserClientCallBack.
| Modifier and Type | Field and 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
Deprecated.
|
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.
|
public static final long MoreComing
public static final long IsDomain
public static final long IsDefault
@Deprecated public static final long IsRegistrationDomain
public static final long Remove