this.connStrategy = new DefaultConnectionReuseStrategy();
this.allocator = new HeapByteBufferAllocator();
this.activeConnections = new ArrayList<NHttpServerConnection>();
this.latencyView = new LatencyView("NHTTPLatencyView", isHttps);
this.s2sLatencyView = new LatencyView("NHTTPS2SLatencyView", isHttps);
this.threadingView = new ThreadingView("HttpServerWorker", true, 50);
this.restDispatching = listenerContext.isRestDispatching();
this.cfg = NHttpConfiguration.getInstance();
if (listenerContext.getExecutor() == null) {
this.workerPool = WorkerPoolFactory.getWorkerPool(