Uses of Class
org.opcfoundation.ua.utils.bytebuffer.ByteBufferFactory

Packages that use ByteBufferFactory
org.opcfoundation.ua.transport.tcp.impl   
org.opcfoundation.ua.utils.bytebuffer A byte buffer implementation 
 

Uses of ByteBufferFactory in org.opcfoundation.ua.transport.tcp.impl
 

Subclasses of ByteBufferFactory in org.opcfoundation.ua.transport.tcp.impl
 class ChunkFactory
          Chunk factory constructs byte buffers to be used for writing.
static class ChunkFactory.AcknowledgeChunkFactory
           
static class ChunkFactory.AsymmMsgChunkFactory
           
static class ChunkFactory.ErrorMessageChunkFactory
           
static class ChunkFactory.HelloChunkFactory
           
 

Uses of ByteBufferFactory in org.opcfoundation.ua.utils.bytebuffer
 

Fields in org.opcfoundation.ua.utils.bytebuffer declared as ByteBufferFactory
static ByteBufferFactory ByteBufferFactory.BIG_ENDIAN_HEAP_BYTEBUFFER_FACTORY
          Constant BIG_ENDIAN_HEAP_BYTEBUFFER_FACTORY
static ByteBufferFactory ByteBufferFactory.DEFAULT_ENDIAN_HEAP_BYTEBUFFER_FACTORY
          Constant DEFAULT_ENDIAN_HEAP_BYTEBUFFER_FACTORY
static ByteBufferFactory ByteBufferFactory.LITTLE_ENDIAN_HEAP_BYTEBUFFER_FACTORY
          Constant LITTLE_ENDIAN_HEAP_BYTEBUFFER_FACTORY
 

Methods in org.opcfoundation.ua.utils.bytebuffer that return ByteBufferFactory
 ByteBufferFactory ByteQueue.getByteBufferFactory()
          Get byte buffer factory
 

Methods in org.opcfoundation.ua.utils.bytebuffer with parameters of type ByteBufferFactory
 void ByteQueue.setByteBufferFactory(ByteBufferFactory factory)
          Set byte buffer constructor.
 



Copyright © 2018. All rights reserved.