List of usage examples for io.netty.channel CoalescingBufferQueue CoalescingBufferQueue
public CoalescingBufferQueue(Channel channel)
From source file:org.apache.hadoop.hbase.security.CryptoAESWrapHandler.java
License:Apache License
@Override public void handlerAdded(ChannelHandlerContext ctx) throws Exception { queue = new CoalescingBufferQueue(ctx.channel()); }