HttpServer.this

Constructs a new server using the supplied handler to handle all incoming requests, as well as a supplied request worker pool.

Parameters

handler HttpRequestHandler

The handler to use.

requestWorkerPool RequestWorkerPool

The worker pool to use.

config ServerConfig

The server configuration.