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
Fields in org.freedesktop.dbus.connections.base declared as ConnectionConfigModifier and TypeFieldDescriptionprivate final ConnectionConfigAbstractConnectionBase.connectionConfigMethods 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
Fields in org.freedesktop.dbus.connections.impl declared as ConnectionConfigModifier and TypeFieldDescriptionprivate final ConnectionConfigBaseConnectionBuilder.connectionConfigMethods in org.freedesktop.dbus.connections.impl that return ConnectionConfigModifier and TypeMethodDescriptionprotected ConnectionConfigBaseConnectionBuilder.getConnectionConfig()Returns the currently configured connection configuration.Constructors in org.freedesktop.dbus.connections.impl with parameters of type ConnectionConfigModifierConstructorDescription(package private)DBusConnection(boolean _shared, String _machineId, ConnectionConfig _conCfg, TransportConfig _tranportCfg, ReceivingServiceConfig _rsCfg) (package private)DirectConnection(ConnectionConfig _conCfg, TransportConfig _transportCfg, ReceivingServiceConfig _rsCfg)