Uses of Class
com.epam.common.utils.ByteBuffer

Packages that use ByteBuffer
com.epam.common.transport   
com.epam.common.transport.client   
com.epam.common.transport.client.udp   
com.epam.common.utils   
com.epam.fix.message.storage   
com.epam.fixengine   
com.epam.fixengine.transport   
 

Uses of ByteBuffer in com.epam.common.transport
 

Methods in com.epam.common.transport with parameters of type ByteBuffer
 int NIOSocketTransport.read(ByteBuffer buffer)
           
 int SocketTransport.read(ByteBuffer buffer)
           
 int Transport.read(ByteBuffer buffer)
           
 int NIOSocketTransport.read(ByteBuffer buffer, int offset, int length)
           
 int SocketTransport.read(ByteBuffer buffer, int offset, int length)
           
 int Transport.read(ByteBuffer buffer, int offset, int length)
           
 int NIOSocketTransport.write(ByteBuffer buffer)
           
 int SocketTransport.write(ByteBuffer buffer)
           
 int Transport.write(ByteBuffer message)
           
 int NIOSocketTransport.write(ByteBuffer buffer, int offset, int length)
           
 int SocketTransport.write(ByteBuffer buffer, int offset, int length)
           
 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 ByteBuffer
 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)
           
 

Uses of ByteBuffer in com.epam.common.transport.client.udp
 

Methods in com.epam.common.transport.client.udp with parameters of type ByteBuffer
 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)
           
 

Uses of ByteBuffer in com.epam.common.utils
 

Methods in com.epam.common.utils that return ByteBuffer
 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(char b)
          Adds char to buffer.
 ByteBuffer ByteBuffer.add(long value)
           
 ByteBuffer ByteBuffer.add(String s)
           
 ByteBuffer ByteBuffer.getSubBuffer(int start, int length)
           
static ByteBuffer ByteBuffer.wrapBuffer(byte[] buffer)
           
 

Uses of ByteBuffer in com.epam.fix.message.storage
 

Fields in com.epam.fix.message.storage declared as ByteBuffer
protected  ByteBuffer[] PerFieldMessageStorage.perFieldStorage
           
 

Methods in com.epam.fix.message.storage that return ByteBuffer
protected  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 ByteBuffer
 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.
 

Uses of ByteBuffer in com.epam.fixengine.transport
 

Methods in com.epam.fixengine.transport with parameters of type ByteBuffer
 int FIXTransport.write(ByteBuffer buf, int offset, int length)
           
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.