Package apple.network.enums
Class nw_endpoint_type_t
- java.lang.Object
-
- apple.network.enums.nw_endpoint_type_t
-
public final class nw_endpoint_type_t extends java.lang.Object[@typedef] nw_endpoint_type_t 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.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_endpoint_type_address[@const] nw_endpoint_type_address An IP Address + Portstatic intnw_endpoint_type_bonjour_service[@const] nw_endpoint_type_bonjour_service A Bonjour Service Name + Type + Domainstatic intnw_endpoint_type_host[@const] nw_endpoint_type_host A Hostname + Portstatic intnw_endpoint_type_invalid[@const] nw_endpoint_type_invalid An invalid endpointstatic intnw_endpoint_type_url[@const] nw_endpoint_type_url A URL endpoint
-
-
-
Field Detail
-
nw_endpoint_type_invalid
public static final int nw_endpoint_type_invalid
[@const] nw_endpoint_type_invalid An invalid endpoint- See Also:
- Constant Field Values
-
nw_endpoint_type_address
public static final int nw_endpoint_type_address
[@const] nw_endpoint_type_address An IP Address + Port- See Also:
- Constant Field Values
-
nw_endpoint_type_host
public static final int nw_endpoint_type_host
[@const] nw_endpoint_type_host A Hostname + Port- See Also:
- Constant Field Values
-
nw_endpoint_type_bonjour_service
public static final int nw_endpoint_type_bonjour_service
[@const] nw_endpoint_type_bonjour_service A Bonjour Service Name + Type + Domain- See Also:
- Constant Field Values
-
nw_endpoint_type_url
public static final int nw_endpoint_type_url
[@const] nw_endpoint_type_url A URL endpoint- See Also:
- Constant Field Values
-
-