TCPClientBinaryTCPClientImpl, TCPClientDecorator, TCPClientImplpublic 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 TCPClientpublic void setEolByte(int eolInt)
setEolByte in interface TCPClienteolInt - The value to setpublic void setupTest()
public void teardownTest()
teardownTest in interface TCPClientpublic String getCharset()
TCPClientgetCharset in interface TCPClientpublic void setCharset(String charset)
charset - the charset to setCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.