public class HTTPResultConverter extends SampleResultConverter
TAG_COOKIES, TAG_METHOD, TAG_QUERY_STRING, TAG_REDIRECT_LOCATION, TAG_REQUEST_HEADER, TAG_RESPONSE_DATA, TAG_RESPONSE_FILE, TAG_RESPONSE_HEADER, TAG_SAMPLER_DATA
Constructor | Description |
---|---|
HTTPResultConverter(Mapper arg0) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
canConvert(Class arg0) |
|
static String |
getVersion() |
Returns the converter version; used to check for possible
incompatibilities
|
void |
marshal(Object obj,
HierarchicalStreamWriter writer,
MarshallingContext context) |
|
Object |
unmarshal(HierarchicalStreamReader reader,
UnmarshallingContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readFile, retrieveAttributes, retrieveItem, saveAssertions, saveRequestHeaders, saveResponseData, saveResponseHeaders, saveSamplerData, saveSubResults, setAttributes, writeString
public HTTPResultConverter(Mapper arg0)
arg0
- the mapperpublic static String getVersion()
public boolean canConvert(Class arg0)
canConvert
in class SampleResultConverter
public void marshal(Object obj, HierarchicalStreamWriter writer, MarshallingContext context)
marshal
in class SampleResultConverter
public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context)
unmarshal
in class SampleResultConverter
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.