public interface ApplicationBufferHandler
Modifier and Type | Field and Description |
---|---|
static ApplicationBufferHandler |
EMPTY |
static ByteBuffer |
EMPTY_BUFFER |
Modifier and Type | Method and Description |
---|---|
void |
expand(int size) |
ByteBuffer |
getByteBuffer() |
void |
setByteBuffer(ByteBuffer buffer) |
static final ByteBuffer EMPTY_BUFFER
static final ApplicationBufferHandler EMPTY
void setByteBuffer(ByteBuffer buffer)
ByteBuffer getByteBuffer()
void expand(int size)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.