Class HttpRequestHandlerRegistry

    • Constructor Detail

      • HttpRequestHandlerRegistry

        public HttpRequestHandlerRegistry()
        Deprecated.
    • Method Detail

      • register

        public void register​(String pattern,
                             HttpRequestHandler handler)
        Deprecated.
        Registers the given HttpRequestHandler as a handler for URIs matching the given pattern.
        Parameters:
        pattern - the pattern to register the handler for.
        handler - the handler.
      • unregister

        public void unregister​(String pattern)
        Deprecated.
        Removes registered handler, if exists, for the given pattern.
        Parameters:
        pattern - the pattern to unregister the handler for.
      • setHandlers

        public void setHandlers​(Map<String,​HttpRequestHandler> map)
        Deprecated.
        Sets handlers from the given map.
        Parameters:
        map - the map containing handlers keyed by their URI patterns.
      • getHandlers

        public Map<String,​HttpRequestHandler> getHandlers()
        Deprecated.
        Get the handler map.
        Returns:
        The map of handlers and their associated URI patterns.
        Since:
        4.2