Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/cronet/android/test/src/org/chromium/net/
H A DHttp2TestServer.java167 Http2TestServerRunnable http2TestServerRunnable = in startHttp2TestServer()
168 new Http2TestServerRunnable( in startHttp2TestServer()
181 private static class Http2TestServerRunnable implements Callable<Boolean> { class in Http2TestServer
185 Http2TestServerRunnable(File certFile, File keyFile, CountDownLatch hangingUrlLatch) in Http2TestServerRunnable() method in Http2TestServer.Http2TestServerRunnable