tomcat源码阅读10

org.apache.catalina.connector

Class Summary
Connector

Implementation of a Coyote connector for Tomcat 5.x.

tomcat5.x中Coyote 连接器的实现

Constants

Static constants for this package.

该包中的静态常量

CoyoteAdapter

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

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

CoyoteInputStream

This class handles reading bytes.

负责读入字节。

CoyoteOutputStream

Coyote implementation of the servlet output stream.

servlet输出流的Coyote实现

CoyotePrincipal

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

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

CoyoteReader

Coyote implementation of the buffred reader.

Buffered reader的Coyote实现

CoyoteWriter

Coyote implementation of the servlet writer.

servlet writer的Coyote实现

InputBuffer

The buffer used by Tomcat request.

Tomcat请求的缓冲

MapperListener

Mapper listener.

监听器映射。

OutputBuffer

The buffer used by Tomcat response.

Tomcat 响应用的缓冲

Request

Wrapper object for the Coyote request.

Coyote请求的包装对象

RequestFacade

Facade class that wraps a Coyote request object.

请求包装对象外观

Response

Wrapper object for the Coyote response.

Coyote响应的包装对象

ResponseFacade

Facade class that wraps a Coyote response object.

响应包装对象的外观

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