org.apache.catalina.connector |
|
Java Source File Name | Type | Comment |
ClientAbortException.java | Class | Wrap an IOException identifying it as being caused by an abort
of a request by a remote client.
author: Glenn L. |
CometEventImpl.java | Class | |
Connector.java | Class | Implementation of a Coyote connector for Tomcat 5.x.
author: Craig R. |
Constants.java | Class | Static constants for this package. |
CoyoteAdapter.java | Class | Implementation of a request processor which delegates the processing to a
Coyote processor.
author: Craig R. |
CoyoteInputStream.java | Class | This class handles reading bytes. |
CoyoteOutputStream.java | Class | Coyote implementation of the servlet output stream. |
CoyotePrincipal.java | Class | Generic implementation of java.security.Principal that
is used to represent principals authenticated at the protocol handler level.
author: Remy Maucherat version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. |
CoyoteReader.java | Class | Coyote implementation of the buffred reader. |
CoyoteWriter.java | Class | Coyote implementation of the servlet writer. |
InputBuffer.java | Class | The buffer used by Tomcat request. |
MapperListener.java | Class | Mapper listener. |
OutputBuffer.java | Class | The buffer used by Tomcat response. |
Request.java | Class | Wrapper object for the Coyote request.
author: Remy Maucherat author: Craig R. |
RequestFacade.java | Class | Facade class that wraps a Coyote request object. |
Response.java | Class | Wrapper object for the Coyote response.
author: Remy Maucherat author: Craig R. |
ResponseFacade.java | Class | Facade class that wraps a Coyote response object. |