Releases the connection being used by this HTTP method. In particular the connection is used to read the response (if there is one) and will be held until the response has been read. If the connection can be reused by other HTTP methods it is NOT closed at this point.
After this method is called, {@link #getResponseBodyAsStream} will returnnull, and {@link #getResponseBody} and {@link #getResponseBodyAsString}may return null.
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.