Uses of Class
org.freedesktop.dbus.connections.BusAddress
Packages that use BusAddress
Package
Description
-
Uses of BusAddress in org.freedesktop.dbus.bin
Fields in org.freedesktop.dbus.bin declared as BusAddressConstructors 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.AbstractConnection.getAddress()Returns the address this connection is connected to.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 TypeMethodDescriptionstatic BusAddressBusAddress.of(BusAddress _address) Creates a copy of the givenBusAddress.Constructors in org.freedesktop.dbus.connections with parameters of type BusAddressModifierConstructorDescriptionprotectedBusAddress(BusAddress _obj) IncomingMessageThread(AbstractConnection _connection, BusAddress _busAddress) -
Uses of BusAddress in org.freedesktop.dbus.connections.config
Fields in org.freedesktop.dbus.connections.config declared as BusAddressMethods 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 that return BusAddressModifier and TypeMethodDescriptionprivate static BusAddressDBusConnectionBuilder.validateTransportAddress(BusAddress _address) Checks if the given address can be used with the available transports.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.private static BusAddressDBusConnectionBuilder.validateTransportAddress(BusAddress _address) Checks if the given address can be used with the available transports.Constructors in org.freedesktop.dbus.connections.impl with parameters of type BusAddressModifierConstructorDescriptionprotectedBaseConnectionBuilder(Class<R> _returnType, BusAddress _address) privateDBusConnectionBuilder(BusAddress _address, String _machineId) privateDirectConnectionBuilder(BusAddress _address) -
Uses of BusAddress in org.freedesktop.dbus.connections.transports
Fields in org.freedesktop.dbus.connections.transports declared as BusAddressMethods 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 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 BusAddress in org.freedesktop.dbus.transport.jnr
Subclasses of BusAddress in org.freedesktop.dbus.transport.jnrMethods in org.freedesktop.dbus.transport.jnr with parameters of type BusAddressModifier and TypeMethodDescriptionJnrUnixSocketTransportProvider.createTransport(BusAddress _address, TransportConfig _config) Constructors in org.freedesktop.dbus.transport.jnr with parameters of type BusAddress -
Uses of BusAddress in org.freedesktop.dbus.transport.jre
Subclasses of BusAddress in org.freedesktop.dbus.transport.jreMethods in org.freedesktop.dbus.transport.jre with parameters of type BusAddressModifier and TypeMethodDescriptionNativeTransportProvider.createTransport(BusAddress _address, TransportConfig _config) Constructors in org.freedesktop.dbus.transport.jre with parameters of type BusAddress -
Uses of BusAddress in org.freedesktop.dbus.transport.tcp
Subclasses of BusAddress in org.freedesktop.dbus.transport.tcpMethods in org.freedesktop.dbus.transport.tcp with parameters of type BusAddressModifier and TypeMethodDescriptionTcpTransportProvider.createTransport(BusAddress _address, TransportConfig _config) Constructors in org.freedesktop.dbus.transport.tcp with parameters of type BusAddressModifierConstructorDescriptionTcpBusAddress(BusAddress _obj) (package private)TcpTransport(BusAddress _address, int _timeout, TransportConfig _config) -
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.