Once the caller has finished with the method it must call {@link HttpMethod#releaseConnection()}.
@param method The method to execute. @return The HTTP status code, e.g. 200 for success, 404 for missingresource. @throws java.io.InterruptedIOException If the execution timed out. @throws java.io.IOException For any other I/O problem.
|
|
|
|
|
|
|
|