Class Summary | |
---|---|
AjpConstants | Common class for the AJP Protocol values |
ChannelJni | Pass messages using jni |
ChannelNioSocket | Accept ( and send ) TCP messages. |
ChannelNioSocket.Poller | |
ChannelNioSocket.SocketConnection | |
ChannelNioSocket.SocketInputStream | |
ChannelNioSocket.SocketOutputStream | |
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 ). |
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. |