Uses of Interface
com.lucimber.dbus.connection.Handler
Packages that use Handler
Package
Description
Annotations for defining D-Bus interfaces, methods, properties, and signals.
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of Handler in com.lucimber.dbus.annotation
Classes in com.lucimber.dbus.annotation that implement HandlerModifier and TypeClassDescriptionclass
Handler that implements standard D-Bus interfaces using reflection and annotations. -
Uses of Handler in com.lucimber.dbus.connection
Subinterfaces of Handler in com.lucimber.dbus.connectionModifier and TypeInterfaceDescriptioninterface
interface
Classes in com.lucimber.dbus.connection that implement HandlerModifier and TypeClassDescriptionclass
An abstract base class that combines bothInboundHandler
andOutboundHandler
interfaces to handle bidirectional message flow in aPipeline
.class
A skeletal implementation of theInboundHandler
interface.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.Methods in com.lucimber.dbus.connection that return HandlerModifier and TypeMethodDescriptionContext.getHandler()
Returns the handler instance bound to this context.Methods in com.lucimber.dbus.connection with parameters of type Handler