Home
last modified time | relevance | path

Searched refs:channelInactive (Results 1 – 6 of 6) 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
169 super.channelInactive(ctx); in channelInactive()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DProtocolNegotiators.java258 public void channelInactive(ChannelHandlerContext ctx) throws Exception {
260 super.channelInactive(ctx);
517 public void channelInactive(ChannelHandlerContext ctx) throws Exception {
519 super.channelInactive(ctx);
DNettyClientHandler.java396 public void channelInactive(ChannelHandlerContext ctx) throws Exception { in channelInactive() method in NettyClientHandler
420 super.channelInactive(ctx); in channelInactive()
DNettyServerHandler.java533 public void channelInactive(ChannelHandlerContext ctx) throws Exception { in channelInactive() method in NettyServerHandler
558 super.channelInactive(ctx); in channelInactive()
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientHandlerTest.java476 handler().channelInactive(ctx()); in channelShutdownShouldCancelBufferedStreams()
487 handler().channelInactive(ctx()); in channelShutdownShouldFailInFlightStreams()
606 handler().channelInactive(ctx()); in ping_failsWhenChannelCloses()
DNettyServerHandlerTest.java359 handler().channelInactive(ctx()); in channelInactiveShouldCloseStreams()
565 handler().channelInactive(handler().ctx()); in keepAliveManagerOnTransportTermination()