Exemplo n.º 1
0
 @Override
 public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception {
   httpClientResponseHandler.handleResponse(ctx, msg);
 }