org.apache.coyote.tomcat3
Class Tomcat3Adapter
java.lang.Object
org.apache.coyote.tomcat3.Tomcat3Adapter
- Adapter
public class Tomcat3Adapter
extends java.lang.Object
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.
service
public void service(Request request,
Response response)
throws Exception
Pass off an individual request to Tomcat.
- service in interface Adapter
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.