| Package | Description |
|---|---|
| com.prosysopc.ua.stack.transport.tcp.impl | |
| com.prosysopc.ua.stack.utils.bytebuffer |
A byte buffer implementation
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Field and Description |
|---|---|
static ByteBufferFactory |
ByteBufferFactory.BIG_ENDIAN_HEAP_BYTEBUFFER_FACTORY
ByteBufferFactory, that creates
ByteBuffer that have ByteOrder.BIG_ENDIAN. |
static ByteBufferFactory |
ByteBufferFactory.DEFAULT_ENDIAN_HEAP_BYTEBUFFER_FACTORY
Deprecated.
use of this factory is most likely an error, as order should always be clearly
defined.
|
static ByteBufferFactory |
ByteBufferFactory.LITTLE_ENDIAN_HEAP_BYTEBUFFER_FACTORY
ByteBufferFactory, that creates
ByteBuffer that have ByteOrder.LITTLE_ENDIAN. |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferFactory |
ByteQueue.getByteBufferFactory()
Get byte buffer factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ByteQueue.setByteBufferFactory(ByteBufferFactory factory)
Set byte buffer constructor.
|
Copyright © 2026. All rights reserved.