Note: It is important to understand the meaning of this interface. The interface gives access to tracking requests that go through the system. Although both request and response are passed, it is not intended to serve a s a request handler interface, since there might be plenty of listeners and if one starts writing output to the request, no other listener will be able to.
That's why this interface relies on the cooperation of implementers. Do not write any output to the response until you know for sure what you are doing!
|
|
|
|
|
|
|
|
|
|
|
|