Searched refs:channelActive (Results 1 – 4 of 4) sorted by relevance
118 public void channelActive(ChannelHandlerContext ctx) throws Exception { in channelActive() method in TsiHandshakeHandler120 super.channelActive(ctx); in channelActive()
69 public void channelActive(ChannelHandlerContext ctx) throws Exception { in channelActive() method in AbstractNettyHandler71 super.channelActive(ctx); in channelActive()
696 public void channelActive(ChannelHandlerContext ctx) throws Exception {705 super.channelActive(ctx);728 public void channelActive(ChannelHandlerContext ctx) throws Exception {734 super.channelActive(ctx);
342 Mockito.verify(mockHandler).channelActive(contextCaptor.capture()); in httpProxy_completes()406 Mockito.verify(mockHandler).channelActive(contextCaptor.capture()); in httpProxy_500()