Package io.netty.util

Class NetUtilSubstitutions.NetUtilNetworkInterfacesAccessor

  • Enclosing class:
    NetUtilSubstitutions

    private static final class NetUtilSubstitutions.NetUtilNetworkInterfacesAccessor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.Collection<java.net.NetworkInterface> get()  
      (package private) static void set​(java.util.Collection<java.net.NetworkInterface> ignored)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NetUtilNetworkInterfacesAccessor

        private NetUtilNetworkInterfacesAccessor()
    • Method Detail

      • get

        static java.util.Collection<java.net.NetworkInterface> get()
      • set

        static void set​(java.util.Collection<java.net.NetworkInterface> ignored)