Searched refs:uConn (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DContentHandler.java33 * Returns the object pointed by the specified URL connection {@code uConn}.
35 * @param uConn
37 * @return object referred by {@code uConn}.
41 public abstract Object getContent(URLConnection uConn) throws IOException; argument
44 * Returns the object pointed by the specified URL connection {@code uConn}.
46 * @param uConn
57 public Object getContent(URLConnection uConn, Class[] types) argument
59 Object content = getContent(uConn);
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DContentHandlerTest.java57 public Object getContent(URLConnection uConn) throws IOException { argument

Completed in 66 milliseconds