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
Fields in org.freedesktop.dbus.connections.config declared as TransportConfigMethods 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.(package private) static TransportConfigDirectConnection.createTransportConfig(String _address, int _timeout) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.freedesktop.dbus.connections.impl with parameters of type TransportConfigModifierConstructorDescription(package private)DBusConnection(boolean _shared, String _machineId, TransportConfig _tranportCfg, ReceivingServiceConfig _rsCfg) (package private)DirectConnection(TransportConfig _transportCfg, ReceivingServiceConfig _rsCfg) -
Uses of TransportConfig in org.freedesktop.dbus.connections.transports
Fields in org.freedesktop.dbus.connections.transports declared as 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) privateTransportBuilder(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. -
Uses of TransportConfig in org.freedesktop.dbus.transport.jnr
Methods in org.freedesktop.dbus.transport.jnr with parameters of type TransportConfigModifier and TypeMethodDescriptionJnrUnixSocketTransportProvider.createTransport(BusAddress _address, TransportConfig _config) Constructors in org.freedesktop.dbus.transport.jnr with parameters of type TransportConfigModifierConstructorDescription(package private)UnixSocketTransport(JnrUnixBusAddress _address, TransportConfig _config) -
Uses of TransportConfig in org.freedesktop.dbus.transport.jre
Methods in org.freedesktop.dbus.transport.jre with parameters of type TransportConfigModifier and TypeMethodDescriptionNativeTransportProvider.createTransport(BusAddress _address, TransportConfig _config) Constructors in org.freedesktop.dbus.transport.jre with parameters of type TransportConfigModifierConstructorDescription(package private)NativeUnixSocketTransport(UnixBusAddress _address, TransportConfig _config) -
Uses of TransportConfig in org.freedesktop.dbus.transport.tcp
Methods in org.freedesktop.dbus.transport.tcp with parameters of type TransportConfigModifier and TypeMethodDescriptionTcpTransportProvider.createTransport(BusAddress _address, TransportConfig _config) Constructors in org.freedesktop.dbus.transport.tcp with parameters of type TransportConfigModifierConstructorDescription(package private)TcpTransport(BusAddress _address, int _timeout, TransportConfig _config)