Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.http.proxy
Class Proxy

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.apache.jmeter.protocol.http.proxy.Proxy
All Implemented Interfaces:
Runnable

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.

Version:
$Revision: 1.17.2.2 $ Last updated: $Date: 2004/04/03 20:32:40 $ Created June 8, 2001
Author:
mike

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Proxy()
          Default constructor.
 
Method Summary
 void run()
          Main processing method for the Proxy object
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Proxy

public Proxy()
Default constructor.

Method Detail

run

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


Apache JMeter
2.0.1.20050615

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