Home
last modified time | relevance | path

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

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