Class CloseableURLConnection

java.lang.Object
java.net.URLConnection
org.apache.commons.io.CloseableURLConnection
All Implemented Interfaces:
AutoCloseable

final class CloseableURLConnection extends URLConnection implements AutoCloseable
Delegates to a URLConnection while implementing AutoCloseable.