Uses of Class
org.freedesktop.dbus.connections.transports.TransportBuilder
Packages that use TransportBuilder
-
Uses of TransportBuilder in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections declared as TransportBuilderModifier and TypeFieldDescriptionprivate final TransportBuilderAbstractConnection.transportBuilder -
Uses of TransportBuilder in org.freedesktop.dbus.connections.transports
Fields in org.freedesktop.dbus.connections.transports with type parameters of type TransportBuilderModifier and TypeFieldDescriptionTransportBuilder.transportConfigBuilderTransportBuilder.transportConfigBuilderMethods 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.TransportBuilder.isListening(boolean _listen) Deprecated, for removal: This API element is subject to removal in a future version.TransportBuilder.listening(boolean _listen) Deprecated, for removal: This API element is subject to removal in a future version.please useconfigure()TransportBuilder.withAutoConnect(boolean _connect) Deprecated, for removal: This API element is subject to removal in a future version.please useconfigure()TransportBuilder.withSaslAuthMode(TransportBuilder.SaslAuthMode _authMode) Deprecated, for removal: This API element is subject to removal in a future version.please useconfigure()TransportBuilder.withTimeout(int _timeout) Deprecated, for removal: This API element is subject to removal in a future version.please useconfigure()TransportBuilder.withUnixSocketFileGroup(String _group) Deprecated, for removal: This API element is subject to removal in a future version.please useconfigure()TransportBuilder.withUnixSocketFileOwner(String _user) Deprecated, for removal: This API element is subject to removal in a future version.please useconfigure()TransportBuilder.withUnixSocketFilePermissions(PosixFilePermission... _permissions) Deprecated, for removal: This API element is subject to removal in a future version.please useconfigure()Methods in org.freedesktop.dbus.connections.transports that return types with arguments of type TransportBuilder
configure()