Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mortbay.http
Class Http10TestClient  view Http10TestClient download Http10TestClient.java

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.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 $

Field Summary
(package private)  org.mortbay.util.InetAddrPort _addr
           
(package private)  int _id
           
(package private)  boolean _pipeline
           
(package private)  int _requests
           
(package private)  int _responses
           
private static org.apache.commons.logging.Log log
           
(package private) static java.lang.String[] url
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) Http10TestClient(int id, org.mortbay.util.InetAddrPort addr, int r, boolean pipeline)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Http10TestClient

Http10TestClient(int id,
                 org.mortbay.util.InetAddrPort addr,
                 int r,
                 boolean pipeline)
Method Detail

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)