Interface BufferAllocator
-
public interface BufferAllocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.buffer.ByteBufallocateBuffer()io.netty.buffer.ByteBufallocateBuffer(boolean direct)io.netty.buffer.ByteBufallocateBuffer(boolean direct, int bufferSize)io.netty.buffer.ByteBufallocateBuffer(int bufferSize)intgetBufferSize()
-
-
-
Method Detail
-
allocateBuffer
io.netty.buffer.ByteBuf allocateBuffer()
-
allocateBuffer
io.netty.buffer.ByteBuf allocateBuffer(boolean direct)
-
allocateBuffer
io.netty.buffer.ByteBuf allocateBuffer(int bufferSize)
-
allocateBuffer
io.netty.buffer.ByteBuf allocateBuffer(boolean direct, int bufferSize)
-
getBufferSize
int getBufferSize()
-
-