I'm looking to create a HttpURLConnection bound to a local socket, but since I can't reach the SocketFactory, I'm not able to supply my own sockets. Is there a way to build a HttpURLConnection starting from a HTTPConnection or other class that I've already built and configured? If I were to build my own classes to use the HTTPConnection configurations for an HttpURLConnection, which are the important things I need to work on?
I can't just use an HTTPConnection, which is unfortunate, since I need to use someone else's library. I've dug around the apis for the best part of the afternoon. In the 3.x codebase, it looks like I can build a HTTPMethod, but I'm not sure how to use that implementation and turn it into a HttpURLConnection. Any pointers? Thanks, Ryan ________________________________ NOTICE: This email message and all attachments transmitted with it are intended solely for the use of the addressees and may contain legally privileged, protected or confidential information. If you have received this message in error, please notify the sender immediately by email reply and please delete this message from your computer and destroy any copies.
