-
Methods Method Description com.cedarsoftware.util.UrlUtilities.getConnection(URL, Map, boolean, boolean, boolean, Proxy, boolean) As of release 1.13.0, replaced byUrlUtilities.getConnection(java.net.URL, java.util.Map, boolean, boolean, boolean, boolean)
com.cedarsoftware.util.UrlUtilities.getContentFromUrl(String, Proxy) As of release 1.13.0, replaced byUrlUtilities.getContentFromUrl(String)
com.cedarsoftware.util.UrlUtilities.getContentFromUrlAsString(String, Proxy) As of release 1.13.0, replaced byUrlUtilities.getContentFromUrl(String)
com.cedarsoftware.util.UrlUtilities.getHostName() As of release 1.13.0, replaced byInetAddressUtilities.getHostName()
-
Constructors Constructor Description com.cedarsoftware.util.CaseInsensitiveMap(int)