public final class NSNetServiceOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ListenForConnections
When passed to -publishWithOptions:, in addition to publishing the service, a
TCP listener is started for both IPv4 and IPv6 on the port specified by the
NSNetService.
|
static long |
NoAutoRename
When passed to -publishWithOptions:, this suppresses the auto-renaming of an
NSNetService in the event of a name collision.
|
public static final long NoAutoRename
public static final long ListenForConnections