HomeSort by relevance Sort by last modified time
    Searched full:netty (Results 1 - 3 of 3) sorted by null

  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 20 import io.netty.bootstrap.Bootstrap;
21 import io.netty.buffer.ByteBuf;
22 import io.netty.buffer.PooledByteBufAllocator;
23 import io.netty.channel.Channel;
24 import io.netty.channel.ChannelHandlerContext;
25 import io.netty.channel.ChannelInitializer;
26 import io.netty.channel.ChannelOption;
27 import io.netty.channel.ChannelPipeline;
28 import io.netty.channel.SimpleChannelInboundHandler;
29 import io.netty.channel.nio.NioEventLoopGroup
    [all...]
Client.java 43 Netty {
  /external/okhttp/benchmarks/
pom.xml 51 <groupId>io.netty</groupId>
52 <artifactId>netty-transport</artifactId>
56 <groupId>io.netty</groupId>
57 <artifactId>netty-handler</artifactId>
61 <groupId>io.netty</groupId>
62 <artifactId>netty-codec-http</artifactId>
65 <!-- Netty needs this if gzip is enabled. -->

Completed in 48 milliseconds