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

Quick Search    Search Deep

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


Package Samples:

org.apache.coyote.tomcat3

Classes:

CoyoteInterceptor2: Standalone http. Connector properties: secure - will load a SSL socket factory and act as https server Properties passed to the net layer: timeout backlog address port Thread pool properties: minSpareThreads maxSpareThreads maxThreads poolOn Properties for HTTPS: keystore - certificates - default to ~/.keystore keypass - password clientauth - true if the server should authenticate the client using certs Properties for HTTP: reportedname - name of server sent back to browser (security purposes) compression - use gzip compression in HTTP 1.1 (on/off) - def off compressionMinSize - minimum size content ...
Tomcat3Adapter: Adapter between Coyote and Tomcat. This class handles the task of passing of an individual request to Tomcat to handle. Also some of the connection-specific methods are delegated to here.
Tomcat3Request: The Request to connect with Coyote. This class handles the I/O requirements and transferring the request line and Mime headers between Coyote and Tomcat.
Tomcat3Response: The Response to connect with Coyote. This class mostly handles the I/O between Tomcat and Coyte.

Home | Contact Us | Privacy Policy | Terms of Service