Searched refs:NettyBufferAllocator (Results 1 – 2 of 2) sorted by relevance
26 final class NettyBufferAllocator extends BufferAllocator { class28 private static final NettyBufferAllocator instance = new NettyBufferAllocator();30 static NettyBufferAllocator getInstance() { in getInstance()34 private NettyBufferAllocator() {} in NettyBufferAllocator() method in NettyBufferAllocator
120 Conscrypt.setBufferAllocator(engine, NettyBufferAllocator.getInstance()); in newClientEngine()130 Conscrypt.setBufferAllocator(engine, NettyBufferAllocator.getInstance()); in newServerEngine()