kg.apc.jmeter.modifiers
Class RawRequestSourcePreProcessor

java.lang.Object
  extended by org.apache.jmeter.testelement.AbstractTestElement
      extended by kg.apc.jmeter.modifiers.RawRequestSourcePreProcessor
All Implemented Interfaces:
Serializable, Cloneable, org.apache.jmeter.engine.util.NoThreadClone, org.apache.jmeter.gui.Searchable, org.apache.jmeter.processor.PreProcessor, org.apache.jmeter.testelement.TestElement, org.apache.jmeter.testelement.TestStateListener

public class RawRequestSourcePreProcessor
extends org.apache.jmeter.testelement.AbstractTestElement
implements org.apache.jmeter.processor.PreProcessor, org.apache.jmeter.engine.util.NoThreadClone, org.apache.jmeter.testelement.TestStateListener

Author:
undera
See Also:
Serialized Form

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

regexp

public static final String regexp
See Also:
Constant Field Values

VARIABLE_NAME

public static final String VARIABLE_NAME
See Also:
Constant Field Values

FILENAME

public static final String FILENAME
See Also:
Constant Field Values

REWIND

public static final String REWIND
See Also:
Constant Field Values

ENCODE_HEX

public static final String ENCODE_HEX
See Also:
Constant Field Values

binaryCharset

public static final Charset binaryCharset
Constructor Detail

RawRequestSourcePreProcessor

public RawRequestSourcePreProcessor()
Method Detail

process

public void process()
Specified by:
process in interface org.apache.jmeter.processor.PreProcessor

getVarName

public String getVarName()

setVarName

public void setVarName(String name)

getFileName

public String getFileName()

setFileName

public void setFileName(String filename)

setRewindOnEOF

public void setRewindOnEOF(boolean isRew)

getRewindOnEOF

public boolean getRewindOnEOF()

isHexEncode

public boolean isHexEncode()

setEncodeHex

public void setEncodeHex(boolean b)

testStarted

public void testStarted()
Specified by:
testStarted in interface org.apache.jmeter.testelement.TestStateListener

testStarted

public void testStarted(String host)
Specified by:
testStarted in interface org.apache.jmeter.testelement.TestStateListener

testEnded

public void testEnded()
Specified by:
testEnded in interface org.apache.jmeter.testelement.TestStateListener

testEnded

public void testEnded(String host)
Specified by:
testEnded in interface org.apache.jmeter.testelement.TestStateListener


Copyright © 2014. All Rights Reserved.