Uses of Class
com.lucimber.dbus.connection.AbstractDuplexHandler
Packages that use AbstractDuplexHandler
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of AbstractDuplexHandler in com.lucimber.dbus.connection
Subclasses of AbstractDuplexHandler in com.lucimber.dbus.connectionModifier and TypeClassDescriptionfinal class
A connection handler that monitors the health of a D-Bus connection by performing periodic ping operations using the standard D-Bus Peer.Ping method.final class
A connection handler that implements automatic reconnection with exponential backoff when connection failures are detected.