Apache JMeter

org.apache.jmeter.protocol.http.control
Class HttpMirrorThread

java.lang.Object
  extended by org.apache.jmeter.protocol.http.control.HttpMirrorThread
All Implemented Interfaces:
Runnable

public class HttpMirrorThread
extends Object
implements Runnable

Thread to handle one client request. Gets the request from the client and sends the response back to the client.


Constructor Summary
HttpMirrorThread(Socket _clientSocket)
           
 
Method Summary
 void run()
          Main processing method for the HttpMirror object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMirrorThread

public HttpMirrorThread(Socket _clientSocket)
Method Detail

run

public void run()
Main processing method for the HttpMirror object

Specified by:
run in interface Runnable

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.