Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.coyote.tomcat4

Class Summary
Constants Constants.
CoyoteAdapter Implementation of a request processor which delegates the processing to a Coyote processor.
CoyoteConnector Implementation of a Coyote connector for Tomcat 4.x.
CoyoteInputStream This class handles the readin input bytes, as well as the input buffering.
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.
CoyoteRequest Wrapper object for the Coyote request.
CoyoteRequestFacade Facade class that wraps a Coyote request object.
CoyoteResponse Wrapper object for the Coyote response.
CoyoteResponseFacade Facade class that wraps a Coyote response object.
CoyoteServerSocketFactory This socket factory holds secure socket factory parameters.
CoyoteWriter Coyote implementation of the servlet writer.
OutputBuffer The buffer used by Tomcat response.