if (connectionFactoryCopy == null) {
if (this.sslContext != null) {
connectionFactoryCopy = new SSLNHttpServerConnectionFactory(
this.sslContext, this.sslSetupHandler, this.connectionConfig);
} else {
connectionFactoryCopy = new DefaultNHttpServerConnectionFactory(this.connectionConfig);
}
}
ExceptionLogger exceptionLoggerCopy = this.exceptionLogger;
if (exceptionLoggerCopy == null) {