|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
public abstract class AbstractTCPClient
Basic implementation of TCPClient interface.
| Field Summary | |
|---|---|
protected byte |
eolByte
|
protected boolean |
useEolByte
|
| Constructor Summary | |
|---|---|
AbstractTCPClient()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jmeter.protocol.tcp.sampler.TCPClient |
|---|
read, write, write |
| Field Detail |
|---|
protected byte eolByte
protected boolean useEolByte
| Constructor Detail |
|---|
public AbstractTCPClient()
| Method Detail |
|---|
public byte getEolByte()
getEolByte in interface TCPClientpublic void setEolByte(int eolInt)
setEolByte in interface TCPClienteolInt - The value to setpublic void setupTest()
setupTest in interface TCPClientpublic void teardownTest()
teardownTest in interface TCPClientpublic String getCharset()
TCPClient
getCharset in interface TCPClientpublic void setCharset(String charset)
charset - the charset to set
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||