(ChannelHandlerContext ctx, ChannelStateEvent e)
| 28 | } |
| 29 | |
| 30 | @Override |
| 31 | public void channelConnected(ChannelHandlerContext ctx, ChannelStateEvent e) |
| 32 | throws Exception { |
| 33 | System.out.println("channelConnected tid=" + Thread.currentThread().getId() + " " + id); |
| 34 | } |
| 35 | |
| 36 | @Override |
| 37 | public void channelDisconnected(ChannelHandlerContext ctx, ChannelStateEvent e) |
nothing calls this directly
no outgoing calls
no test coverage detected