Args.notNull(requestFactory, "HTTP request factory");
Args.notNull(allocator, "Byte buffer allocator");
Args.notNull(params, "HTTP parameters");
this.incomingContentStrategy = null;
this.outgoingContentStrategy = null;
this.requestParserFactory = new DefaultHttpRequestParserFactory(null, requestFactory);
this.responseWriterFactory = null;
this.allocator = allocator;
this.cconfig = HttpParamConfig.getConnectionConfig(params);
}