Calls the next filter in the chain, or else the user's exchange handler, if this is the final
filter in the chain. The HttpFilter may decide to terminate the chain, by not
calling this method. In this case, the filter must send the response to the request,
because the application's exchange handler will not be invoked.