org.apache.jmeter.protocol.http.proxy
Class Proxy
Thread
org.apache.jmeter.protocol.http.proxy.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.
Proxy() - Default constructor - used by newInstance call in Daemon
|
void | run() - Main processing method for the Proxy object
|
Proxy
public Proxy()
Default constructor - used by newInstance call in Daemon
run
public void run()
Main processing method for the Proxy object
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.