org.apache.coyote.tomcat3

Class Tomcat3Adapter

Implemented Interfaces:
Adapter

public class Tomcat3Adapter
extends java.lang.Object
implements 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.

Method Summary

void
service(Request request, Response response)
Pass off an individual request to Tomcat.

Method Details

service

public void service(Request request,
                    Response response)
            throws Exception
Pass off an individual request to Tomcat.
Specified by:
service in interface Adapter


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.