The primary purpose for this interface is to generate HttpURLConnections
and retrieve information about the connections. This interface is also
meant to be used as a lower denominator for HttpURLConnections and
HttpsURLConnections.
Create an HttpURLConnection, proxified if neccessary.
Parameters: proxy - The proxy. May be null if connection is not to be proxied. Parameters: url - The target URL An appropriate URLConnection
This method returns Connection Info objects for the particular
connection. The connection must be connected.
Parameters: con - The connection that is the subject of the information object. The HttpURLConnection Info for the given connection. throws: IOException -