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