Verwendungen von Klasse
org.freedesktop.dbus.connections.config.TransportConfig
Package
Beschreibung
-
Verwendungen von TransportConfig in org.freedesktop.dbus.connections
ModifiziererKonstruktorBeschreibungprotected
AbstractConnection
(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Verwendungen von TransportConfig in org.freedesktop.dbus.connections.base
Modifizierer und TypMethodeBeschreibungAbstractConnectionBase.getTransportConfig()
Returns the transport's configuration.
Please note: changing any value will not change the transport settings!ModifiziererKonstruktorBeschreibungprotected
AbstractConnectionBase
(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) protected
ConnectionMessageHandler
(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) protected
ConnectionMethodInvocation
(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) protected
DBusBoundPropertyHandler
(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Verwendungen von TransportConfig in org.freedesktop.dbus.connections.config
Modifizierer und TypMethodeBeschreibungTransportConfigBuilder.build()
Returns the transport config.Modifizierer und TypMethodeBeschreibungTransportConfigBuilder.withConfig
(TransportConfig _config) Use the predefined TransportConfig. -
Verwendungen von TransportConfig in org.freedesktop.dbus.connections.impl
Modifizierer und TypMethodeBeschreibungprotected TransportConfig
BaseConnectionBuilder.buildTransportConfig()
Creates the configuration to use forTransportBuilder
. -
Verwendungen von TransportConfig in org.freedesktop.dbus.connections.transports
Modifizierer und TypMethodeBeschreibungstatic TransportBuilder
TransportBuilder.create
(TransportConfig _config) Creates a newTransportBuilder
instance using the given configuration.ModifiziererKonstruktorBeschreibungprotected
AbstractTransport
(BusAddress _address, TransportConfig _config) protected
AbstractUnixTransport
(BusAddress _address, TransportConfig _config) -
Verwendungen von TransportConfig in org.freedesktop.dbus.spi.transport
Modifizierer und TypMethodeBeschreibungITransportProvider.createTransport
(BusAddress _address, TransportConfig _config) Creates a new instance of this transport service using the given bus address.