Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UINT16 - Enum constant in enum class com.lucimber.dbus.type.Type
-
Unsigned 16-bit integer.
- UINT16 - Enum constant in enum class com.lucimber.dbus.type.TypeAlignment
- UINT16 - Enum constant in enum class com.lucimber.dbus.type.TypeCode
- UInt16Decoder - Class in com.lucimber.dbus.codec.decoder
-
A decoder which unmarshals an unsigned short from the byte stream format used by D-Bus.
- UInt16Decoder() - Constructor for class com.lucimber.dbus.codec.decoder.UInt16Decoder
- UInt16Encoder - Class in com.lucimber.dbus.codec.encoder
-
An encoder which encodes an unsigned 16-bit integer to the D-Bus marshalling format using ByteBuffer.
- UInt16Encoder(ByteOrder) - Constructor for class com.lucimber.dbus.codec.encoder.UInt16Encoder
-
Constructs a new instance with mandatory parameter.
- UINT32 - Enum constant in enum class com.lucimber.dbus.type.Type
-
Unsigned 32-bit integer.
- UINT32 - Enum constant in enum class com.lucimber.dbus.type.TypeAlignment
- UINT32 - Enum constant in enum class com.lucimber.dbus.type.TypeCode
- UInt32Decoder - Class in com.lucimber.dbus.codec.decoder
-
A decoder which unmarshals an unsigned integer from the byte stream format used by D-Bus.
- UInt32Decoder() - Constructor for class com.lucimber.dbus.codec.decoder.UInt32Decoder
- UInt32Encoder - Class in com.lucimber.dbus.codec.encoder
-
An encoder which encodes an unsigned 32-bit integer to the D-Bus marshalling format using ByteBuffer.
- UInt32Encoder(ByteOrder) - Constructor for class com.lucimber.dbus.codec.encoder.UInt32Encoder
-
Constructs a new instance with mandatory parameter.
- UINT64 - Enum constant in enum class com.lucimber.dbus.type.Type
-
Unsigned 64-bit integer.
- UINT64 - Enum constant in enum class com.lucimber.dbus.type.TypeAlignment
- UINT64 - Enum constant in enum class com.lucimber.dbus.type.TypeCode
- UInt64Decoder - Class in com.lucimber.dbus.codec.decoder
-
A decoder which unmarshals an unsigned long from the byte stream format used by D-Bus.
- UInt64Decoder() - Constructor for class com.lucimber.dbus.codec.decoder.UInt64Decoder
- UInt64Encoder - Class in com.lucimber.dbus.codec.encoder
-
An encoder which encodes an unsigned 64-bit integer to the D-Bus marshalling format using ByteBuffer.
- UInt64Encoder(ByteOrder) - Constructor for class com.lucimber.dbus.codec.encoder.UInt64Encoder
-
Constructs a new instance with mandatory parameter.
- UNHEALTHY - Enum constant in enum class com.lucimber.dbus.connection.ConnectionState
-
Connection exists but health checks are failing.
- UNIX_FD - Enum constant in enum class com.lucimber.dbus.type.Type
-
Unsigned 32-bit integer representing an index into an out-of-band array of file descriptors, transferred via some platform-specific mechanism.
- UNIX_FD - Enum constant in enum class com.lucimber.dbus.type.TypeAlignment
- UNIX_FD - Enum constant in enum class com.lucimber.dbus.type.TypeCode
- UNIX_FDS - Enum constant in enum class com.lucimber.dbus.message.HeaderField
-
Number of UNIX file descriptors in the message.
- UnixFdDecoder - Class in com.lucimber.dbus.codec.decoder
-
A decoder which unmarshals a file descriptor from the byte stream format used by D-Bus.
- UnixFdDecoder() - Constructor for class com.lucimber.dbus.codec.decoder.UnixFdDecoder
- UnixFdEncoder - Class in com.lucimber.dbus.codec.encoder
-
An encoder which encodes a file-descriptor to the D-Bus marshalling format using ByteBuffer.
- UnixFdEncoder(ByteOrder) - Constructor for class com.lucimber.dbus.codec.encoder.UnixFdEncoder
-
Constructs a new instance with mandatory parameter.
- UnixProcessIdUnknownException - Exception in com.lucimber.dbus.exception
-
The requested PID is not known.
- UnixProcessIdUnknownException() - Constructor for exception com.lucimber.dbus.exception.UnixProcessIdUnknownException
-
Creates a new instance.
- UnixProcessIdUnknownException(DBusString) - Constructor for exception com.lucimber.dbus.exception.UnixProcessIdUnknownException
-
Creates a new instance with a message.
- UnixProcessIdUnknownException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.UnixProcessIdUnknownException
-
Creates a new instance with a message and cause.
- UnixProcessIdUnknownException(Throwable) - Constructor for exception com.lucimber.dbus.exception.UnixProcessIdUnknownException
-
Creates a new instance with a cause.
- UNKNOWN - Enum constant in enum class com.lucimber.dbus.util.ErrorRecoveryManager.ErrorClassification
-
Unknown errors
- UnknownInterfaceException - Exception in com.lucimber.dbus.exception
-
The requested interface does not exist on the selected object.
- UnknownInterfaceException() - Constructor for exception com.lucimber.dbus.exception.UnknownInterfaceException
-
Creates a new instance.
- UnknownInterfaceException(DBusString) - Constructor for exception com.lucimber.dbus.exception.UnknownInterfaceException
-
Creates a new instance with a message.
- UnknownInterfaceException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.UnknownInterfaceException
-
Creates a new instance with a message and cause.
- UnknownInterfaceException(Throwable) - Constructor for exception com.lucimber.dbus.exception.UnknownInterfaceException
-
Creates a new instance with a cause.
- UnknownMethodException - Exception in com.lucimber.dbus.exception
-
The requested method does not exist in the selected interface.
- UnknownMethodException() - Constructor for exception com.lucimber.dbus.exception.UnknownMethodException
-
Creates a new instance.
- UnknownMethodException(DBusString) - Constructor for exception com.lucimber.dbus.exception.UnknownMethodException
-
Creates a new instance with a message.
- UnknownMethodException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.UnknownMethodException
-
Creates a new instance with a message and cause.
- UnknownMethodException(Throwable) - Constructor for exception com.lucimber.dbus.exception.UnknownMethodException
-
Creates a new instance with a cause.
- UnknownObjectException - Exception in com.lucimber.dbus.exception
-
The requested object does not exist in the selected service.
- UnknownObjectException() - Constructor for exception com.lucimber.dbus.exception.UnknownObjectException
-
Creates a new instance.
- UnknownObjectException(DBusString) - Constructor for exception com.lucimber.dbus.exception.UnknownObjectException
-
Creates a new instance with a message.
- UnknownObjectException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.UnknownObjectException
-
Creates a new instance with a message and cause.
- UnknownObjectException(Throwable) - Constructor for exception com.lucimber.dbus.exception.UnknownObjectException
-
Creates a new instance with a cause.
- UnknownPropertyException - Exception in com.lucimber.dbus.exception
-
The requested property does not exist in the selected interface.
- UnknownPropertyException() - Constructor for exception com.lucimber.dbus.exception.UnknownPropertyException
-
Creates a new instance.
- UnknownPropertyException(DBusString) - Constructor for exception com.lucimber.dbus.exception.UnknownPropertyException
-
Creates a new instance with a message.
- UnknownPropertyException(DBusString, Throwable) - Constructor for exception com.lucimber.dbus.exception.UnknownPropertyException
-
Creates a new instance with a message and cause.
- UnknownPropertyException(Throwable) - Constructor for exception com.lucimber.dbus.exception.UnknownPropertyException
-
Creates a new instance with a cause.
- UserEventPropagator - Interface in com.lucimber.dbus.connection
-
Defines a component that can propagate user-defined events through a
Pipeline
. - userEventTriggered(ChannelHandlerContext, Object) - Method in class com.lucimber.dbus.netty.DBusMandatoryNameHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class com.lucimber.dbus.netty.RealityCheckpoint
- userEventTriggered(ChannelHandlerContext, Object) - Method in class com.lucimber.dbus.netty.ReconnectionHandlerManager
- userEventTriggered(ChannelHandlerContext, Object) - Method in class com.lucimber.dbus.netty.sasl.SaslAuthenticationHandler
- userEventTriggered(ChannelHandlerContext, Object) - Method in class com.lucimber.dbus.netty.sasl.SaslCodec
- userEventTriggered(ChannelHandlerContext, Object) - Method in class com.lucimber.dbus.netty.sasl.SaslInitiationHandler
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form