Interface ServerVariables

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ServerVariables addServerVariable​(java.lang.String name, ServerVariable serverVariable)
      This method adds a key-value item to a ServerVariables instance from the name-item parameter pair and returns the modified instance.
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Method Detail

      • addServerVariable

        ServerVariables addServerVariable​(java.lang.String name,
                                          ServerVariable serverVariable)
        This method adds a key-value item to a ServerVariables instance from the name-item parameter pair and returns the modified instance.
        Parameters:
        name - the name of ServerVariable instance
        serverVariable - the ServerVariable instance
        Returns:
        ServerVariables instance with the added name-item pair.