| Modifier and Type | Method and Description |
|---|---|
void |
Symbol.writeTo(WritableBuffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeWritableBuffer |
class |
DroppingWritableBuffer |
static class |
WritableBuffer.ByteBufferWrapper |
| Modifier and Type | Method and Description |
|---|---|
WritableBuffer |
EncoderImpl.getBuffer() |
| Modifier and Type | Method and Description |
|---|---|
CompositeReadableBuffer |
CompositeReadableBuffer.get(WritableBuffer target) |
ReadableBuffer |
ReadableBuffer.get(WritableBuffer target)
Copy data from this buffer to the target buffer starting from the current
position and continuing until either this buffer's remaining bytes are
consumed or the target is full.
|
ReadableBuffer |
ReadableBuffer.ByteBufferReader.get(WritableBuffer target) |
void |
EncoderImpl.setByteBuffer(WritableBuffer buf) |
| Constructor and Description |
|---|
CompositeWritableBuffer(WritableBuffer first,
WritableBuffer second) |
| Modifier and Type | Method and Description |
|---|---|
int |
Receiver.recv(WritableBuffer buffer)
Receive message data for the current delivery.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ReceiverImpl.recv(WritableBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
ProtonJMessage.encode(WritableBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
MessageImpl.encode(WritableBuffer buffer) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.