Class HttpArgument

  • All Implemented Interfaces:
    java.io.Serializable

    public class HttpArgument
    extends java.lang.Object
    implements java.io.Serializable
    HTTP argument.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpArgument​(java.lang.String name, java.lang.String value, HttpValueLocation location)
      Instantiate.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • HttpArgument

        public HttpArgument​(java.lang.String name,
                            java.lang.String value,
                            HttpValueLocation location)
        Instantiate.
        Parameters:
        name - Argument name.
        value - Argument value.
        location - HttpValueLocation.