org.apache.jmeter.protocol.tcp.sampler
Class AbstractTCPClient
- TCPClient
public abstract class AbstractTCPClient
Basic implementation of TCPClient interface.
byte | getEolByte() - Get the end-of-line/end-of-message byte.
|
void | setEolByte(int eolInt) - Set the end-of-line/end-of-message byte.
|
void | setupTest() - Versions of JMeter after 2.3.2 invoke this method when the thread starts.
|
void | teardownTest() - Versions of JMeter after 2.3.2 invoke this method when the thread ends.
|
eolByte
protected byte eolByte
useEolByte
protected boolean useEolByte
getEolByte
public byte getEolByte()
Get the end-of-line/end-of-message byte.
- getEolByte in interface TCPClient
setEolByte
public void setEolByte(int eolInt)
Set the end-of-line/end-of-message byte.
If the value is out of range of a byte, then it is to be ignored.
- setEolByte in interface TCPClient
eolInt
- The value to set
setupTest
public void setupTest()
Versions of JMeter after 2.3.2 invoke this method when the thread starts.
- setupTest in interface TCPClient
teardownTest
public void teardownTest()
Versions of JMeter after 2.3.2 invoke this method when the thread ends.
- teardownTest in interface TCPClient
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.