Home
last modified time | relevance | path

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

/external/cronet/components/cronet/android/test/src/org/chromium/net/
DHttp2TestServer.java234 public void initChannel(SocketChannel ch) { in initChannel() method in Http2TestServer.Http2ServerInitializer
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyHandlerTestBase.java114 protected final void initChannel(Http2HeadersDecoder headersDecoder) throws Exception { in initChannel() method in NettyHandlerTestBase