| Class Summary | 
| AjpConstants | Common class for the AJP Protocol values | 
| ChannelJni | Pass messages using jni | 
| ChannelNioSocket | Accept ( and send ) TCP messages. | 
| ChannelShm | Channel using shm. | 
| ChannelSocket | Accept ( and send ) TCP messages. | 
| ChannelUn | Pass messages using unix domain sockets. | 
| HandlerDispatch | Dispatch based on the message type. ( XXX make it more generic,
 now it's specific to ajp13 ). | 
| HandlerRequest | Handle messages related with basic request information. | 
| JkInputStream | Generic input stream impl on top of ajp | 
| JkMX | Load the HTTP or RMI adapters for MX4J and JMXRI. | 
| JniHandler | Base class for components using native code ( libjkjni.so ). | 
| MsgAjp | A single packet for communication between the web server and the
 container. | 
| Shm | Handle the shared memory objects. | 
| Shm14 | Shm implementation using JDK1.4 nio. | 
| WorkerDummy | A dummy worker, will just send back a dummy response. |