Uses of Class
org.freedesktop.dbus.connections.BusAddress
Packages that use BusAddress
Package
Description
-
Uses of BusAddress in org.freedesktop.dbus.bin
Constructors in org.freedesktop.dbus.bin with parameters of type BusAddress -
Uses of BusAddress in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return BusAddressModifier and TypeMethodDescriptionBusAddress.addParameter(String _parameter, String _value) Add a parameter to the address.BusAddress.getListenerAddress()Creates a listening BusAddress if this instance is not already listening.static BusAddressCreates a newBusAddressfrom String.static BusAddressBusAddress.of(BusAddress _address) Creates a copy of the givenBusAddress.BusAddress.removeParameter(String _parameter) Remove parameter with given name.Methods in org.freedesktop.dbus.connections with parameters of type BusAddressModifier and TypeMethodDescriptionprotected IncomingMessageThreadAbstractConnection.createReaderThread(BusAddress _busAddress) static BusAddressBusAddress.of(BusAddress _address) Creates a copy of the givenBusAddress.Constructors in org.freedesktop.dbus.connections with parameters of type BusAddress -
Uses of BusAddress in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return BusAddressModifier and TypeMethodDescriptionAbstractConnectionBase.getAddress()Returns the address this connection is connected to.protected BusAddressAbstractConnectionBase.getBusAddress()Methods in org.freedesktop.dbus.connections.base with parameters of type BusAddressModifier and TypeMethodDescriptionprotected abstract IncomingMessageThreadAbstractConnectionBase.createReaderThread(BusAddress _busAddress) Create the read thread for reading incoming messages.Constructors in org.freedesktop.dbus.connections.base with parameters of type BusAddressModifierConstructorDescriptionIncomingMessageThread(ConnectionMessageHandler _connection, BusAddress _busAddress) -
Uses of BusAddress in org.freedesktop.dbus.connections.config
Methods in org.freedesktop.dbus.connections.config that return BusAddressModifier and TypeMethodDescriptionTransportConfig.getBusAddress()TransportConfigBuilder.getBusAddress()Returns the currently configured BusAddress.Methods in org.freedesktop.dbus.connections.config with parameters of type BusAddressModifier and TypeMethodDescriptionvoidTransportConfig.setBusAddress(BusAddress _busAddress) TransportConfigBuilder.withBusAddress(BusAddress _address) Set theBusAddresswhich should be used for the connection.Constructors in org.freedesktop.dbus.connections.config with parameters of type BusAddress -
Uses of BusAddress in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl with parameters of type BusAddressModifier and TypeMethodDescriptionstatic DBusConnectionBuilderDBusConnectionBuilder.forAddress(BusAddress _address) Use the given address to create the connection (e.g. used for remote TCP connected DBus daemons).Constructors in org.freedesktop.dbus.connections.impl with parameters of type BusAddressModifierConstructorDescriptionprotectedBaseConnectionBuilder(Class<R> _returnType, BusAddress _address) -
Uses of BusAddress in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return BusAddressModifier and TypeMethodDescriptionprotected BusAddressAbstractTransport.getAddress()Returns theBusAddressused for this transport.TransportBuilder.getAddress()The currently configured BusAddress.Methods in org.freedesktop.dbus.connections.transports with parameters of type BusAddressModifier and TypeMethodDescriptionstatic TransportBuilderTransportBuilder.create(BusAddress _address) Creates a newTransportBuilderinstance with the given address.Constructors in org.freedesktop.dbus.connections.transports with parameters of type BusAddressModifierConstructorDescriptionprotectedAbstractTransport(BusAddress _address, TransportConfig _config) protectedAbstractUnixTransport(BusAddress _address, TransportConfig _config) -
Uses of BusAddress in org.freedesktop.dbus.spi.transport
Methods in org.freedesktop.dbus.spi.transport with parameters of type BusAddressModifier and TypeMethodDescriptionITransportProvider.createTransport(BusAddress _address, TransportConfig _config) Creates a new instance of this transport service using the given bus address. -
Uses of BusAddress in org.freedesktop.dbus.utils
Methods in org.freedesktop.dbus.utils that return BusAddressModifier and TypeMethodDescriptionstatic BusAddressAddressBuilder.getSessionConnection(String _dbusMachineIdFile) Retrieves the connection address to connect to the DBus session-bus.
Will return TCP connection when no unix transport found and TCP is available.static BusAddressAddressBuilder.getSystemConnection()Determine the address of the DBus system connection.