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(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 with parameters of type TransportConfigModifier and TypeMethodDescriptionstatic TransportBuilderTransportBuilder.create(TransportConfig _config) Creates a newTransportBuilderinstance using the given configuration. -
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.