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

tomcat源码阅读10

2010-03-09 03:36 423 查看
org.apache.catalina.connector

Class Summary
ConnectorImplementation of a Coyote connector for Tomcat 5.x.

tomcat5.x中Coyote 连接器的实现

ConstantsStatic constants for this package.

该包中的静态常量

CoyoteAdapterImplementation of a request processor which delegates the processing to a Coyote processor.

请求处理器,将请求分发给Coyote 处理器

CoyoteInputStreamThis class handles reading bytes.

负责读入字节。

CoyoteOutputStreamCoyote implementation of the servlet output stream.

servlet输出流的Coyote实现

CoyotePrincipalGeneric implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.

java.security.Principal 的一般实现,用于表示协议处理层的验证原则

CoyoteReaderCoyote implementation of the buffred reader.

Buffered reader的Coyote实现

CoyoteWriterCoyote implementation of the servlet writer.

servlet writer的Coyote实现

InputBufferThe buffer used by Tomcat request.

Tomcat请求的缓冲

MapperListenerMapper listener.

监听器映射。

OutputBufferThe buffer used by Tomcat response.

Tomcat 响应用的缓冲

RequestWrapper object for the Coyote request.

Coyote请求的包装对象

RequestFacadeFacade class that wraps a Coyote request object.

请求包装对象外观

ResponseWrapper object for the Coyote response.

Coyote响应的包装对象

ResponseFacadeFacade class that wraps a Coyote response object.

响应包装对象的外观

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