Class PathMapper

All Implemented Interfaces:
Serializable, Cloneable, Map<String, RequestHandler[]>

public class PathMapper extends HashMap<String, RequestHandler[]>
Finds a RequestHandler by the given @Path and HTTP method. Uses an embedded HashMap for performance reasons.
See Also:
  • Constructor Details

    • PathMapper

      public PathMapper()
  • Method Details