org.apache.jmeter.protocol.http.proxy

Class Proxy


public class Proxy
extends Thread

Thread to handle one client request. Gets the request from the client and passes it on to the server, then sends the response back to the client. Information about the request and response is stored so it can be used in a JMeter test plan.

Constructor Summary

Proxy()
Default constructor - used by newInstance call in Daemon

Method Summary

void
run()
Main processing method for the Proxy object

Constructor Details

Proxy

public Proxy()
Default constructor - used by newInstance call in Daemon

Method Details

run

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

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