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

F

failed(Throwable) - Static method in class com.lucimber.dbus.util.DBusPromise
Creates a failed DBusPromise.
FAILED - Enum constant in enum class com.lucimber.dbus.connection.ConnectionState
Connection failed permanently and cannot be recovered.
FailedException - Exception in com.lucimber.dbus.exception
A generic error indication.
FailedException() - Constructor for exception com.lucimber.dbus.exception.FailedException
Creates a new instance.
FailedException(DBusString) - Constructor for exception com.lucimber.dbus.exception.FailedException
Creates a new instance with a message.
FailedException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.FailedException
Creates a new instance with a message and cause.
FailedException(Throwable) - Constructor for exception com.lucimber.dbus.exception.FailedException
Creates a new instance with a cause.
failureThreshold - Variable in class com.lucimber.dbus.util.ErrorRecoveryManager.CircuitBreakerConfig
 
failureThreshold(int) - Method in class com.lucimber.dbus.util.ErrorRecoveryManager.CircuitBreakerConfig.Builder
 
FileExistsException - Exception in com.lucimber.dbus.exception
The requested file already exists.
FileExistsException() - Constructor for exception com.lucimber.dbus.exception.FileExistsException
Creates a new instance.
FileExistsException(DBusString) - Constructor for exception com.lucimber.dbus.exception.FileExistsException
Creates a new instance with a message.
FileExistsException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.FileExistsException
Creates a new instance with a message and cause.
FileExistsException(Throwable) - Constructor for exception com.lucimber.dbus.exception.FileExistsException
Creates a new instance with a cause.
FileNotFoundException - Exception in com.lucimber.dbus.exception
The requested file could not be found.
FileNotFoundException() - Constructor for exception com.lucimber.dbus.exception.FileNotFoundException
Creates a new instance.
FileNotFoundException(DBusString) - Constructor for exception com.lucimber.dbus.exception.FileNotFoundException
Creates a new instance with a message.
FileNotFoundException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.FileNotFoundException
Creates a new instance with a message and cause.
FileNotFoundException(Throwable) - Constructor for exception com.lucimber.dbus.exception.FileNotFoundException
Creates a new instance with a cause.
findFirstDbusHandler(ChannelPipeline) - Static method in class com.lucimber.dbus.netty.DBusHandlerConfiguration
Finds the first existing D-Bus handler in the pipeline to use as an insertion point.
findNextFrameBoundary(ByteBuffer, int) - Static method in class com.lucimber.dbus.util.FrameRecoveryManager
Attempts to find the next valid frame boundary in a corrupted buffer.
findStrategy(SocketAddress) - Method in class com.lucimber.dbus.connection.ConnectionStrategyRegistry
Finds the first available strategy that supports the given socket address.
firstAs(Class<U>) - Method in class com.lucimber.dbus.util.DBusPromise
Maps the first element of a payload list.
floatValue() - Method in class com.lucimber.dbus.type.DBusByte
 
floatValue() - Method in class com.lucimber.dbus.type.DBusDouble
 
floatValue() - Method in class com.lucimber.dbus.type.DBusInt16
 
floatValue() - Method in class com.lucimber.dbus.type.DBusInt32
 
floatValue() - Method in class com.lucimber.dbus.type.DBusInt64
 
floatValue() - Method in class com.lucimber.dbus.type.DBusUInt16
 
floatValue() - Method in class com.lucimber.dbus.type.DBusUInt32
 
floatValue() - Method in class com.lucimber.dbus.type.DBusUInt64
 
flushBatch(ChannelHandlerContext) - Method in class com.lucimber.dbus.util.MessageBatcher
Flushes the current batch immediately.
forEach(Consumer<? super ElementT>) - Method in class com.lucimber.dbus.type.DBusArray
 
FRAME_DECODER - Static variable in class com.lucimber.dbus.netty.DBusHandlerNames
 
FRAME_ENCODER - Static variable in class com.lucimber.dbus.netty.DBusHandlerNames
 
FRAME_TOO_LARGE - Enum constant in enum class com.lucimber.dbus.util.FrameRecoveryManager.CorruptionType
 
FrameDiagnostic(String, String, FrameRecoveryManager.FrameAnalysis) - Constructor for class com.lucimber.dbus.util.FrameRecoveryManager.FrameDiagnostic
Creates a frame diagnostic with summary, hex dump and analysis.
FrameRecoveryManager - Class in com.lucimber.dbus.util
Frame recovery manager for handling corrupted D-Bus messages and frame synchronization.
FrameRecoveryManager.CorruptionType - Enum Class in com.lucimber.dbus.util
Types of frame corruption.
FrameRecoveryManager.FrameAnalysis - Class in com.lucimber.dbus.util
Result of frame analysis.
FrameRecoveryManager.FrameDiagnostic - Class in com.lucimber.dbus.util
Frame diagnostic information.
FrameRecoveryManager.FrameStatistics - Class in com.lucimber.dbus.util
Frame recovery statistics.
FrameStatistics(long, long, long, long) - Constructor for class com.lucimber.dbus.util.FrameRecoveryManager.FrameStatistics
Creates frame statistics with the given counters.
from(CompletionStage<InboundMessage>) - Static method in class com.lucimber.dbus.util.DBusPromise
Creates a DBusPromise from a D-Bus message completion stage.
fromCode(byte) - Static method in enum class com.lucimber.dbus.message.HeaderField
Looks up a HeaderField by its byte code.
fromCode(byte) - Static method in enum class com.lucimber.dbus.message.MessageType
Looks up a MessageType by its byte code.
fromHexadecimalString(String) - Static method in class com.lucimber.dbus.util.SaslUtils
Translates a hexadecimal string to its corresponding binary representation.
fromString(String) - Static method in enum class com.lucimber.dbus.connection.sasl.SaslAuthMechanism
Translates the custom string representation back to the corresponding enum.
fromStringMap(Map<String, String>) - Static method in class com.lucimber.dbus.type.DBusDict
Creates a dictionary with string keys and string values from a Java Map.
fromVariantMap(Map<String, Object>) - Static method in class com.lucimber.dbus.type.DBusDict
Creates a dictionary with string keys and variant values from a Java Map.
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