Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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