Function DatagramProtocol.errorReceived

Called when a previous send or receive operation raises an exception.

Prototype

abstract void errorReceived(
  Exception exception
);

Parameters

NameDescription
exception is the exception instance. This method is called in rare conditions, when the transport (e.g. UDP) detects that a datagram couldn’t be delivered to its recipient. In many conditions though, undeliverable datagrams will be silently dropped.

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0