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 intNIOSocketTransport.read(ByteBuffer buffer) final intNIOSocketTransport.read(ByteBuffer buffer, int offset, int length) intSocketTransport.read(ByteBuffer buffer) intSocketTransport.read(ByteBuffer buffer, int offset, int length) intTransport.read(ByteBuffer buffer) intTransport.read(ByteBuffer buffer, int offset, int length) intNIOSocketTransport.write(ByteBuffer buffer) final intNIOSocketTransport.write(ByteBuffer buffer, int offset, int length) intSocketTransport.write(ByteBuffer buffer) intSocketTransport.write(ByteBuffer buffer, int offset, int length) intTransport.write(ByteBuffer message) intTransport.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 TypeMethodDescriptionintClientTransport.read(ByteBuffer buffer) intClientTransport.read(ByteBuffer buffer, int offset, int length) intClientTransport.write(ByteBuffer buffer) intClientTransport.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 TypeMethodDescriptionintUDPTransport.read(ByteBuffer buffer) intUDPTransport.read(ByteBuffer buffer, int offset, int length) intUDPTransport.write(ByteBuffer buffer) intUDPTransport.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 ByteBufferByteBuffer.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 ByteBufferByteBuffer.wrapBuffer(byte[] buffer) Methods in com.epam.common.utils with parameters of type ByteBufferModifier and TypeMethodDescriptionByteBuffer.add(ByteBuffer buffer) static voidByteBuffer.release(ByteBuffer buffer) -
Uses of ByteBuffer in com.epam.fix.message
Methods in com.epam.fix.message with parameters of type ByteBufferModifier and TypeMethodDescriptionfinal voidIndexedStorage.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 ByteBufferArenaMessageStorage.getByteBuffer(int tagIndex) protected abstract ByteBufferByteBufferStorage.getByteBuffer(int tagIndex) protected ByteBufferPerFieldMessageStorage.getByteBuffer(int tagIndex) protected ByteBufferPerFieldMessageStorage.newPerFieldStorage() -
Uses of ByteBuffer in com.epam.fixengine
Methods in com.epam.fixengine with parameters of type ByteBufferModifier and TypeMethodDescriptionvoidFIXMessageFactory.serialize(FIXFieldList content, ChangesType changesType, ByteBuffer buffer, SerializationContext context) Build message based on a type and content.voidFIXMessageFactory.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 TypeMethodDescriptionintAbstractFIXSession.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 TypeMethodDescriptionvoidFIXFieldListWithType.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 TypeMethodDescriptionvoidQueueable.getBytes(ByteBuffer buffer) ThegetBytesmethod 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