Interface HttpServerProcessor

All Known Implementing Classes:
DefaultHttpServerProcessor, EmbeddedHttpServerProcessor, HttpWebApplicationServer, NanoHttpServerProcessor

public interface HttpServerProcessor
The HTTP Server Processor API.

This API is defined as the main entry point for HTTP request processing.

Author:
Manfred Riem ([email protected])
  • Method Details

    • process

      boolean process​(HttpServerRequest request, HttpServerResponse response)
      Process the request.
      Parameters:
      request - the HTTP Server Request.
      response - the HTTP Server Response.
      Returns:
      true if the request triggered async processing, false otherwise