Connector |
Implementation of a Coyote connector.
|
CoyoteAdapter |
Implementation of a request processor which delegates the processing to a
Coyote processor.
|
CoyoteInputStream |
This class handles reading bytes.
|
CoyoteOutputStream |
Coyote implementation of the servlet output stream.
|
CoyotePrincipal |
Generic implementation of java.security.Principal that
is used to represent principals authenticated at the protocol handler level.
|
CoyoteReader |
Coyote implementation of the buffered reader.
|
CoyoteWriter |
Coyote implementation of the servlet writer.
|
InputBuffer |
The buffer used by Tomcat request.
|
OutputBuffer |
The buffer used by Tomcat response.
|
Request |
Wrapper object for the Coyote request.
|
RequestFacade |
Facade class that wraps a Coyote request object.
|
Response |
Wrapper object for the Coyote response.
|
ResponseFacade |
Facade class that wraps a Coyote response object.
|