Home
last modified time | relevance | path

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

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DNettyHttpClient.java168 @Override public void channelInactive(ChannelHandlerContext ctx) throws Exception { in channelInactive() method in NettyHttpClient.HttpChannel
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientHandler.java396 public void channelInactive(ChannelHandlerContext ctx) throws Exception { in channelInactive() method in NettyClientHandler
DNettyServerHandler.java533 public void channelInactive(ChannelHandlerContext ctx) throws Exception { in channelInactive() method in NettyServerHandler