Uses of Class
com.epam.common.utils.ByteBuffer
Packages that use ByteBuffer
Package
Description
-
Uses of ByteBuffer in com.epam.common.pool
Methods in com.epam.common.pool that return ByteBufferModifier and TypeMethodDescriptionByteBufferPool.demand
(int capacity) ByteBufferPool.demandAndClean
(int capacity) Methods in com.epam.common.pool with parameters of type ByteBuffer -
Uses of ByteBuffer in com.epam.common.transport
Methods in com.epam.common.transport with parameters of type ByteBufferModifier and TypeMethodDescriptionfinal int
NIOSocketTransport.read
(ByteBuffer buffer) final int
NIOSocketTransport.read
(ByteBuffer buffer, int offset, int length) int
SocketTransport.read
(ByteBuffer buffer) int
SocketTransport.read
(ByteBuffer buffer, int offset, int length) int
Transport.read
(ByteBuffer buffer) int
Transport.read
(ByteBuffer buffer, int offset, int length) int
NIOSocketTransport.write
(ByteBuffer buffer) final int
NIOSocketTransport.write
(ByteBuffer buffer, int offset, int length) int
SocketTransport.write
(ByteBuffer buffer) int
SocketTransport.write
(ByteBuffer buffer, int offset, int length) int
Transport.write
(ByteBuffer message) int
Transport.write
(ByteBuffer message, int offset, int length) -
Uses of ByteBuffer in com.epam.common.transport.client
Methods in com.epam.common.transport.client with parameters of type ByteBufferModifier and TypeMethodDescriptionint
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) -
Uses of ByteBuffer in com.epam.common.transport.client.udp
Methods in com.epam.common.transport.client.udp with parameters of type ByteBufferModifier and TypeMethodDescriptionint
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) -
Uses of ByteBuffer in com.epam.common.utils
Methods in com.epam.common.utils that return ByteBufferModifier and TypeMethodDescriptionByteBuffer.add
(byte b) Adds byte to buffer.ByteBuffer.add
(byte[] array) Appends the array argument to internal buffer.ByteBuffer.add
(byte[] array, int start, int len) Appends the array argument to internal buffer.ByteBuffer.add
(char b) Adds char to buffer.ByteBuffer.add
(ByteBuffer buffer) ByteBuffer.add
(ByteBuffer buffer) ByteBuffer.addLikeString
(long value) static ByteBuffer
ByteBuffer.demand
(int size) ByteBuffer.flip()
ByteBuffer.get
(byte[] dst) ByteBuffer.get
(byte[] dst, int offset, int length) ByteBuffer.limit
(int limit) ByteBuffer.position
(int position) ByteBuffer.put
(byte b) ByteBuffer.put
(byte[] src) ByteBuffer.put
(byte[] src, int offset, int length) ByteBuffer.put
(int index, byte b) ByteBuffer.putChar
(char value) ByteBuffer.putChar
(int index, char value) ByteBuffer.putDouble
(double value) ByteBuffer.putDouble
(int index, double value) ByteBuffer.putInAll
(int start, int end, byte value) ByteBuffer.putInt
(int value) ByteBuffer.putInt
(int index, int value) ByteBuffer.putLong
(int index, long value) ByteBuffer.putLong
(long value) static ByteBuffer
ByteBuffer.wrapBuffer
(byte[] buffer) Methods in com.epam.common.utils with parameters of type ByteBufferModifier and TypeMethodDescriptionByteBuffer.add
(ByteBuffer buffer) static void
ByteBuffer.release
(ByteBuffer buffer) -
Uses of ByteBuffer in com.epam.fix.message
Methods in com.epam.fix.message with parameters of type ByteBufferModifier and TypeMethodDescriptionfinal void
IndexedStorage.getTagValueAtIndex
(int index, ByteBuffer destination) -
Uses of ByteBuffer in com.epam.fix.message.storage
Fields in com.epam.fix.message.storage declared as ByteBufferMethods in com.epam.fix.message.storage that return ByteBufferModifier and TypeMethodDescriptionprotected ByteBuffer
ArenaMessageStorage.getByteBuffer
(int tagIndex) protected abstract ByteBuffer
ByteBufferStorage.getByteBuffer
(int tagIndex) protected ByteBuffer
PerFieldMessageStorage.getByteBuffer
(int tagIndex) protected ByteBuffer
PerFieldMessageStorage.newPerFieldStorage()
-
Uses of ByteBuffer in com.epam.fixengine
Methods in com.epam.fixengine with parameters of type ByteBufferModifier and TypeMethodDescriptionvoid
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. -
Uses of ByteBuffer in com.epam.fixengine.session
Methods in com.epam.fixengine.session with parameters of type ByteBufferModifier and TypeMethodDescriptionint
AbstractFIXSession.ConsumingControlTransportWrapper.write
(ByteBuffer buf, int offset, int length) -
Uses of ByteBuffer in com.epam.fixengine.session.util
Methods in com.epam.fixengine.session.util with parameters of type ByteBufferModifier and TypeMethodDescriptionvoid
FIXFieldListWithType.getBytes
(ByteBuffer buffer) Serialize instance to byte array. -
Uses of ByteBuffer in com.epam.fixengine.storage.queue
Fields in com.epam.fixengine.storage.queue declared as ByteBufferMethods in com.epam.fixengine.storage.queue with parameters of type ByteBufferModifier and TypeMethodDescriptionvoid
Queueable.getBytes
(ByteBuffer buffer) ThegetBytes
method is responsible for write object to buffer of bytes. -
Uses of ByteBuffer in com.epam.fixengine.transport
Methods in com.epam.fixengine.transport with parameters of type ByteBuffer