Searched refs:openConnection (Results 1 – 16 of 16) sorted by relevance
81 mSqlExec.openConnection(); in initialize()91 mSqlExec.openConnection(); in summary()
82 public boolean openConnection() { in openConnection() method in SQLExecution
575 java.net.URLConnection con = url.openConnection(); in getFromClassPath()876 java.net.URLConnection con = url.openConnection(); in getScenarioFromClassPath()
149 java.net.URLConnection connection = url.openConnection(); in getProperties()
87 HttpURLConnection connection = (HttpURLConnection) new URL(url).openConnection(); in upload()
946 URLConnection urlConnection = url.toURL().openConnection(); in download()
233 int l = url.openConnection().getContentLength(); in getFileLength()
101 jarConnection = (JarURLConnection)url.openConnection(); in ConverterInfoReader()
74 public URLConnection openConnection(URL u) throws IOException { in openConnection() method in UCBStreamHandler
348 fos = scriptURL.openConnection().getOutputStream(); in saveTextArea()
223 (java.net.JarURLConnection)url.openConnection(); in getPropertyValues()
84 (JarURLConnection) jarurl.openConnection(); in main()
196 URLConnection connection = url.openConnection(); in getCSVFileContent()
416 final URLConnection urlConnection = url.openConnection(); in produceFromURL()
270 URLConnection c = uStyle.openConnection(); in start()
467 + os = scriptUrl.openConnection().getOutputStream();
Completed in 65 milliseconds