Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

M

MANDATORY_NAME_ACQUIRED - Enum constant in enum class com.lucimber.dbus.netty.DBusChannelEvent
Fired by DBusMandatoryNameHandler when the app's unique bus name has been successfully acquired via the Hello() method call.
MANDATORY_NAME_ACQUISITION_FAILED - Enum constant in enum class com.lucimber.dbus.netty.DBusChannelEvent
Fired by DBusMandatoryNameHandler if acquiring the mandatory bus name fails.
map(Function<? super T, ? extends U>) - Method in class com.lucimber.dbus.util.DBusPromise
Maps the result using a function.
mapReturn() - Method in class com.lucimber.dbus.util.DBusPromise
Maps an InboundMessage to its return payload.
MARSHALLING - Static variable in class com.lucimber.dbus.util.LoggerUtils
Message marshalling and unmarshalling operations.
MatchRuleInvalidException - Exception in com.lucimber.dbus.exception
The specified match rule is invalid.
MatchRuleInvalidException() - Constructor for exception com.lucimber.dbus.exception.MatchRuleInvalidException
Creates a new instance.
MatchRuleInvalidException(DBusString) - Constructor for exception com.lucimber.dbus.exception.MatchRuleInvalidException
Creates a new instance with a message.
MatchRuleInvalidException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.MatchRuleInvalidException
Creates a new instance with a message and cause.
MatchRuleInvalidException(Throwable) - Constructor for exception com.lucimber.dbus.exception.MatchRuleInvalidException
Creates a new instance with a cause.
MatchRuleNotFoundException - Exception in com.lucimber.dbus.exception
The specified match rule does not exist.
MatchRuleNotFoundException() - Constructor for exception com.lucimber.dbus.exception.MatchRuleNotFoundException
Creates a new instance.
MatchRuleNotFoundException(DBusString) - Constructor for exception com.lucimber.dbus.exception.MatchRuleNotFoundException
Creates a new instance with a message.
MatchRuleNotFoundException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.MatchRuleNotFoundException
Creates a new instance with a message and cause.
MatchRuleNotFoundException(Throwable) - Constructor for exception com.lucimber.dbus.exception.MatchRuleNotFoundException
Creates a new instance with a cause.
maxDelay - Variable in class com.lucimber.dbus.util.ErrorRecoveryManager.RetryConfig
 
maxDelay(Duration) - Method in class com.lucimber.dbus.util.ErrorRecoveryManager.RetryConfig.Builder
 
maxRetries - Variable in class com.lucimber.dbus.util.ErrorRecoveryManager.RetryConfig
 
maxRetries(int) - Method in class com.lucimber.dbus.util.ErrorRecoveryManager.RetryConfig.Builder
 
MEMBER - Enum constant in enum class com.lucimber.dbus.message.HeaderField
Member (method or signal) name.
MemoryOptimizer - Class in com.lucimber.dbus.util
Utility class for memory optimization and monitoring in D-Bus Client Java.
Message - Interface in com.lucimber.dbus.message
This interface declares the common properties of the different D-Bus message types.
MessageBatcher - Class in com.lucimber.dbus.util
Message batcher for improved throughput by grouping multiple small messages.
MessageBatcher() - Constructor for class com.lucimber.dbus.util.MessageBatcher
Creates a new message batcher with default configuration.
MessageBatcher(int, int, Duration) - Constructor for class com.lucimber.dbus.util.MessageBatcher
Creates a new message batcher with custom configuration.
MessageFlag - Enum Class in com.lucimber.dbus.message
D-Bus message flags as defined by the D-Bus wire protocol.
MessageType - Enum Class in com.lucimber.dbus.message
D-Bus message types as defined in the D-Bus wire protocol.
METHOD_CALL - Enum constant in enum class com.lucimber.dbus.message.MessageType
Method call request.
METHOD_RETURN - Enum constant in enum class com.lucimber.dbus.message.MessageType
Method return (reply).
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form