public final class PubSubUdpUadpConnectionNetworkMessageReceivedFailureEvent extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PubSubUdpUadpConnectionConf |
getConnection()
The connection that got the network message.
|
Exception |
getError()
The cause of the failure.
|
ByteString |
getNetworkMessage()
The raw 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.PubSubUdpUadpConnectionNetworkMessageReceivedFailureEvent.Builder |
toBuilder()
Returns a new
Builder that is initialized with the state of this object. |
String |
toString() |
public PubSubUdpUadpConnectionConf getConnection()
public Exception getError()
getError in interface PubSubFailureEventpublic ByteString getNetworkMessage()
public SocketAddress getSourceAddress()
DatagramChannel#receive(java.nio.ByteBuffer) would return).public boolean isFromDiscoverySocket()
public com.prosysopc.ua.pubsub.PubSubUdpUadpConnectionNetworkMessageReceivedFailureEvent.Builder toBuilder()
Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.