ByteBuf |
ByteBuf.add(byte value) |
ByteBuf |
ByteBuf.add(byte[] array) |
ByteBuf |
ByteBuf.add(byte[] array,
int length) |
ByteBuf |
ByteBuf.add(byte[] array,
int offset,
int length) |
ByteBuf |
ByteBuf.add(char value) |
ByteBuf |
ByteBuf.add(double value) |
ByteBuf |
ByteBuf.add(float value) |
ByteBuf |
ByteBuf.add(int value) |
ByteBuf |
ByteBuf.add(long value) |
ByteBuf |
ByteBuf.add(short value) |
ByteBuf |
ByteBuf.add(String str) |
ByteBuf |
ByteBuf.addByte(int value) |
ByteBuf |
ByteBuf.addJSONEncodedByteArray(byte[] value) |
ByteBuf |
ByteBuf.addJSONEncodedString(String value) |
ByteBuf |
ByteBuf.addUnsignedInt(long value) |
ByteBuf |
ByteBuf.addUrlEncoded(String key) |
ByteBuf |
ByteBuf.addUrlEncodedByteArray(byte[] value) |
static ByteBuf |
ByteBuf.create(byte[] buffer) |
static ByteBuf |
ByteBuf.create(int capacity) |
static ByteBuf |
ByteBuf.createExact(int capacity) |