|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface required by TCPSampler for TCPClient implementations.
Method Summary | |
byte |
getEolByte()
Get the end-of-line/end-of-message byte. |
String |
read(InputStream is)
|
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. |
void |
write(OutputStream os,
InputStream is)
|
void |
write(OutputStream os,
String s)
|
Method Detail |
public void setupTest()
public void teardownTest()
public void write(OutputStream os, InputStream is)
os
- -
OutputStream for socketis
- -
InputStream to be written to Socketpublic void write(OutputStream os, String s)
os
- -
OutputStream for sockets
- -
String to writepublic String read(InputStream is)
is
- -
InputStream for socket
public byte getEolByte()
public void setEolByte(int eolInt)
eolInt
- The value to set
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |