Uses of Class
org.freedesktop.dbus.connections.transports.TransportBuilder
Packages that use TransportBuilder
-
Uses of TransportBuilder in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return TransportBuilderModifier and TypeMethodDescriptionstatic TransportBuilderTransportBuilder.create()Creates a newTransportBuilderinstance using a empty transport configuration.static TransportBuilderCreates a newTransportBuilderinstance with the given address.static TransportBuilderTransportBuilder.create(BusAddress _address) Creates a newTransportBuilderinstance with the given address.static TransportBuilderTransportBuilder.create(TransportConfig _config) Creates a newTransportBuilderinstance using the given configuration.static TransportBuilderTransportBuilder.createWithDynamicSession(String _transportType) Creates a newTransportBuilderwith a dynamically created address.Methods in org.freedesktop.dbus.connections.transports that return types with arguments of type TransportBuilder