java.lang.Object
java.lang.Thread
org.mortbay.http.Http10TestClient
- All Implemented Interfaces:
- java.lang.Runnable
- public class Http10TestClient
- extends java.lang.Thread
HTTP 1.0 Test Client.
- Version:
- $Revision: 1.4 $
|
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
run()
The method of Thread that will be run if there is no Runnable object
associated with the Thread. |
| 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 |
log
private static org.apache.commons.logging.Log log
url
static java.lang.String[] url
_id
int _id
_requests
int _requests
_responses
int _responses
_addr
org.mortbay.util.InetAddrPort _addr
_pipeline
boolean _pipeline
Http10TestClient
Http10TestClient(int id,
org.mortbay.util.InetAddrPort addr,
int r,
boolean pipeline)
run
public void run()
- Description copied from class:
java.lang.Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.
main
public static void main(java.lang.String[] args)