Adapterpublic interface Adapter Adapter. This represents the entry point to a coyote-based servlet
container. |
Fields Summary |
---|
public static final String | CONNECTION_PROCESSING_STARTED | public static final String | CONNECTION_PROCESSING_COMPLETED | public static final String | REQUEST_PROCESSING_STARTED | public static final String | REQUEST_PROCESSING_COMPLETED |
Methods Summary |
---|
public void | afterService(Request req, Response res)Finish the response and recycle the request/response tokens. Base on
the connection header, the underlying socket transport will be closed
| public void | fireAdapterEvent(java.lang.String type, java.lang.Object data)Notify all container event listeners that a particular event has
occurred for this Adapter. The default implementation performs
this notification synchronously using the calling thread.
| public void | service(Request req, Response res)Call the service method, and notify all listeners
|
|