Searched refs:uConn (Results 1 – 3 of 3) sorted by relevance
41 public abstract Object getContent(URLConnection uConn) throws IOException; in getContent() argument57 public Object getContent(URLConnection uConn, Class[] types) in getContent() argument59 Object content = getContent(uConn); in getContent()
57 public Object getContent(URLConnection uConn) throws IOException { in getContent() argument
791 URLConnection uConn = u.openConnection(); in test_openConnection() local792 assertNotNull("u.openConnection() returns null", uConn); in test_openConnection()