Hi, I'd like to use HttpClient as a transport for the Hessian library. There is a HessianConnectionFactory which returns a wrapped java.net.URLConnection. I am thinking about writing a ConnectionFactory which returns a HttpClient connection.
I was looking for an API in HttpClient to return a URLConnection, but there is none, is there? Thanks, Juergen http://www.caucho.com/resin-4.0-javadoc/com/caucho/hessian/client/HessianURLConnectionFactory.html -- View this message in context: http://old.nabble.com/HttpClient-as-java.net.URLConnection-tp32401921p32401921.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
