org.apache.coyote
public interface Adapter
See Also: ProtocolHandler
| Method Summary | |
|---|---|
| boolean | event(Request req, Response res, SocketStatus status) |
| void | service(Request req, Response res)
Call the service method, and notify all listeners
|
Throws: Exception if an error happens during handling of
the request. Common errors are:
Tomcat should be able to handle and log any other exception ( including
runtime exceptions )