@Override
 public void handlerAdded(ChannelHandlerContext ctx) throws Exception {
   this.channelBuffer = Unpooled.directBuffer(bufferedCapacity);
   super.handlerAdded(ctx);
 }