| Home >> All >> org >> apache >> catalina >> [ connector Javadoc ] |
org.apache.catalina.connector: Javadoc index of package org.apache.catalina.connector.
Package Samples:
org.apache.catalina.connector
Classes:
InputBuffer: The buffer used by Tomcat request. This is a derivative of the Tomcat 3.3 OutputBuffer, adapted to handle input instead of output. This allows complete recycling of the facade objects (the ServletInputStream and the BufferedReader).
OutputBuffer: The buffer used by Tomcat response. This is a derivative of the Tomcat 3.3 OutputBuffer, with the removal of some of the state handling (which in Coyote is mostly the Processor's responsability).
CoyotePrincipal: Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
ResponseFacade: Facade class that wraps a Coyote response object. All methods are delegated to the wrapped response.
RequestFacade: Facade class that wraps a Coyote request object. All methods are delegated to the wrapped request.
ClientAbortException: Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
CoyoteAdapter: Implementation of a request processor which delegates the processing to a Coyote processor.
Connector: Implementation of a Coyote connector for Tomcat 5.x.
CoyoteOutputStream: Coyote implementation of the servlet output stream.
CoyoteReader: Coyote implementation of the buffred reader.
CoyoteWriter: Coyote implementation of the servlet writer.
Response: Wrapper object for the Coyote response.
Request: Wrapper object for the Coyote request.
Constants: Static constants for this package.
CoyoteInputStream: This class handles reading bytes.
MapperListener: Mapper listener.
| Home | Contact Us | Privacy Policy | Terms of Service |