Uses of Class
org.freedesktop.dbus.connections.config.ReceivingServiceConfig
-
Packages that use ReceivingServiceConfig Package Description org.freedesktop.dbus.connections org.freedesktop.dbus.connections.config org.freedesktop.dbus.connections.impl -
-
Uses of ReceivingServiceConfig in org.freedesktop.dbus.connections
Constructors in org.freedesktop.dbus.connections with parameters of type ReceivingServiceConfig Constructor Description AbstractConnection(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg)ReceivingService(ReceivingServiceConfig _rsCfg)Creates a new instance. -
Uses of ReceivingServiceConfig in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config declared as ReceivingServiceConfig Modifier and Type Field Description private ReceivingServiceConfigReceivingServiceConfigBuilder. configprivate static ReceivingServiceConfigReceivingServiceConfigBuilder. DEFAULT_CFGMethods in org.freedesktop.dbus.connections.config that return ReceivingServiceConfig Modifier and Type Method Description ReceivingServiceConfigReceivingServiceConfigBuilder. 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 ReceivingServiceConfig Modifier and Type Method Description protected ReceivingServiceConfigBaseConnectionBuilder. buildThreadConfig()Creates the configuration to use forReceivingService.Constructors in org.freedesktop.dbus.connections.impl with parameters of type ReceivingServiceConfig Constructor Description DBusConnection(boolean _shared, java.lang.String _machineId, TransportConfig _tranportCfg, ReceivingServiceConfig _rsCfg)DirectConnection(TransportConfig _transportCfg, ReceivingServiceConfig _rsCfg)
-