| Package | Description |
|---|---|
| com.prosysopc.ua.stack.transport.tcp.impl | |
| com.prosysopc.ua.stack.transport.tcp.nio |
| Modifier and Type | Class and Description |
|---|---|
class |
Acknowledge
Acknowledge is a message used in TCP Handshake.
|
class |
ErrorMessage
ErrorMessage is a message used in TCP Handshake.
|
class |
Hello
Hello is a message used in TCP Handshake.
|
class |
ReverseHello
ReverseHello is a message used in "reverse" TCP Handshake.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends AbstractUaTcpCommMessage> |
InternalBinaryEncodingsHelper.getUaTcpCommMessage(BinaryDecoder dec,
Class<T> clazz)
Internal.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InternalBinaryEncodingsHelper.putUaTcpCommMessage(BinaryEncoder enc,
AbstractUaTcpCommMessage message)
Internal.
|
| Constructor and Description |
|---|
ChunksToMessage(TcpConnectionParameters ctx,
EncoderContext encoderCtx,
Class<? extends AbstractUaTcpCommMessage> expectedType,
ByteBuffer... plaintexts)
Constructor for ChunksToMessage.
|
Copyright © 2026. All rights reserved.