JavaScript is disabled on your browser.
netty-xnio-transport 0.1.1.Final
java.lang.Object
io.netty.buffer.AbstractByteBufAllocator
org.xnio.netty.buffer.XnioByteBufAllocator
All Implemented Interfaces:
io.netty.buffer.ByteBufAllocator
public final class XnioByteBufAllocator
extends io.netty.buffer.AbstractByteBufAllocator
ByteBufAllocator
which wraps an existing ByteBufferSlicePool
and use it to allocate direct
ByteBuf
. If the requested ByteBuf
is to big it will be allocated directly and not pooled at all.
Author:
Norman Maurer
Field Summary
Fields inherited from interface io.netty.buffer.ByteBufAllocator
DEFAULT
Method Summary
Methods inherited from class io.netty.buffer.AbstractByteBufAllocator
buffer, buffer, buffer, compositeBuffer, compositeBuffer, compositeDirectBuffer, compositeDirectBuffer, compositeHeapBuffer, compositeHeapBuffer, directBuffer, directBuffer, directBuffer, heapBuffer, heapBuffer, heapBuffer, ioBuffer, ioBuffer, ioBuffer, toLeakAwareBuffer, toLeakAwareBuffer, toString
netty-xnio-transport 0.1.1.Final
Copyright © 2013–2017 JBoss, a division of Red Hat . All rights reserved.