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

Quick Search    Search Deep

org.apache.coyote.tomcat4: Javadoc index of package org.apache.coyote.tomcat4.


Package Samples:

org.apache.coyote.tomcat4

Classes:

CoyoteServerSocketFactory: This socket factory holds secure socket factory parameters. Besides the usual configuration mechanism based on setting JavaBeans properties, this component may also be configured by passing a series of attributes set with calls to setAttribute() . The following attribute names are recognized, with default values in square brackets: algorithm - Certificate encoding algorithm to use. [SunX509] clientAuth - Require client authentication if set to true . Want client authentication if set to want . (Note: Only supported in the JSSE included with J2SDK 1.4 and above. Prior versions of JSSE and PureTLS ...
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.
CoyoteResponseFacade: Facade class that wraps a Coyote response object. All methods are delegated to the wrapped response.
CoyoteRequestFacade: Facade class that wraps a Coyote request object. All methods are delegated to the wrapped request.
CoyoteAdapter: Implementation of a request processor which delegates the processing to a Coyote processor.
CoyoteInputStream: This class handles the readin input bytes, as well as the input buffering.
CoyoteConnector: Implementation of a Coyote connector for Tomcat 4.x.
CoyoteOutputStream: Coyote implementation of the servlet output stream.
CoyoteWriter: Coyote implementation of the servlet writer.
CoyoteResponse: Wrapper object for the Coyote response.
CoyoteRequest: Wrapper object for the Coyote request.
Constants: Constants.

Home | Contact Us | Privacy Policy | Terms of Service