Class JmeterUrl


  • public class JmeterUrl
    extends Object
    Allows parsing url components without failing when JMeter expressions are used on them.

    We need to use this class instead of URI, since URI.create fails when a jmeter expression (like {$MY_VAR}) is contained in URL.

    Since:
    0.42