1 | boolean getSamplerRedirectAutomatically() {↵ | | 1 | boolean getUseKeepalive() {↵
|
2 | return getPropertyAsBoolean(SAMPLER_REDIRECT_AUTOMATICALLY, false);↵ | | 2 | return getPropertyAsBoolean(USE_KEEPALIVE, true);↵
|
3 | }↵ | | 3 | }↵
|
| | | 4 | ↵
|
4 | public boolean getSamplerFollowRedirects() {↵ | | 5 | public boolean getSamplerDownloadImages() {↵
|
5 | return getPropertyAsBoolean(SAMPLER_FOLLOW_REDIRECTS, true);↵ | | 6 | return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);↵
|
6 | }↵ | | 7 | }↵
|
7 | ↵ | | |
|
8 | public boolean getUseKeepalive() {↵ | | 8 | public boolean getRegexMatch() {↵
|
9 | return getPropertyAsBoolean(USE_KEEPALIVE, true);↵ | | 9 | return getPropertyAsBoolean(REGEX_MATCH, false);↵
|
10 | }↵ | | 10 | }↵
|
11 | ↵ | | 11 | ↵
|
12 | public boolean getSamplerDownloadImages() {↵ | | 12 | public boolean getHttpsSpoof() {↵
|
13 | return getPropertyAsBoolean(SAMPLER_DOWNLOAD_IMAGES, false);↵ | | 13 | return getPropertyAsBoolean(HTTPS_SPOOF, false);↵
|
14 | } | | 14 | }
|