Searched defs:getConnection (Results 1 - 1 of 1) sorted by relevance

/hets/OWL2/java/de/unibremen/informatik/
H A DOWL2Parser.java73 private static URLConnection getConnection(URL url, int redirCount) method in class:OWL2Parser
108 return getConnection(url, redirCount + 1);
123 URLConnection con = getConnection(uri.toURL(), 0);

Completed in 12 milliseconds