public final class nw_endpoint_type_t
extends java.lang.Object
Endpoint types represent a well-known form of endpoint. Values may be added to this enumeration, and some custom endpoint types may use values not defined in this enumeration.
| Modifier and Type | Field and Description |
|---|---|
static int |
nw_endpoint_type_address
[@const] nw_endpoint_type_address An IP Address + Port
|
static int |
nw_endpoint_type_bonjour_service
[@const] nw_endpoint_type_bonjour_service A Bonjour Service Name + Type + Domain
|
static int |
nw_endpoint_type_host
[@const] nw_endpoint_type_host A Hostname + Port
|
static int |
nw_endpoint_type_invalid
[@const] nw_endpoint_type_invalid An invalid endpoint
|
static int |
nw_endpoint_type_url
[@const] nw_endpoint_type_url A URL endpoint
|
public static final int nw_endpoint_type_invalid
public static final int nw_endpoint_type_address
public static final int nw_endpoint_type_host
public static final int nw_endpoint_type_bonjour_service
public static final int nw_endpoint_type_url