Uses of Class
org.freedesktop.dbus.connections.impl.DirectConnectionBuilder
Packages that use DirectConnectionBuilder
-
Uses of DirectConnectionBuilder in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return DirectConnectionBuilderModifier and TypeMethodDescriptionstatic DirectConnectionBuilderDirectConnectionBuilder.forAddress(String _address) Use the given address to create the connection (e.g. used for remote TCP connected DBus daemons).DirectConnectionBuilder.withDisconnectCallback(IDisconnectCallback _disconnectCallback) Set the given disconnect callback to the created connection.DirectConnectionBuilder.withEndianess(byte _endianess) Set the endianess for the connection Default is based on system endianess.DirectConnectionBuilder.withErrorHandlerThreadCount(int _threads) Set the size of the thread-pool used to handle error messages received on the bus.DirectConnectionBuilder.withMethodCallThreadCount(int _threads) Set the size of the thread-pool used to handle methods calls previously sent to the bus.DirectConnectionBuilder.withMethodReturnThreadCount(int _threads) Set the size of the thread-pool used to handle method return values received on the bus.DirectConnectionBuilder.withSignalThreadCount(int _threads) Set the size of the thread-pool used to handle signals from the bus.DirectConnectionBuilder.withTimeout(int _timeout) Set the timeout for the connection (used for TCP connections only).DirectConnectionBuilder.withWeakReferences(boolean _weakRef) Enable/Disable weak references on connection.