public final class PubSubUdpUadpConnectionNetworkMessageReceivedEvent extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PubSubUdpUadpConnectionConf |
getConnection()
The connection that got the network message.
|
PubSubUadpNetworkMessage |
getNetworkMessage()
The network message.
|
SocketAddress |
getSourceAddress()
Returns the source address of the Datagram (i.e.
|
int |
hashCode() |
boolean |
isFromDiscoverySocket()
Returns true if the Datagram was obtained from a separate discovery address, false otherwise.
|
com.prosysopc.ua.pubsub.PubSubUdpUadpConnectionNetworkMessageReceivedEvent.Builder |
toBuilder()
Returns a new
Builder that is initialized with the state of this object. |
String |
toString() |
public PubSubUdpUadpConnectionConf getConnection()
public PubSubUadpNetworkMessage getNetworkMessage()
public SocketAddress getSourceAddress()
DatagramChannel#receive(java.nio.ByteBuffer) would return).public boolean isFromDiscoverySocket()
public com.prosysopc.ua.pubsub.PubSubUdpUadpConnectionNetworkMessageReceivedEvent.Builder toBuilder()
Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.