public class HttpElementHelper extends Object
Constructor and Description |
---|
HttpElementHelper() |
Modifier and Type | Method and Description |
---|---|
static MethodParam |
buildUrlParam(MethodParam protocol,
MethodParam domain,
MethodParam port,
MethodParam path) |
static void |
chainClientImplToMethodCall(MethodCall ret,
TestElementParamBuilder paramBuilder) |
static void |
chainConnectionOptionsToMethodCall(MethodCall ret,
TestElementParamBuilder paramBuilder) |
static void |
chainEmbeddedResourcesOptionsToMethodCall(MethodCall ret,
TestElementParamBuilder paramBuilder) |
static void |
chainEncodingToMethodCall(MethodCall ret,
TestElementParamBuilder paramBuilder) |
static void |
modifyTestElementEmbeddedResources(org.apache.jmeter.testelement.TestElement ret,
boolean enabled,
String matchRegex,
String notMatchRegex) |
static void |
modifyTestElementProxy(org.apache.jmeter.testelement.TestElement ret,
String url,
String user,
String password) |
static void |
modifyTestElementTimeouts(org.apache.jmeter.testelement.TestElement ret,
Duration connectionTimeout,
Duration responseTimeout) |
static void |
modifyTestElementUrl(org.apache.jmeter.testelement.TestElement elem,
String protocol,
String host,
String port,
String path) |
public static void modifyTestElementUrl(org.apache.jmeter.testelement.TestElement elem, String protocol, String host, String port, String path)
public static void modifyTestElementEmbeddedResources(org.apache.jmeter.testelement.TestElement ret, boolean enabled, String matchRegex, String notMatchRegex)
public static void modifyTestElementTimeouts(org.apache.jmeter.testelement.TestElement ret, Duration connectionTimeout, Duration responseTimeout)
public static MethodParam buildUrlParam(MethodParam protocol, MethodParam domain, MethodParam port, MethodParam path)
public static void modifyTestElementProxy(org.apache.jmeter.testelement.TestElement ret, String url, String user, String password)
public static void chainConnectionOptionsToMethodCall(MethodCall ret, TestElementParamBuilder paramBuilder)
public static void chainEncodingToMethodCall(MethodCall ret, TestElementParamBuilder paramBuilder)
public static void chainEmbeddedResourcesOptionsToMethodCall(MethodCall ret, TestElementParamBuilder paramBuilder)
public static void chainClientImplToMethodCall(MethodCall ret, TestElementParamBuilder paramBuilder)
Copyright © 2023. All rights reserved.