| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.channel | |
| org.eclipse.milo.opcua.stack.core.channel.headers | |
| org.eclipse.milo.opcua.stack.core.channel.messages |
| Modifier and Type | Method and Description |
|---|---|
ChunkEncoder.EncodedMessage |
ChunkEncoder.encodeAsymmetric(SecureChannel channel,
long requestId,
io.netty.buffer.ByteBuf messageBuffer,
MessageType messageType) |
ChunkEncoder.EncodedMessage |
ChunkEncoder.encodeSymmetric(SecureChannel channel,
long requestId,
io.netty.buffer.ByteBuf messageBuffer,
MessageType messageType) |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
SecureMessageHeader.getMessageType() |
| Constructor and Description |
|---|
SecureMessageHeader(MessageType messageType,
char finalFlag,
long messageSize,
long secureChannelId) |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.fromMediumInt(int messageType) |
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
MessageType.toMediumInt(MessageType messageType) |
Copyright © 2025. All rights reserved.