|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
kg.apc.jmeter.modifiers.RawRequestSourcePreProcessor
public class RawRequestSourcePreProcessor
| Field Summary | |
|---|---|
static Charset |
binaryCharset
|
static String |
ENCODE_HEX
|
static String |
FILENAME
|
static String |
regexp
|
static String |
REWIND
|
static String |
VARIABLE_NAME
|
| Fields inherited from interface org.apache.jmeter.testelement.TestElement |
|---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
| Constructor Summary | |
|---|---|
RawRequestSourcePreProcessor()
|
|
| Method Summary | |
|---|---|
String |
getFileName()
|
boolean |
getRewindOnEOF()
|
String |
getVarName()
|
boolean |
isHexEncode()
|
void |
process()
|
void |
setEncodeHex(boolean b)
|
void |
setFileName(String filename)
|
void |
setRewindOnEOF(boolean isRew)
|
void |
setVarName(String name)
|
void |
testEnded()
|
void |
testEnded(String host)
|
void |
testStarted()
|
void |
testStarted(String host)
|
| Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
|---|
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String regexp
public static final String VARIABLE_NAME
public static final String FILENAME
public static final String REWIND
public static final String ENCODE_HEX
public static final Charset binaryCharset
| Constructor Detail |
|---|
public RawRequestSourcePreProcessor()
| Method Detail |
|---|
public void process()
process in interface org.apache.jmeter.processor.PreProcessorpublic String getVarName()
public void setVarName(String name)
public String getFileName()
public void setFileName(String filename)
public void setRewindOnEOF(boolean isRew)
public boolean getRewindOnEOF()
public boolean isHexEncode()
public void setEncodeHex(boolean b)
public void testStarted()
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testStarted(String host)
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded()
testEnded in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded(String host)
testEnded in interface org.apache.jmeter.testelement.TestStateListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||