kg.apc.jmeter.samplers
Class InfiniteGetTCPClientImpl

java.lang.Object
  extended by org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
      extended by org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl
          extended by kg.apc.jmeter.samplers.InfiniteGetTCPClientImpl
All Implemented Interfaces:
org.apache.jmeter.protocol.tcp.sampler.TCPClient

public class InfiniteGetTCPClientImpl
extends org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl

Author:
undera

Field Summary
 
Fields inherited from class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
eolByte, useEolByte
 
Constructor Summary
InfiniteGetTCPClientImpl()
           
 
Method Summary
 String read(InputStream is)
           
 void write(OutputStream os, InputStream is)
           
 void write(OutputStream out, String string)
           
 
Methods inherited from class org.apache.jmeter.protocol.tcp.sampler.AbstractTCPClient
getCharset, getEolByte, setCharset, setEolByte, setupTest, teardownTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfiniteGetTCPClientImpl

public InfiniteGetTCPClientImpl()
Method Detail

write

public void write(OutputStream os,
                  InputStream is)
Specified by:
write in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Overrides:
write in class org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl

write

public void write(OutputStream out,
                  String string)
Specified by:
write in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Overrides:
write in class org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl

read

public String read(InputStream is)
Specified by:
read in interface org.apache.jmeter.protocol.tcp.sampler.TCPClient
Overrides:
read in class org.apache.jmeter.protocol.tcp.sampler.TCPClientImpl


Copyright © 2014. All Rights Reserved.