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(ConnectionConfig _conCfg, TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Uses of ReceivingServiceConfig in org.freedesktop.dbus.connections.base
Constructors in org.freedesktop.dbus.connections.base with parameters of type ReceivingServiceConfigModifierConstructorDescriptionprotectedAbstractConnectionBase(ConnectionConfig _conCfg, TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) protectedConnectionMessageHandler(ConnectionConfig _conCfg, TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) protectedConnectionMethodInvocation(ConnectionConfig _conCfg, TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) protectedDBusBoundPropertyHandler(ConnectionConfig _conCfg, TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Uses of ReceivingServiceConfig in org.freedesktop.dbus.connections.config
Methods 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.