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 - HttpRequestHdrpageEncodings - MapformEncodings - MapHTTPSamplerBasevoid populateSampler(HTTPSamplerBase sampler, HttpRequestHdr request, Map<String,String> pageEncodings, Map<String,String> formEncodings) throws Exception
sampler - HTTPSamplerBaserequest - HttpRequestHdrpageEncodings - MapformEncodings - MapExceptionCopyright © 1998-2013 Apache Software Foundation. All Rights Reserved.