Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBufferPool.demand(int capacity) |
ByteBuffer |
ByteBufferPool.demandAndClean(int capacity) |
Modifier and Type | Method and Description |
---|---|
void |
ByteBufferPool.release(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
int |
SocketTransport.read(ByteBuffer buffer) |
int |
NIOSocketTransport.read(ByteBuffer buffer) |
int |
Transport.read(ByteBuffer buffer) |
int |
SocketTransport.read(ByteBuffer buffer,
int offset,
int length) |
int |
NIOSocketTransport.read(ByteBuffer buffer,
int offset,
int length) |
int |
Transport.read(ByteBuffer buffer,
int offset,
int length) |
int |
SocketTransport.write(ByteBuffer buffer) |
int |
NIOSocketTransport.write(ByteBuffer buffer) |
int |
Transport.write(ByteBuffer message) |
int |
SocketTransport.write(ByteBuffer buffer,
int offset,
int length) |
int |
NIOSocketTransport.write(ByteBuffer buffer,
int offset,
int length) |
int |
Transport.write(ByteBuffer message,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
ClientTransport.read(ByteBuffer buffer) |
int |
ClientTransport.read(ByteBuffer buffer,
int offset,
int length) |
int |
ClientTransport.write(ByteBuffer buffer) |
int |
ClientTransport.write(ByteBuffer buffer,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
UDPTransport.read(ByteBuffer buffer) |
int |
UDPTransport.read(ByteBuffer buffer,
int offset,
int length) |
int |
UDPTransport.write(ByteBuffer buffer) |
int |
UDPTransport.write(ByteBuffer buffer,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.add(byte b)
Adds byte to buffer.
|
ByteBuffer |
ByteBuffer.add(byte[] array)
Appends the array argument to internal buffer.
|
ByteBuffer |
ByteBuffer.add(byte[] array,
int start,
int len)
Appends the array argument to internal buffer.
|
ByteBuffer |
ByteBuffer.add(ByteBuffer buffer) |
ByteBuffer |
ByteBuffer.add(ByteBuffer buffer) |
ByteBuffer |
ByteBuffer.add(char b)
Adds char to buffer.
|
ByteBuffer |
ByteBuffer.add(String s) |
ByteBuffer |
ByteBuffer.addLikeString(long value) |
static ByteBuffer |
ByteBuffer.demand(int size) |
ByteBuffer |
ByteBuffer.flip() |
ByteBuffer |
ByteBuffer.get(byte[] dst) |
ByteBuffer |
ByteBuffer.get(byte[] dst,
int offset,
int length) |
ByteBuffer |
ByteBuffer.limit(int limit) |
ByteBuffer |
ByteBuffer.position(int position) |
ByteBuffer |
ByteBuffer.put(byte b) |
ByteBuffer |
ByteBuffer.put(byte[] src) |
ByteBuffer |
ByteBuffer.put(byte[] src,
int offset,
int length) |
ByteBuffer |
ByteBuffer.put(int index,
byte b) |
ByteBuffer |
ByteBuffer.put(String s) |
ByteBuffer |
ByteBuffer.putChar(char value) |
ByteBuffer |
ByteBuffer.putChar(int index,
char value) |
ByteBuffer |
ByteBuffer.putDouble(double value) |
ByteBuffer |
ByteBuffer.putDouble(int index,
double value) |
ByteBuffer |
ByteBuffer.putInAll(int start,
int end,
byte value) |
ByteBuffer |
ByteBuffer.putInt(int value) |
ByteBuffer |
ByteBuffer.putInt(int index,
int value) |
ByteBuffer |
ByteBuffer.putLong(int index,
long value) |
ByteBuffer |
ByteBuffer.putLong(long value) |
static ByteBuffer |
ByteBuffer.wrapBuffer(byte[] buffer) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.add(ByteBuffer buffer) |
static void |
ByteBuffer.release(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
IndexedStorage.getTagValueAtIndex(int index,
ByteBuffer destination) |
Modifier and Type | Field and Description |
---|---|
protected ByteBuffer[] |
PerFieldMessageStorage.perFieldStorage |
Modifier and Type | Method and Description |
---|---|
protected abstract ByteBuffer |
ByteBufferStorage.getByteBuffer(int tagIndex) |
protected ByteBuffer |
PerFieldMessageStorage.getByteBuffer(int tagIndex) |
protected ByteBuffer |
ArenaMessageStorage.getByteBuffer(int tagIndex) |
protected ByteBuffer |
PerFieldMessageStorage.newPerFieldStorage() |
Modifier and Type | Method and Description |
---|---|
void |
FIXMessageFactory.serialize(FIXFieldList content,
ChangesType changesType,
ByteBuffer buffer,
SerializationContext context)
Build message based on a type and content.
|
void |
FIXMessageFactory.serialize(MsgBuf buf,
String msgType,
FIXFieldList content,
ByteBuffer buffer,
SerializationContext context)
Build message based on a type and content.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractFIXSession.ConsumingControlTransportWrapper.write(ByteBuffer buf,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
FIXFieldListWithType.getBytes(ByteBuffer buffer)
Serialize instance to byte array.
|
Modifier and Type | Field and Description |
---|---|
protected ByteBuffer |
MMFPersistentInMemoryQueue.buffer |
Modifier and Type | Method and Description |
---|---|
void |
Queueable.getBytes(ByteBuffer buffer)
The
getBytes method is responsible for
write object to buffer of bytes. |
Modifier and Type | Method and Description |
---|---|
int |
FIXTransport.write(ByteBuffer buf,
int offset,
int length) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.