AsyncHttp4sServlet from a discussion with Ross seems to be missing serviceErrorHandler. Not sure if it should be included or not, but I added a ticket just in case.
Here is what methods are included currently.
AsyncHttp4sServlet
.builder(httpApp, dispatcher)
.withAsyncTimeout(builder.asyncTimeout)
.withChunkSize(chunkSize)
.build
AsyncHttp4sServletfrom a discussion with Ross seems to be missingserviceErrorHandler. Not sure if it should be included or not, but I added a ticket just in case.Here is what methods are included currently.
AsyncHttp4sServlet .builder(httpApp, dispatcher) .withAsyncTimeout(builder.asyncTimeout) .withChunkSize(chunkSize) .build