org.apache.jk.common |
|
Java Source File Name | Type | Comment |
ChannelJni.java | Class | |
ChannelShm.java | Class | Channel using shm. |
ChannelSocket.java | Class | Accept ( and send ) TCP messages. |
ChannelUn.java | Class | Pass messages using unix domain sockets. |
HandlerDispatch.java | Class | Dispatch based on the message type. |
HandlerRequest.java | Class | Handle messages related with basic request information.
This object can handle the following incoming messages:
- "FORWARD_REQUEST" input message ( sent when a request is passed from the
web server )
- "RECEIVE_BODY_CHUNK" input ( sent by container to pass more body, in
response to GET_BODY_CHUNK )
It can handle the following outgoing messages:
- SEND_HEADERS. |
JkInputStream.java | Class | |
JkMX.java | Class | Load the HTTP or RMI adapters for MX4J and JMXRI. |
JniHandler.java | Class | Base class for components using native code ( libjkjni.so ).
It allows to access the jk_env and wrap ( 'box' ? ) a native
jk component, and call it's methods.
Note that get/setAttribute are expensive ( Strings, etc ),
invoke() is were all optimizations are done. |
ModJkMX.java | Class | A small mbean that will act as a proxy for mod_jk2. |
MsgAjp.java | Class | A single packet for communication between the web server and the
container. |
Shm.java | Class | Handle the shared memory objects. |
Shm14.java | Class | Shm implementation using JDK1.4 nio. |
WorkerDummy.java | Class | A dummy worker, will just send back a dummy response. |