Class NotFoundHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class NotFoundHandler
    extends Object
    implements io.undertow.server.HttpHandler
    Custom handler to inform client that no matching path was found
    • Constructor Detail

      • NotFoundHandler

        public NotFoundHandler()
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception