Uses of Package
com.lucimber.dbus.type
Packages that use com.lucimber.dbus.type
Package
Description
D-Bus message decoding infrastructure for converting wire format to Java objects.
D-Bus message encoding infrastructure for converting Java objects to wire format.
Connection management, lifecycle, and handler pipeline for D-Bus communication.
Standard D-Bus error types and exception mappings.
D-Bus message types and structures for method calls, returns, signals, and errors.
Netty-based transport implementation for high-performance D-Bus communication.
Standard D-Bus interfaces and implementations for common D-Bus functionality.
Type-safe D-Bus data types and containers providing compile-time marshalling safety.
Utility classes and helper functions for D-Bus operations and internal framework use.
-
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.codec.decoderClassDescriptionAn ordered collection of elements.The D-Bus type system consists of two distinct categories known as basic and container types.Maps a
Boolean
to its D-Bus equivalent of BOOLEAN.Maps aByte
to its D-Bus equivalent of BYTE.The D-Bus type system consists of two distinct categories known as basic and container types.An object that maps keys to values.A map entry (key-value pair).Maps aDouble
to its D-Bus equivalent of DOUBLE.Maps aShort
to its D-Bus equivalent of INT16.Maps anInteger
to its D-Bus equivalent of INT32.Maps aLong
to its D-Bus equivalent of INT64.D-Bus objects are identified within an application via their object path.D-Bus uses a string-based type encoding mechanism called Signatures to describe the number and types of arguments required by methods and signals.Maps aString
to its D-Bus equivalent of STRING.A struct that can hold various objects.Common interface of all D-Bus data types.Maps an unsignedShort
to its D-Bus equivalent of UINT16.Maps an unsignedInteger
to its D-Bus equivalent of UINT32.Maps an unsignedLong
to its D-Bus equivalent of UINT64.Maps an unsignedInteger
to its D-Bus equivalent of UNIX_FD.Variants may contain a value of any type.Represents the data types defined by D-Bus.Represents the type codes of the data types that are used by D-Bus. -
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.codec.encoderClassDescriptionAn ordered collection of elements.The D-Bus type system consists of two distinct categories known as basic and container types.Maps a
Boolean
to its D-Bus equivalent of BOOLEAN.Maps aByte
to its D-Bus equivalent of BYTE.An object that maps keys to values.A map entry (key-value pair).Maps aDouble
to its D-Bus equivalent of DOUBLE.Maps aShort
to its D-Bus equivalent of INT16.Maps anInteger
to its D-Bus equivalent of INT32.Maps aLong
to its D-Bus equivalent of INT64.D-Bus objects are identified within an application via their object path.D-Bus uses a string-based type encoding mechanism called Signatures to describe the number and types of arguments required by methods and signals.Maps aString
to its D-Bus equivalent of STRING.A struct that can hold various objects.Common interface of all D-Bus data types.Maps an unsignedShort
to its D-Bus equivalent of UINT16.Maps an unsignedInteger
to its D-Bus equivalent of UINT32.Maps an unsignedLong
to its D-Bus equivalent of UINT64.Maps an unsignedInteger
to its D-Bus equivalent of UNIX_FD.Variants may contain a value of any type.Represents the data types defined by D-Bus. -
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.connectionClassDescriptionCommon interface of all D-Bus data types.Maps an unsigned
Integer
to its D-Bus equivalent of UINT32. -
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.exception
-
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.messageClassDescriptionD-Bus objects are identified within an application via their object path.D-Bus uses a string-based type encoding mechanism called Signatures to describe the number and types of arguments required by methods and signals.Maps a
String
to its D-Bus equivalent of STRING.Common interface of all D-Bus data types.Maps an unsignedInteger
to its D-Bus equivalent of UINT32. -
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.netty
-
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.standardClassDescriptionAn object that maps keys to values.D-Bus objects are identified within an application via their object path.Maps a
String
to its D-Bus equivalent of STRING.Variants may contain a value of any type. -
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.typeClassDescriptionAn ordered collection of elements.The D-Bus type system consists of two distinct categories known as basic and container types.Maps a
Boolean
to its D-Bus equivalent of BOOLEAN.Maps aByte
to its D-Bus equivalent of BYTE.The D-Bus type system consists of two distinct categories known as basic and container types.An object that maps keys to values.A map entry (key-value pair).Maps aDouble
to its D-Bus equivalent of DOUBLE.Maps aShort
to its D-Bus equivalent of INT16.Maps anInteger
to its D-Bus equivalent of INT32.Maps aLong
to its D-Bus equivalent of INT64.D-Bus objects are identified within an application via their object path.D-Bus uses a string-based type encoding mechanism called Signatures to describe the number and types of arguments required by methods and signals.Maps aString
to its D-Bus equivalent of STRING.Common interface of all D-Bus data types.Maps an unsignedShort
to its D-Bus equivalent of UINT16.Maps an unsignedInteger
to its D-Bus equivalent of UINT32.Maps an unsignedLong
to its D-Bus equivalent of UINT64.Maps an unsignedInteger
to its D-Bus equivalent of UNIX_FD.Variants may contain a value of any type.ARuntimeException
that gets thrown byDBusObjectPath
, if a marshalledDBusObjectPath
cannot be parsed.ARuntimeException
that gets thrown byDBusSignature
, if a marshalledDBusSignature
cannot be parsed.Represents the data types defined by D-Bus.Represents the alignment values of the data types that are used by D-Bus.Represents the type codes of the data types that are used by D-Bus. -
Classes in com.lucimber.dbus.type used by com.lucimber.dbus.utilClassDescriptionCommon interface of all D-Bus data types.Variants may contain a value of any type.