Java Utililty Methods HTTP Close

List of utility methods to do HTTP Close

Description

The list of methods to do HTTP Close are organized into topic(s).

Method

voidcloseSilently(HttpURLConnection resource)
close Silently
if (resource != null) {
    resource.disconnect();