| java.lang.Object java.lang.Thread org.apache.jmeter.protocol.http.proxy.Proxy
Proxy | public class Proxy extends Thread (Code) | | 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 | public Proxy()(Code) | | Default constructor - used by newInstance call in Daemon
|
Proxy | Proxy(Socket clientSocket, ProxyControl target)(Code) | | Create and configure a new Proxy object.
Parameters: clientSocket - the socket connection to the client Parameters: target - the ProxyControl which will receive the generated sampler |
configure | void configure(Socket _clientSocket, ProxyControl _target)(Code) | | Configure the Proxy.
Parameters: clientSocket - the socket connection to the client Parameters: target - the ProxyControl which will receive the generated sampler |
configure | void configure(Socket _clientSocket, ProxyControl _target, Map _pageEncodings, Map _formEncodings)(Code) | | Configure the Proxy.
Parameters: _clientSocket - the socket connection to the client Parameters: _target - the ProxyControl which will receive the generated sampler Parameters: _pageEncodings - reference to the Map of Deamon, with mappings from page urls to encoding used Parameters: formEncodingsEncodings - reference to the Map of Deamon, with mappings from form action urls to encoding used |
run | public void run()(Code) | | Main processing method for the Proxy object
|
|
|