Uses of Class
org.freedesktop.dbus.connections.impl.ConnectionConfig
Packages that use ConnectionConfig
Package
Description
-
Uses of ConnectionConfig in org.freedesktop.dbus.connections
Constructors in org.freedesktop.dbus.connections with parameters of type ConnectionConfigModifierConstructorDescriptionprotectedAbstractConnection(ConnectionConfig _conCfg, TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Uses of ConnectionConfig in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return ConnectionConfigModifier and TypeMethodDescriptionprotected ConnectionConfigAbstractConnectionBase.getConnectionConfig()Constructors in org.freedesktop.dbus.connections.base with parameters of type ConnectionConfigModifierConstructorDescriptionprotectedAbstractConnectionBase(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 ConnectionConfig in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return ConnectionConfigModifier and TypeMethodDescriptionprotected ConnectionConfigBaseConnectionBuilder.getConnectionConfig()Returns the currently configured connection configuration.