Connect to the target host (or proxy), send the request, and read the response headers. Any setup routines must be called before the call to this method, and routines to examine the result must be called after this method.
@throws UnknownHostException if the target host (or proxy) could not be contacted.
@throws IOException if there is a problem writing the HTTP request or reading the HTTP response headers.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.