A dispatcher is responsible for recognizing an incoming request. Dispatchers form an ordered
chain of command, with each dispatcher responsible for recognizing requests that it can process.
Method Summary
boolean
dispatch(Request request, Response response) Analyzes the incoming request and performs an appropriate operation for each.
Analyzes the incoming request and performs an appropriate operation for each.
true if a response was delivered, false if the servlet container should be allowed tohandle the request