Uses of Class
org.freedesktop.dbus.exceptions.TransportConfigurationException
-
Packages that use TransportConfigurationException Package Description org.freedesktop.dbus.spi.transport org.freedesktop.dbus.transport.jnr org.freedesktop.dbus.transport.tcp -
-
Uses of TransportConfigurationException in org.freedesktop.dbus.spi.transport
Methods in org.freedesktop.dbus.spi.transport that throw TransportConfigurationException Modifier and Type Method Description default AbstractTransportITransportProvider. createTransport(BusAddress _address, int _timeout)Deprecated, for removal: This API element is subject to removal in a future version.just used for compatibility will be removed in the future.AbstractTransportITransportProvider. createTransport(BusAddress _address, TransportConfig _config)Creates a new instance of this transport service using the given bus address. -
Uses of TransportConfigurationException in org.freedesktop.dbus.transport.jnr
Methods in org.freedesktop.dbus.transport.jnr that throw TransportConfigurationException Modifier and Type Method Description AbstractTransportJnrUnixSocketTransportProvider. createTransport(BusAddress _address, TransportConfig _config)Constructors in org.freedesktop.dbus.transport.jnr that throw TransportConfigurationException Constructor Description UnixSocketTransport(JnrUnixBusAddress _address, TransportConfig _config) -
Uses of TransportConfigurationException in org.freedesktop.dbus.transport.tcp
Methods in org.freedesktop.dbus.transport.tcp that throw TransportConfigurationException Modifier and Type Method Description AbstractTransportTcpTransportProvider. createTransport(BusAddress _address, TransportConfig _config)
-