Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
inet.ipaddr.AddressNetwork.PrefixConfiguration

  • Packages that use AddressNetwork.PrefixConfiguration 
    Package Description
    inet.ipaddr  
    inet.ipaddr.ipv4  
    inet.ipaddr.ipv6  
    inet.ipaddr.mac  
    • Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr

      Methods in inet.ipaddr that return AddressNetwork.PrefixConfiguration 
      Modifier and Type Method and Description
      static AddressNetwork.PrefixConfiguration AddressNetwork.getDefaultPrefixConfiguration() 
      abstract AddressNetwork.PrefixConfiguration AddressNetwork.getPrefixConfiguration()
      This method determines the prefix configuration in use by this network.
      static AddressNetwork.PrefixConfiguration AddressNetwork.PrefixConfiguration.valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static AddressNetwork.PrefixConfiguration[] AddressNetwork.PrefixConfiguration.values()
      Returns an array containing the constants of this enum type, in the order they are declared.
    • Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr.ipv4

      Methods in inet.ipaddr.ipv4 that return AddressNetwork.PrefixConfiguration 
      Modifier and Type Method and Description
      static AddressNetwork.PrefixConfiguration IPv4AddressNetwork.getDefaultPrefixConfiguration()
      Gets the default prefix configuration used by this network.
      AddressNetwork.PrefixConfiguration IPv4AddressNetwork.getPrefixConfiguration() 
      Methods in inet.ipaddr.ipv4 with parameters of type AddressNetwork.PrefixConfiguration 
      Modifier and Type Method and Description
      static void IPv4AddressNetwork.setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
      Sets the default prefix configuration used by this network.
    • Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr.ipv6

      Methods in inet.ipaddr.ipv6 that return AddressNetwork.PrefixConfiguration 
      Modifier and Type Method and Description
      static AddressNetwork.PrefixConfiguration IPv6AddressNetwork.getDefaultPrefixConfiguration()
      Gets the default prefix configuration used by this network.
      AddressNetwork.PrefixConfiguration IPv6AddressNetwork.getPrefixConfiguration() 
      Methods in inet.ipaddr.ipv6 with parameters of type AddressNetwork.PrefixConfiguration 
      Modifier and Type Method and Description
      static void IPv6AddressNetwork.setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
      Sets the default prefix configuration used by this network.
    • Uses of AddressNetwork.PrefixConfiguration in inet.ipaddr.mac

      Methods in inet.ipaddr.mac that return AddressNetwork.PrefixConfiguration 
      Modifier and Type Method and Description
      static AddressNetwork.PrefixConfiguration MACAddressNetwork.getDefaultPrefixConfiguration()
      Gets the default prefix configuration used by this network.
      AddressNetwork.PrefixConfiguration MACAddressNetwork.getPrefixConfiguration() 
      Methods in inet.ipaddr.mac with parameters of type AddressNetwork.PrefixConfiguration 
      Modifier and Type Method and Description
      static void MACAddressNetwork.setDefaultPrefixConfiguration(AddressNetwork.PrefixConfiguration config)
      Sets the default prefix configuration used by this network.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes