Interface Dispatcher

    • Method Detail

      • dispatch

        boolean dispatch​(Request request,
                         Response response)
                  throws java.io.IOException
        Analyzes the incoming request and performs an appropriate operation for each.
        Returns:
        true if a response was delivered, false if the dispatcher did not handle the request (and a search for a handler should continue)
        Throws:
        java.io.IOException