}
}
httpProcessorCopy = b.build();
}
HttpRequestHandlerMapper handlerMapperCopy = this.handlerMapper;
if (handlerMapperCopy == null) {
final UriHttpRequestHandlerMapper reqistry = new UriHttpRequestHandlerMapper();
if (handlerMap != null) {
for (Map.Entry<String, HttpRequestHandler> entry: handlerMap.entrySet()) {
reqistry.register(entry.getKey(), entry.getValue());