public interface SamplerCreator
Modifier and Type | Method and Description |
---|---|
HTTPSamplerBase |
createSampler(HttpRequestHdr request,
Map<String,String> pageEncodings,
Map<String,String> formEncodings)
Create HTTPSamplerBase
|
String[] |
getManagedContentTypes() |
void |
populateSampler(HTTPSamplerBase sampler,
HttpRequestHdr request,
Map<String,String> pageEncodings,
Map<String,String> formEncodings)
Populate sampler from request
|
String[] getManagedContentTypes()
HTTPSamplerBase createSampler(HttpRequestHdr request, Map<String,String> pageEncodings, Map<String,String> formEncodings)
request
- HttpRequestHdr
pageEncodings
- MapformEncodings
- MapHTTPSamplerBase
void populateSampler(HTTPSamplerBase sampler, HttpRequestHdr request, Map<String,String> pageEncodings, Map<String,String> formEncodings) throws Exception
sampler
- HTTPSamplerBase
request
- HttpRequestHdr
pageEncodings
- MapformEncodings
- MapException
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.