| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
protected PubSubUdpUadpConnectionConf |
PubSubUdpConnectionStateChangedEvent.Builder.connection |
| Modifier and Type | Field and Description |
|---|---|
protected PubSubBiFunction<PubSubUdpUadpConnectionConf,PubSubUDPSocketKind,PubSubDatagramChannelWrapper> |
PubSubSystemOverrides.Builder.udpSocketProvider |
| Modifier and Type | Method and Description |
|---|---|
PubSubUdpUadpConnectionConf |
PubSubUdpUadpConnectionNetworkMessageSentEvent.getConnection()
The connection that got the network message.
|
PubSubUdpUadpConnectionConf |
PubSubUdpUadpConnectionNetworkMessageReceivedFailureEvent.getConnection()
The connection that got the network message.
|
PubSubUdpUadpConnectionConf |
PubSubUdpUadpConnectionNetworkMessageReceivedEvent.getConnection()
The connection that got the network message.
|
PubSubUdpUadpConnectionConf |
PubSubUdpRawMessageReceivedEvent.getConnection()
The connection that received the UDP Datagram.
|
PubSubUdpUadpConnectionConf |
PubSubUdpConnectionStateChangedEvent.getConnection()
The connection whose state changed.
|
PubSubUdpUadpConnectionConf |
PubSubUdpConnectionStateChangedEvent.Builder.getConnection() |
PubSubUdpUadpConnectionConf |
PubSubUdpUadpConnectionConf.withGroupAddedOrReplaced(PubSubUdpUadpReaderGroupConf conf)
Returns an instance similar to this, but with the Group given as parameter added or replaced if any existing one had the
PubSubUdpUadpReaderGroupConf.getName(). |
PubSubUdpUadpConnectionConf |
PubSubUdpUadpConnectionConf.withGroupAddedOrReplaced(PubSubUdpUadpWriterGroupConf conf)
Returns an instance similar to this, but with the Group given as parameter added or replaced if any existing one had the
PubSubUdpUadpWriterGroupConf.getName(). |
PubSubUdpUadpConnectionConf |
PubSubUdpUadpConnectionConf.withGroupRemoved(String name)
Removes Group from the conf if there is any with the given name.
|
| 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 |
|---|---|
PubSubUdpConnectionStateChangedEvent.Builder |
PubSubUdpConnectionStateChangedEvent.Builder.setConnection(PubSubUdpUadpConnectionConf connection)
Set the value for
PubSubUdpConnectionStateChangedEvent.getConnection(). |
| 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.