Uses of Interface
com.lucimber.dbus.connection.OutboundHandler
Packages that use OutboundHandler
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of OutboundHandler in com.lucimber.dbus.connection
Classes in com.lucimber.dbus.connection that implement OutboundHandlerModifier and TypeClassDescriptionclass
An abstract base class that combines bothInboundHandler
andOutboundHandler
interfaces to handle bidirectional message flow in aPipeline
.class
A skeletal implementation of theOutboundHandler
interface.final 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.