| ChannelJni | Pass messages using jni
|
| ChannelShm | Channel using shm. |
| ChannelSocket | Accept ( and send ) TCP messages. |
| ChannelUn | Pass messages using unix domain sockets. |
| HandlerDispatch | Dispatch based on the message type. |
| 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 ). |
| ModJkMX | A small mbean that will act as a proxy for mod_jk2. |
| 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. |