| Modifier and Type | Method and Description |
|---|---|
static QpidByteBuffer |
QpidByteBuffer.allocate(boolean direct,
int size) |
static QpidByteBuffer |
QpidByteBuffer.allocate(int size) |
static QpidByteBuffer |
QpidByteBuffer.allocateDirect(int size) |
QpidByteBuffer |
QpidByteBuffer.asReadOnlyBuffer() |
QpidByteBuffer |
QpidByteBuffer.clear() |
QpidByteBuffer |
QpidByteBuffer.compact() |
QpidByteBuffer |
QpidByteBuffer.duplicate() |
QpidByteBuffer |
QpidByteBuffer.flip() |
QpidByteBuffer |
QpidByteBuffer.get(byte[] dst) |
QpidByteBuffer |
QpidByteBuffer.get(byte[] dst,
int offset,
int length) |
QpidByteBuffer |
QpidByteBuffer.get(ByteBuffer dst) |
static QpidByteBuffer |
QpidByteBuffer.getCachedThreadLocalBuffer()
Not for general use!
Used to clear threadlocal buffer when shutting down thread pools.
|
QpidByteBuffer |
QpidByteBuffer.limit(int newLimit) |
QpidByteBuffer |
QpidByteBuffer.mark() |
QpidByteBuffer |
QpidByteBuffer.position(int newPosition) |
QpidByteBuffer |
QpidByteBuffer.put(byte b) |
QpidByteBuffer |
QpidByteBuffer.put(byte[] src) |
QpidByteBuffer |
QpidByteBuffer.put(byte[] src,
int offset,
int length) |
QpidByteBuffer |
QpidByteBuffer.put(ByteBuffer src) |
QpidByteBuffer |
QpidByteBuffer.put(int index,
byte b) |
QpidByteBuffer |
QpidByteBuffer.put(QpidByteBuffer src) |
QpidByteBuffer |
QpidByteBuffer.putChar(char value) |
QpidByteBuffer |
QpidByteBuffer.putChar(int index,
char value) |
QpidByteBuffer |
QpidByteBuffer.putDouble(double value) |
QpidByteBuffer |
QpidByteBuffer.putDouble(int index,
double value) |
QpidByteBuffer |
QpidByteBuffer.putFloat(float value) |
QpidByteBuffer |
QpidByteBuffer.putFloat(int index,
float value) |
QpidByteBuffer |
QpidByteBuffer.putInt(int value) |
QpidByteBuffer |
QpidByteBuffer.putInt(int index,
int value) |
QpidByteBuffer |
QpidByteBuffer.putLong(int index,
long value) |
QpidByteBuffer |
QpidByteBuffer.putLong(long value) |
QpidByteBuffer |
QpidByteBuffer.putShort(int index,
short value) |
QpidByteBuffer |
QpidByteBuffer.putShort(short value) |
QpidByteBuffer |
QpidByteBuffer.reset() |
QpidByteBuffer |
QpidByteBuffer.rewind() |
QpidByteBuffer |
QpidByteBuffer.slice() |
QpidByteBuffer |
QpidByteBuffer.view(int offset,
int length) |
static QpidByteBuffer |
QpidByteBuffer.wrap(byte[] data) |
static QpidByteBuffer |
QpidByteBuffer.wrap(byte[] data,
int offset,
int length) |
static QpidByteBuffer |
QpidByteBuffer.wrap(ByteBuffer wrap) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<QpidByteBuffer> |
QpidByteBuffer.allocateDirectCollection(int size) |
static Collection<QpidByteBuffer> |
QpidByteBuffer.deflate(Collection<QpidByteBuffer> uncompressedBuffers) |
Collection<QpidByteBuffer> |
QpidByteBufferOutputStream.fetchAccumulatedBuffers() |
static Collection<QpidByteBuffer> |
QpidByteBuffer.inflate(Collection<QpidByteBuffer> compressedBuffers) |
| Modifier and Type | Method and Description |
|---|---|
SSLEngineResult |
QpidByteBuffer.decryptSSL(SSLEngine engine,
QpidByteBuffer dest) |
static SSLEngineResult |
QpidByteBuffer.encryptSSL(SSLEngine engine,
Collection<QpidByteBuffer> buffers,
QpidByteBuffer dest) |
QpidByteBuffer |
QpidByteBuffer.put(QpidByteBuffer src) |
void |
QpidByteBuffer.putCopyOf(QpidByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<QpidByteBuffer> |
QpidByteBuffer.deflate(Collection<QpidByteBuffer> uncompressedBuffers) |
static SSLEngineResult |
QpidByteBuffer.encryptSSL(SSLEngine engine,
Collection<QpidByteBuffer> buffers,
QpidByteBuffer dest) |
static Collection<QpidByteBuffer> |
QpidByteBuffer.inflate(Collection<QpidByteBuffer> compressedBuffers) |
static long |
QpidByteBuffer.write(GatheringByteChannel channel,
Collection<QpidByteBuffer> buffers) |
| Constructor and Description |
|---|
QpidByteBufferInputStream(Collection<QpidByteBuffer> buffers) |
| Modifier and Type | Method and Description |
|---|---|
QpidByteBuffer |
MarkableDataInput.readAsByteBuffer(int len) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDecoder.decodeBuffer(QpidByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
QpidByteBuffer |
ContentBody.getPayload() |
QpidByteBuffer |
ByteBufferListDataInput.readAsByteBuffer(int len) |
QpidByteBuffer |
ByteBufferDataInput.readAsByteBuffer(int len) |
QpidByteBuffer |
ByteArrayDataInput.readAsByteBuffer(int len) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelMethodProcessor.receiveMessageContent(QpidByteBuffer data) |
long |
ContentHeaderBody.writePayload(QpidByteBuffer buf) |
long |
BasicContentHeaderProperties.writePropertyListPayload(QpidByteBuffer buffer) |
static void |
EncodingUtils.writeShortStringBytes(QpidByteBuffer buffer,
AMQShortString s) |
void |
AMQShortString.writeToBuffer(QpidByteBuffer buffer) |
static void |
EncodingUtils.writeUnsignedInteger(QpidByteBuffer buffer,
long l) |
static void |
EncodingUtils.writeUnsignedShort(QpidByteBuffer buffer,
int s) |
| Constructor and Description |
|---|
ContentBody(QpidByteBuffer payload) |
FieldTable(QpidByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
QpidByteBuffer |
ProtocolHeader.toByteBuffer() |
| Modifier and Type | Method and Description |
|---|---|
Collection<QpidByteBuffer> |
Method.getBody() |
Collection<QpidByteBuffer> |
MessageTransfer.getBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteBufferSender.send(QpidByteBuffer msg) |
| Modifier and Type | Method and Description |
|---|---|
MessageTransfer |
MessageTransfer.body(List<QpidByteBuffer> body) |
void |
Method.setBody(Collection<QpidByteBuffer> body) |
void |
MessageTransfer.setBody(Collection<QpidByteBuffer> body) |
| Constructor and Description |
|---|
MessageTransfer(String destination,
MessageAcceptMode acceptMode,
MessageAcquireMode acquireMode,
Header header,
Collection<QpidByteBuffer> body,
Option... _options) |
| Modifier and Type | Method and Description |
|---|---|
void |
IoSender.send(QpidByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
void |
SASLSender.send(QpidByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
void |
SSLSender.send(QpidByteBuffer appData) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Functions.hex(QpidByteBuffer bytes,
int limit) |
static String |
Functions.hex(QpidByteBuffer bytes,
int limit,
CharSequence separator) |
static String |
Functions.str(QpidByteBuffer buf) |
static String |
Functions.str(QpidByteBuffer buf,
int limit) |
static String |
Functions.str(QpidByteBuffer buf,
int limit,
int start) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Functions.str(Collection<QpidByteBuffer> buf,
int limit) |
static String |
Functions.str(Collection<QpidByteBuffer> buf,
int limit,
int start) |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
ByteBufferUtils.combine(Collection<QpidByteBuffer> bufs) |
static int |
ByteBufferUtils.remaining(Collection<QpidByteBuffer> bufs) |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.