Searched refs:httpsConnection (Results 1 – 2 of 2) sorted by relevance
199 HttpsURLConnection httpsConnection = (HttpsURLConnection) connection; in createDefaultConnection() local202 httpsConnection.setHostnameVerifier(NoOpHostNameVerifier.INSTANCE); in createDefaultConnection()204 httpsConnection.setSSLSocketFactory(socketFactory); in createDefaultConnection()
555 HttpsURLConnection httpsConnection = (HttpsURLConnection) client.open(server.getUrl("/foo")); in inspectHandshakeThroughoutRequestLifecycle() local559 httpsConnection.getCipherSuite(); in inspectHandshakeThroughoutRequestLifecycle()565 httpsConnection.connect(); in inspectHandshakeThroughoutRequestLifecycle()566 assertNotNull(httpsConnection.getCipherSuite()); in inspectHandshakeThroughoutRequestLifecycle()569 assertContent("", httpsConnection); in inspectHandshakeThroughoutRequestLifecycle()570 assertNotNull(httpsConnection.getCipherSuite()); in inspectHandshakeThroughoutRequestLifecycle()573 httpsConnection.disconnect(); in inspectHandshakeThroughoutRequestLifecycle()574 assertNotNull(httpsConnection.getCipherSuite()); in inspectHandshakeThroughoutRequestLifecycle()