您的位置:首页 > 运维架构 > Tomcat

tomcat源码阅读21

2010-03-14 21:51 676 查看
org.apache.jk.common 包

Class Summary
AjpConstantsCommon class for the AJP Protocol values

....纠结

ChannelJniPass messages using jni

使用jni来传递消息

ChannelNioSocketAccept ( and send ) TCP messages.

接受发送TCP消息

ChannelShmChannel using shm.

使用shm的频道

ChannelSocketAccept ( and send ) TCP messages.

接受发送tcp消息

ChannelUnPass messages using unix domain sockets.

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

HandlerDispatchDispatch based on the message type. ( XXX make it more generic, now it's specific to ajp13 ).

根据消息类型发送。

HandlerRequestHandle messages related with basic request information.

处理跟基本请求信息相关的消息。

JkInputStreamGeneric input stream impl on top of ajp

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

JkMXLoad the HTTP or RMI adapters for MX4J and JMXRI.

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

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

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

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

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

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

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

ShmHandle the shared memory objects.

处理共享内存对象

Shm14Shm implementation using JDK1.4 nio.

使用JDK1.4的nio的Shm实现

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

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

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: