Home
last modified time | relevance | path

Searched refs:httpsConfig (Results 1 – 1 of 1) sorted by relevance

/external/jsoup/src/test/java/org/jsoup/integration/
DTestServer.java166 HttpConfiguration httpsConfig = new HttpConfiguration(httpConfig); in addHttpsConnector() local
167 httpsConfig.addCustomizer(new SecureRequestCustomizer()); in addHttpsConnector()
172 new HttpConnectionFactory(httpsConfig)); in addHttpsConnector()