Hey Dan K,

Based on your earlier emails I suspect that you changed a bunch of stuff with respect to HTTP.

Can you give us a brief summary of what you did?

I see that you deleted the HTTPTransportFactory in favor of AbstractTransportFactory so that it may be extended by modules http_jetty.

I am hoping to split the HTTPTransportFactory up as not to conflate the interfaces. Basically, separate ConduitInitiator from DestinationFactory might be better.

The HTTPConduit is heavily based, for better or for worse, on implementations of java.net.URLConnection. This implementation should stand on its own as pluggable, as opposed to being hardcoded combined with Jetty in http_jetty, as there could be future different implementations of HTTPConduit. Then you'd end up with modules like transport/http1-jetty, etc.

Cheers,
-Polar





Reply via email to