Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » coyote » tomcat3 » [javadoc | source]
org.apache.coyote.tomcat3
public class: Tomcat3Adapter [javadoc | source]
java.lang.Object
   org.apache.coyote.tomcat3.Tomcat3Adapter

All Implemented Interfaces:
    Adapter

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.
Field Summary
 ContextManager cm     
 BaseInterceptor connector     
static  int containerRequestNOTE     
Constructor:
 Tomcat3Adapter(ContextManager ctxman,
    CoyoteInterceptor2 conn) 
Method from org.apache.coyote.tomcat3.Tomcat3Adapter Summary:
service
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.coyote.tomcat3.Tomcat3Adapter Detail:
 public  void service(Request request,
    Response response) throws Exception 
    Pass off an individual request to Tomcat.