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 TypeMethodDescriptionAbstractConnection.getAddress()Returns the address this connection is connected to.BusAddress.getListenerAddress() -
Uses of BusAddress in org.freedesktop.dbus.connections.transports
Methods in org.freedesktop.dbus.connections.transports that return BusAddressModifier and TypeMethodDescriptionprotected BusAddressAbstractTransport.getAddress()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.static AbstractTransportTransportFactory.createTransport(BusAddress _address) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new transport encapsulating connection to a UNIX or TCP socket.static AbstractTransportTransportFactory.createTransport(BusAddress _address, int _timeout) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new transport encapsulating connection to a UNIX or TCP socket.static AbstractTransportTransportFactory.createTransport(BusAddress _address, int _timeout, boolean _connect) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new transport encapsulating connection to a UNIX or TCP socket.Constructors in org.freedesktop.dbus.connections.transports with parameters of type BusAddressModifierConstructorDescriptionprotectedAbstractTransport(BusAddress _address) protectedAbstractUnixTransport(BusAddress _address) -
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, int _timeout) Creates a new instance of this transport service using the given bus address.