Home
last modified time | relevance | path

Searched defs:Http2ServerInitializer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/android/test/src/org/chromium/net/
H A DHttp2TestServer.java244 private static class Http2ServerInitializer extends ChannelInitializer<SocketChannel> { class in Http2TestServer
248 public Http2ServerInitializer(SslContext sslCtx, CountDownLatch hangingUrlLatch) { in Http2ServerInitializer() method in Http2TestServer.Http2ServerInitializer