Package org.apache.catalina.connector

Class Summary
Connector Implementation of a Coyote connector for Tomcat 5.x.
Constants Static constants for this package.
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 buffred reader.
CoyoteWriter Coyote implementation of the servlet writer.
InputBuffer The buffer used by Tomcat request.
MapperListener Mapper listener.
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.
 

Exception Summary
ClientAbortException Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.