Class ProtocolQuery

java.lang.Object
septogeddon.pluginquery.http.ProtocolQuery

public class ProtocolQuery extends Object
The HTTP URL Query
  • Constructor Details

    • ProtocolQuery

      public ProtocolQuery(String query)
  • Method Details

    • getValue

      public String getValue(String key)
      Get value of a (form) data
      Parameters:
      key - the key
      Returns:
      the value
    • getValues

      public List<String> getValues(String key)
      Get values of (form) data
      Parameters:
      key - the key
      Returns:
      the value