| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
protected PubSubBiFunction<PubSubUdpUadpConnectionConf,PubSubUDPSocketKind,PubSubDatagramChannelWrapper> |
PubSubSystemOverrides.Builder.udpSocketProvider |
| Modifier and Type | Method and Description |
|---|---|
static PubSubUDPSocketKind |
PubSubUDPSocketKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubUDPSocketKind[] |
PubSubUDPSocketKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubBiFunction<PubSubUdpUadpConnectionConf,PubSubUDPSocketKind,PubSubDatagramChannelWrapper> |
PubSubSystemOverrides.getUdpSocketProvider()
Allows overriding
DatagramChannel used in PubSub UDP via returning custom
PubSubDatagramChannelWrapper. |
PubSubBiFunction<PubSubUdpUadpConnectionConf,PubSubUDPSocketKind,PubSubDatagramChannelWrapper> |
PubSubSystemOverrides.Builder.getUdpSocketProvider() |
| Modifier and Type | Method and Description |
|---|---|
PubSubSystemOverrides.Builder |
PubSubSystemOverrides.Builder.setUdpSocketProvider(PubSubBiFunction<PubSubUdpUadpConnectionConf,PubSubUDPSocketKind,PubSubDatagramChannelWrapper> udpSocketProvider)
Set the value for
PubSubSystemOverrides.getUdpSocketProvider(). |
Copyright © 2026. All rights reserved.