org.apache.jmeter.protocol.tcp.sampler
public abstract class AbstractTCPClient extends Object implements TCPClient
Modifier and Type | Field and Description |
---|---|
protected byte |
eolByte |
protected boolean |
useEolByte |
Constructor and Description |
---|
AbstractTCPClient() |
Modifier and Type | Method and Description |
---|---|
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.
|
public byte getEolByte()
getEolByte
in interface TCPClient
public void setEolByte(int eolInt)
setEolByte
in interface TCPClient
eolInt
- The value to setpublic void setupTest()
public void teardownTest()
teardownTest
in interface TCPClient
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.