Uses of Class
org.apache.commons.io.CloseableURLConnection
-
Packages that use CloseableURLConnection Package Description org.apache.commons.io Provides classes for working with streams, readers, writers and files. -
-
Uses of CloseableURLConnection in org.apache.commons.io
Methods in org.apache.commons.io that return CloseableURLConnection Modifier and Type Method Description (package private) static CloseableURLConnection
CloseableURLConnection. open(java.net.URI uri)
(package private) static CloseableURLConnection
CloseableURLConnection. open(java.net.URL url)
-