public interface TCPClient
Modifier and Type | Method and Description |
---|---|
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) |
void setupTest()
void teardownTest()
void write(OutputStream os, InputStream is)
os
- -
OutputStream for socketis
- -
InputStream to be written to Socketvoid write(OutputStream os, String s)
os
- -
OutputStream for sockets
- -
String to writeString read(InputStream is)
is
- -
InputStream for socketbyte getEolByte()
void setEolByte(int eolInt)
eolInt
- The value to setCopyright © 1998-2012 Apache Software Foundation. All Rights Reserved.