Uses of Interface
com.lucimber.dbus.connection.InboundHandler
Packages that use InboundHandler
Package
Description
Annotations for defining D-Bus interfaces, methods, properties, and signals.
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of InboundHandler in com.lucimber.dbus.annotation
Classes in com.lucimber.dbus.annotation that implement InboundHandlerModifier and TypeClassDescriptionclassHandler that implements standard D-Bus interfaces using reflection and annotations. -
Uses of InboundHandler in com.lucimber.dbus.connection
Classes in com.lucimber.dbus.connection that implement InboundHandlerModifier and TypeClassDescriptionclassAn abstract base class that combines bothInboundHandlerandOutboundHandlerinterfaces to handle bidirectional message flow in aPipeline.classA skeletal implementation of theInboundHandlerinterface.final classA 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 classA connection handler that implements automatic reconnection with exponential backoff when connection failures are detected.