public interface ContextPathMatcher
HttpServerChannelHandler
to handle an incoming HttpRequest
when you use multiple routes on the same
port.
As when we do that, we need to multiplex and select the correct consumer route to process the HTTP request.
To do that we need to match on the incoming HTTP request context-path from the request.boolean matches(String target)
target
- the context-path from the incoming HTTP requestApache Camel