TCPClient
BinaryTCPClientImpl
, TCPClientDecorator
, TCPClientImpl
public abstract class AbstractTCPClient extends Object implements TCPClient
Modifier and Type | Field | Description |
---|---|---|
protected byte |
eolByte |
|
protected boolean |
useEolByte |
Constructor | Description |
---|---|
AbstractTCPClient() |
Modifier and Type | Method | Description |
---|---|---|
String |
getCharset() |
Get the charset.
|
byte |
getEolByte() |
Get the end-of-line/end-of-message byte.
|
void |
setCharset(String charset) |
|
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
public String getCharset()
TCPClient
getCharset
in interface TCPClient
public void setCharset(String charset)
charset
- the charset to setCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.