java.lang.ObjectStructure holding the Request and Response objects. It also holds statistical informations about request processing and provide management informations about the requests beeing processed. Each thread uses a Request/Response pair that is recycled on each request. This object provides a place to collect global low-level statistics - without having to deal with synchronization ( since each thread will have it's own RequestProcessorMX ). TODO: Request notifications will be registered here.org.apache.coyote.RequestInfo
Costin - Manolache| Field Summary | ||
|---|---|---|
| RequestGroupInfo | global | |
| Request | req | |
| Response | res | |
| int | stage | |
| String | workerThreadName | |
| ObjectName | rpName | |
| Constructor: |
|---|
|
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.coyote.RequestInfo Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|