Uses of Class
org.freedesktop.dbus.exceptions.TransportConfigurationException
Packages that use TransportConfigurationException
Package
Description
-
Uses of TransportConfigurationException in org.freedesktop.dbus.spi.transport
Methods in org.freedesktop.dbus.spi.transport that throw TransportConfigurationExceptionModifier and TypeMethodDescriptiondefault 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.ITransportProvider.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 TransportConfigurationExceptionModifier and TypeMethodDescriptionJnrUnixSocketTransportProvider.createTransport(BusAddress _address, TransportConfig _config) Constructors in org.freedesktop.dbus.transport.jnr that throw TransportConfigurationExceptionModifierConstructorDescription(package private)UnixSocketTransport(JnrUnixBusAddress _address, TransportConfig _config) -
Uses of TransportConfigurationException in org.freedesktop.dbus.transport.jre
Methods in org.freedesktop.dbus.transport.jre that throw TransportConfigurationExceptionModifier and TypeMethodDescriptionNativeTransportProvider.createTransport(BusAddress _address, TransportConfig _config) Constructors in org.freedesktop.dbus.transport.jre that throw TransportConfigurationExceptionModifierConstructorDescription(package private)NativeUnixSocketTransport(UnixBusAddress _address, TransportConfig _config) -
Uses of TransportConfigurationException in org.freedesktop.dbus.transport.tcp
Methods in org.freedesktop.dbus.transport.tcp that throw TransportConfigurationExceptionModifier and TypeMethodDescriptionTcpTransportProvider.createTransport(BusAddress _address, TransportConfig _config)