Searched refs:Http2ServerInitializer (Results 1 – 1 of 1) sorted by relevance
223 .childHandler(new Http2ServerInitializer(mSslCtx, mHangingUrlLatch)); in call()244 private static class Http2ServerInitializer extends ChannelInitializer<SocketChannel> { class in Http2TestServer248 public Http2ServerInitializer(SslContext sslCtx, CountDownLatch hangingUrlLatch) { in Http2ServerInitializer() method in Http2TestServer.Http2ServerInitializer