Home
last modified time | relevance | path

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

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DNettyHttpClient.java135 class HttpChannel extends SimpleChannelInboundHandler<HttpObject> { class in NettyHttpClient
141 public HttpChannel(SocketChannel channel) { in HttpChannel() method in NettyHttpClient.HttpChannel