public class JmeterUrl extends Object
We need to use this class instead of URI, since URI.create fails when a jmeter expression (like {$MY_VAR}) is contained in URL.
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEME_DELIMITER |
| Constructor and Description |
|---|
JmeterUrl(String protocol,
String host,
String port,
String path) |
Copyright © 2023. All rights reserved.