Class HttpDefaultsWrapper

    • Method Detail

      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
      • getTestClass

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

        public java.lang.String getDomain()
        Server Name or IP.
      • getPath

        public java.lang.String getPath()
        Path.
      • getPort

        public java.lang.String getPort()
        Port Number.
      • getProtocol

        public java.lang.String getProtocol()
        Protocol [http].
      • getContentEncoding

        public java.lang.String getContentEncoding()
      • getIpSourceType

        public IpSourceType getIpSourceType()
        Source Address Type.
      • getIpSource

        public java.lang.String getIpSource()
        Source IP Address.
      • getProxyScheme

        public java.lang.String getProxyScheme()
        Proxy scheme.
      • getProxyHost

        public java.lang.String getProxyHost()
        Proxy host.
      • getProxyPort

        public java.lang.String getProxyPort()
      • getProxyUser

        public java.lang.String getProxyUser()
        Proxy user.
      • getProxyPass

        public java.lang.String getProxyPass()
        Proxy pass.
      • getConnectTimeout

        public java.lang.String getConnectTimeout()
        Connect Timeouts (milliseconds).
      • getResponseTimeout

        public java.lang.String getResponseTimeout()
        Response Timeouts (milliseconds).
      • getMd5

        public java.lang.Boolean getMd5()
        Save response as MD5 hash.
      • getPostBodyRaw

        public java.lang.Boolean getPostBodyRaw()
      • getEmbeddedUrlRE

        public java.lang.String getEmbeddedUrlRE()
        Embedded Resources from HTML Files: URLs must match.
      • getEmbeddedUrlExcludeRE

        public java.lang.String getEmbeddedUrlExcludeRE()
        Embedded Resources from HTML Files: URLs must not match.
      • getConcurrentDwn

        public java.lang.Boolean getConcurrentDwn()
        Embedded Resources from HTML Files: Parallel downloads.
      • getImageParser

        public java.lang.Boolean getImageParser()
      • getConcurrentPool

        public java.lang.String getConcurrentPool()
        Embedded Resources from HTML Files: Concurrent pool for parallel download.