Uses of Class
org.freedesktop.dbus.connections.config.TransportConfig
-
-
Uses of TransportConfig in org.freedesktop.dbus.connections
Constructors in org.freedesktop.dbus.connections with parameters of type TransportConfig Constructor Description AbstractConnection(TransportConfig _transportConfig, ReceivingServiceConfig _rsCfg) -
Uses of TransportConfig in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config declared as TransportConfig Modifier and Type Field Description private TransportConfigTransportConfigBuilder. configMethods in org.freedesktop.dbus.connections.config that return TransportConfig Modifier and Type Method Description TransportConfigTransportConfigBuilder. build()Returns the transport config.Methods in org.freedesktop.dbus.connections.config with parameters of type TransportConfig Modifier and Type Method Description XTransportConfigBuilder. 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 TransportConfig Modifier and Type Method Description protected TransportConfigBaseConnectionBuilder. buildTransportConfig()Creates the configuration to use forTransportBuilder.(package private) static TransportConfigDirectConnection. createTransportConfig(java.lang.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 TransportConfig Constructor Description DBusConnection(boolean _shared, java.lang.String _machineId, TransportConfig _tranportCfg, ReceivingServiceConfig _rsCfg)DirectConnection(TransportConfig _transportCfg, ReceivingServiceConfig _rsCfg) -
Uses of TransportConfig in org.freedesktop.dbus.connections.transports
Fields in org.freedesktop.dbus.connections.transports declared as TransportConfig Modifier and Type Field Description private TransportConfigAbstractTransport. configMethods in org.freedesktop.dbus.connections.transports with parameters of type TransportConfig Modifier and Type Method Description static TransportBuilderTransportBuilder. create(TransportConfig _config)Creates a newTransportBuilderinstance using the given configuration.Constructors in org.freedesktop.dbus.connections.transports with parameters of type TransportConfig Constructor Description AbstractTransport(BusAddress _address, TransportConfig _config)AbstractUnixTransport(BusAddress _address, TransportConfig _config)TransportBuilder(TransportConfig _config) -
Uses of TransportConfig in org.freedesktop.dbus.spi.transport
Methods in org.freedesktop.dbus.spi.transport with parameters of type TransportConfig Modifier and Type Method Description AbstractTransportITransportProvider. 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 TransportConfig Modifier and Type Method Description AbstractTransportJnrUnixSocketTransportProvider. createTransport(BusAddress _address, TransportConfig _config)Constructors in org.freedesktop.dbus.transport.jnr with parameters of type TransportConfig Constructor Description UnixSocketTransport(JnrUnixBusAddress _address, TransportConfig _config) -
Uses of TransportConfig in org.freedesktop.dbus.transport.tcp
Methods in org.freedesktop.dbus.transport.tcp with parameters of type TransportConfig Modifier and Type Method Description AbstractTransportTcpTransportProvider. createTransport(BusAddress _address, TransportConfig _config)Constructors in org.freedesktop.dbus.transport.tcp with parameters of type TransportConfig Constructor Description TcpTransport(BusAddress _address, int _timeout, TransportConfig _config)
-