Searched defs:con (Results 1 – 8 of 8) sorted by relevance
73 HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/")); in test_getCipherSuite() local89 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getLocalCertificates() local111 HttpsURLConnection con = new MyHttpsURLConnection( in test_getHostnameVerifier() local131 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getLocalPrincipal() local148 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getPeerPrincipal() local172 … HttpsURLConnection con = new MyHttpsURLConnection(new URL("https://www.fortify.net/"), "X.508"); in test_getServerCertificates() local208 HttpsURLConnection con = new MyHttpsURLConnection(null); in test_setHostnameVerifier() local236 HttpsURLConnection con = new MyHttpsURLConnection(null); in test_setSSLSocketFactory() local
55 public ConnectionEvent(PooledConnection con) { in ConnectionEvent()68 public ConnectionEvent(PooledConnection con, SQLException ex) { in ConnectionEvent()
61 public StatementEvent(PooledConnection con, in StatementEvent()84 public StatementEvent(PooledConnection con, in StatementEvent()
223 HttpURLConnection con = (HttpURLConnection)url.openConnection(); in check() local
580 Connection con = aDriver.driver.connect(url, info); in getConnection() local
608 URLConnection con = arg0.openConnection(); in openConnection() local639 URLConnection con = arg0.openConnection(); in openConnection() local
1634 Constructor<?> con = clazz.getConstructor(empty); in newInstance() local1705 Constructor<?> con = clazz.getConstructor(empty); in newInstanceGeneric() local
430 Connection con = meta.getConnection(); in test_getConnection() local