On 5 September 2011 21:44, Juergen Weber <[email protected]> wrote: > >> you're suggesting you wrap: HttpClient >> classes > HttpURLConnection > HessianConnection. I don't see the point >> in having HttpURLConnection in the mix. It adds an unnecessary level > > It's just my guess that HttpURLConnection is a commonly used class, so it > would offer itself to be replaced by another, better implementation.
Since you return the functionality described by the HessianConnection interface, wrapping the HttpClient classes should be enough. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
