Class RoutingHandler

  • All Implemented Interfaces:
    HttpHandler

    public class RoutingHandler
    extends Object
    implements HttpHandler
    A Handler that handles the common case of routing via path template and method name.
    Author:
    Stuart Douglas