Hi All,

In my proxy, I use:

DefaultHttpServerIODispatch.create(serviceHandler, serverSslContext,
serverConnectionConfig)

In order to support HTTP DELETE with a message body (I know, I know), I've
created a custom HttpRequestFactory implementation.

So I want this to kick in so that by the time my
custom org.apache.http.nio.protocol.HttpAsyncRequestProducer.generateRequest()
 called, the request is the BasicHttpEntityEnclosingRequest I created in my
HttpRequestFactory.

A HttpRequestFactory lives in a NHttpMessageParserFactory<HttpRequest>.

Would it be acceptable to add support for HttpRequestFactory and/or
NHttpMessageParserFactory to ConnectionConfig?

Gary

Reply via email to