org.apache.jmeter.protocol.http.control

Class HttpMirrorThread


public class HttpMirrorThread
extends Thread

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

Constructor Details

HttpMirrorThread

public HttpMirrorThread(Socket _clientSocket)

Method Details

run

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

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