Uses of Class
org.freedesktop.dbus.connections.config.TransportConfig
Packages that use TransportConfig
Package
Description
-
Uses of TransportConfig in org.freedesktop.dbus.connections
Constructors in org.freedesktop.dbus.connections with parameters of type TransportConfigModifierConstructorDescriptionprotectedAbstractConnection(ConnectionConfig _conCfg, TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Uses of TransportConfig in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return TransportConfigModifier and TypeMethodDescriptionAbstractConnectionBase.getTransportConfig()Returns the transport's configuration.
Please note: changing any value will not change the transport settings!Constructors in org.freedesktop.dbus.connections.base with parameters of type TransportConfigModifierConstructorDescriptionprotectedAbstractConnectionBase(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 TransportConfig in org.freedesktop.dbus.connections.config
Methods in org.freedesktop.dbus.connections.config that return TransportConfigMethods in org.freedesktop.dbus.connections.config with parameters of type TransportConfigModifier and TypeMethodDescriptionTransportConfigBuilder.withConfig(TransportConfig _config) Use the predefined TransportConfig. -
Uses of TransportConfig in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return TransportConfigModifier and TypeMethodDescriptionprotected TransportConfigBaseConnectionBuilder.buildTransportConfig()Creates the configuration to use forTransportBuilder. -
Uses of TransportConfig in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return TransportConfigMethods in org.freedesktop.dbus.connections.transports with parameters of type TransportConfigModifier and TypeMethodDescriptionstatic TransportBuilderTransportBuilder.create(TransportConfig _config) Creates a newTransportBuilderinstance using the given configuration.Constructors in org.freedesktop.dbus.connections.transports with parameters of type TransportConfigModifierConstructorDescriptionprotectedAbstractTransport(BusAddress _address, TransportConfig _config) protectedAbstractUnixTransport(BusAddress _address, TransportConfig _config) -
Uses of TransportConfig in org.freedesktop.dbus.spi.transport
Methods in org.freedesktop.dbus.spi.transport with parameters of type TransportConfigModifier and TypeMethodDescriptionITransportProvider.createTransport(BusAddress _address, TransportConfig _config) Creates a new instance of this transport service using the given bus address.