Class HTTPArgumentWrapper

  • All Implemented Interfaces:
    java.io.Serializable, TestElementWrapper<org.apache.jmeter.protocol.http.util.HTTPArgument>

    public class HTTPArgumentWrapper
    extends AbstractArgumentWrapper<org.apache.jmeter.protocol.http.util.HTTPArgument>
    Wrapper for HTTPArgument.
    See Also:
    HTTPArgument, Serialized Form
    • Method Detail

      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
      • getAlwaysEncoded

        public java.lang.Boolean getAlwaysEncoded()
        URL Encode.
      • setAlwaysEncoded

        public void setAlwaysEncoded​(java.lang.Boolean alwaysEncoded)
        URL Encode.
      • getUseEquals

        public java.lang.Boolean getUseEquals()
        Include equals.
      • setUseEquals

        public void setUseEquals​(java.lang.Boolean useEquals)
        Include equals.
      • getContentType

        public java.lang.String getContentType()
        Content-Type.
      • setContentType

        public void setContentType​(java.lang.String contentType)
        Content-Type.