Class AbstractTCPClient

java.lang.Object
org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
All Implemented Interfaces:
TCPClient
Direct Known Subclasses:
BinaryTCPClientImpl, TCPClientDecorator, TCPClientImpl

public abstract class AbstractTCPClient extends Object implements TCPClient
Basic implementation of TCPClient interface.
  • Field Details

    • eolByte

      protected byte eolByte
    • useEolByte

      protected boolean useEolByte
  • Constructor Details

    • AbstractTCPClient

      public AbstractTCPClient()
  • Method Details