Searched refs:httpProbe (Results 1 – 1 of 1) sorted by relevance
3515 final ProbeThread httpProbe = new ProbeThread(latch, properties, proxy, httpUrl, in sendHttpAndHttpsParallelWithFallbackProbes() local3520 httpProbe.start(); in sendHttpAndHttpsParallelWithFallbackProbes()3528 final CaptivePortalProbeResult httpResult = httpProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()3532 reportProbeResult(httpProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3564 httpProbe.join(); in sendHttpAndHttpsParallelWithFallbackProbes()3565 reportProbeResult(httpProbe.result()); in sendHttpAndHttpsParallelWithFallbackProbes()3567 if (httpProbe.result().isPortal()) { in sendHttpAndHttpsParallelWithFallbackProbes()3568 return httpProbe.result(); in sendHttpAndHttpsParallelWithFallbackProbes()3574 if (httpsProbe.result().isFailed() && httpProbe.result().isSuccessful()) { in sendHttpAndHttpsParallelWithFallbackProbes()