org.apache.jmeter.protocol.tcp.sampler
Interface TCPClient
- All Known Implementing Classes:
- TCPClientImpl
- public interface TCPClient
- Version:
- $Revision: 1.5.2.1 $ $Date: 2004/04/02 22:43:29 $
setupTest
public void setupTest()
teardownTest
public void teardownTest()
write
public void write(OutputStream os,
InputStream is)
- Parameters:
os
- - OutputStream for socketis
- - InputStream to be written to Socket
write
public void write(OutputStream os,
String s)
- Parameters:
os
- - OutputStream for sockets
- - String to write
read
public String read(InputStream is)
- Parameters:
is
- - InputStream for socket
- Returns:
- String read from socket
getEolByte
public byte getEolByte()
- Returns:
- Returns the eolByte.
setEolByte
public void setEolByte(byte eolByte)
- Parameters:
eolByte
- The eolByte to set.
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.