org.apache.coyote

Interface Adapter

Known Implementing Classes:
CoyoteAdapter, Tomcat3Adapter

public interface Adapter

Adapter.

Author:
Remy Maucherat

Method Summary

void
service(Request req, Response res)
Call the service method, and notify all listeners

Method Details

service

public void service(Request req,
                    Response res)
            throws Exception
Call the service method, and notify all listeners


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