Uses of Class
org.freedesktop.dbus.connections.config.ReceivingServiceConfig
Packages that use ReceivingServiceConfig
Package
Description
-
Uses of ReceivingServiceConfig in org.freedesktop.dbus.connections
Constructors in org.freedesktop.dbus.connections with parameters of type ReceivingServiceConfigModifierConstructorDescriptionprotectedAbstractConnection(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) (package private)Creates a new instance. -
Uses of ReceivingServiceConfig in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config declared as ReceivingServiceConfigModifier and TypeFieldDescriptionprivate final ReceivingServiceConfigReceivingServiceConfigBuilder.configprivate static final ReceivingServiceConfigReceivingServiceConfigBuilder.DEFAULT_CFGMethods in org.freedesktop.dbus.connections.config that return ReceivingServiceConfigModifier and TypeMethodDescriptionReceivingServiceConfigBuilder.build()Returns the configuredReceivingServiceConfiginstance.static ReceivingServiceConfigReceivingServiceConfigBuilder.getDefaultConfig()Returns the default configuration used forReceivingService. -
Uses of ReceivingServiceConfig in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return ReceivingServiceConfigModifier and TypeMethodDescriptionprotected ReceivingServiceConfigBaseConnectionBuilder.buildThreadConfig()Creates the configuration to use forReceivingService.Constructors in org.freedesktop.dbus.connections.impl with parameters of type ReceivingServiceConfigModifierConstructorDescription(package private)DBusConnection(boolean _shared, String _machineId, TransportConfig _tranportCfg, ReceivingServiceConfig _rsCfg) (package private)DirectConnection(TransportConfig _transportCfg, ReceivingServiceConfig _rsCfg)