tomcat源码阅读21

org.apache.jk.common 包

Class Summary
AjpConstants

Common class for the AJP Protocol values

....纠结

ChannelJni

Pass messages using jni

使用jni来传递消息

ChannelNioSocket

Accept ( and send ) TCP messages.

接受发送TCP消息

ChannelShm

Channel using shm.

使用shm的频道

ChannelSocket

Accept ( and send ) TCP messages.

接受发送tcp消息

ChannelUn

Pass messages using unix domain sockets.

使用Unix的主套接字传递消息。

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

ajp的顶层的一般输入流的实现。

JkMX

Load the HTTP or RMI adapters for MX4J and JMXRI.

为MX4J和JMXRI加载HTTP或RMI适配器

JniHandler

Base class for components using native code ( libjkjni.so ).

使用本地代码的组件的基类

ModJkMX

A small mbean that will act as a proxy for mod_jk2.

一个小的MBean,作为mod_jk2的代理使用

MsgAjp

A single packet for communication between the web server and the container.

用于web服务器和容器之间的交流

Shm

Handle the shared memory objects.

处理共享内存对象

Shm14

Shm implementation using JDK1.4 nio.

使用JDK1.4的nio的Shm实现

WorkerDummy

A dummy worker, will just send back a dummy response.

傀儡,只是发送傀儡响应。

原文地址:https://www.cnblogs.com/macula7/p/1960499.html