Folks, I would like to start working on a HttpClient 4.0 based implementation of the ProtocolHandler as the next step. I would like to ask a few questions before get down to coding
(1) Would anyone object to using URI class instead of URL in the Droids public API? We ought not use URL class unless we are planning to use it to retrieve the content that location is pointing at. We have our own content retrieval abstraction, namely ProtocolHandler. URL class seems unnecessary. This would also help keep consistency with HttpClient 4.0 API (2) Should I keep the existing HttpBase and Http classes? Cheers Oleg
