A request handler that delegates handling of requests to other handlers, based on a configured Ant-style path pattern.
Adds a new path/handler to this delegating handler.
Handles an HTTP request. Note that this method may be called from multiple threads, as requests may be processed in parallel.
See Implementation
A request handler that delegates handling of requests to other handlers, based on a configured Ant-style path pattern.