Class NetworkUtils


  • public abstract class NetworkUtils
    extends Object
    Utilities for network interfaces / addresses binding and publishing. Its only intended for that purpose, not general purpose usage!!!!
    • Field Detail

      • SUPPORTS_V6

        @Deprecated
        public static final boolean SUPPORTS_V6
        Deprecated.
        transition mechanism only, do not use
        True if we can bind to a v6 address. Its silly, but for *binding* we have a need to know if the stack works. this can prevent scary noise on IPv4-only hosts.
    • Method Detail

      • sortAddresses

        @Deprecated
        public static void sortAddresses​(List<InetAddress> list)
        Deprecated.
        remove this when multihoming is really correct
        Sorts addresses by order of preference. This is used to pick the first one for publishing
      • defaultReuseAddress

        public static boolean defaultReuseAddress()
        Returns system default for SO_REUSEADDR